Searched refs:autopoll (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/macintosh/ |
D | macio-adb.c | 32 struct preg autopoll; member 115 out_8(&adb->autopoll.r, APE); in macio_init() 137 out_8(&adb->autopoll.r, devs? APE: 0); in macio_adb_autopoll() 208 int autopoll = 0; in macio_adb_interrupt() local 254 autopoll = (in_8(&adb->dcount.r) & APD) != 0; in macio_adb_interrupt() 271 adb_input(ibuf, ibuf_len, autopoll); in macio_adb_interrupt()
|
D | adb.c | 272 if (adb_controller->autopoll) in adb_suspend() 273 adb_controller->autopoll(0); in adb_suspend() 348 if (adb_controller->autopoll) in do_adb_reset_bus() 349 adb_controller->autopoll(0); in do_adb_reset_bus() 377 if (adb_controller->autopoll) in do_adb_reset_bus() 378 adb_controller->autopoll(autopoll_devs); in do_adb_reset_bus() 502 adb_input(unsigned char *buf, int nb, int autopoll) in adb_input() argument 529 (*handler)(buf, nb, autopoll); in adb_input()
|
D | adbhid.c | 405 adbhid_mouse_input(unsigned char *data, int nb, int autopoll) in adbhid_mouse_input() argument 503 adbhid_buttons_input(unsigned char *data, int nb, int autopoll) in adbhid_buttons_input() argument
|
D | via-cuda.c | 111 .autopoll = cuda_adb_autopoll,
|
/linux-3.4.99/include/linux/ |
D | adb.h | 70 int (*autopoll)(int devs); member
|