Home
last modified time | relevance | path

Searched refs:taskfilebuf (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/irda/
Dtoshoboe.c689 kfree (self->taskfilebuf); in toshoboe_remove()
690 self->taskfilebuf = NULL; in toshoboe_remove()
780 self->taskfilebuf = kmalloc (OBOE_TASK_BUF_LEN, GFP_KERNEL); in toshoboe_probe()
781 if (!self->taskfilebuf) in toshoboe_probe()
789 memset (self->taskfilebuf, 0, OBOE_TASK_BUF_LEN); in toshoboe_probe()
795 addr = (__u32) self->taskfilebuf; in toshoboe_probe()
867 kfree(self->taskfilebuf); in toshoboe_probe()
/linux-2.4.37.9/include/net/irda/
Dtoshoboe.h156 void *taskfilebuf; /*The unaligned taskfile buffer */ member