Searched refs:taskfilebuf (Results 1 – 2 of 2) sorted by relevance
689 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()
156 void *taskfilebuf; /*The unaligned taskfile buffer */ member