Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/irda/
Dtoshoboe.h122 struct OboeTaskFile struct
128 #define OBOE_TASK_BUF_LEN (sizeof(struct OboeTaskFile) << 1) argument
157 struct OboeTaskFile *taskfile; /*The taskfile */
/linux-2.4.37.9/drivers/net/irda/
Dtoshoboe.c796 addr &= ~(sizeof (struct OboeTaskFile) - 1); in toshoboe_probe()
797 addr += sizeof (struct OboeTaskFile); in toshoboe_probe()
799 self->taskfile = (struct OboeTaskFile *) addr; in toshoboe_probe()