Home
last modified time | relevance | path

Searched defs:aux_queue (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dpc_keyb.h124 struct aux_queue { struct
125 unsigned long head;
126 unsigned long tail;
127 wait_queue_head_t proc_list;
128 struct fasync_struct *fasync;
129 unsigned char buf[AUX_BUF_SIZE];
/linux-2.4.37.9/drivers/acorn/char/
Dmouse_ps2.c60 struct aux_queue { struct
61 unsigned long head;
62 unsigned long tail;
63 wait_queue_head_t proc_list;
64 struct fasync_struct *fasync;
65 unsigned char buf[AUX_BUF_SIZE];
/linux-2.4.37.9/drivers/sbus/char/
Dpcikbd.c870 struct aux_queue { struct
878 static struct aux_queue *queue; argument