Home
last modified time | relevance | path

Searched refs:autopoll (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/macintosh/
Dmacio-adb.c32 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()
Dadb.c272 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()
Dadbhid.c405 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
Dvia-cuda.c111 .autopoll = cuda_adb_autopoll,
/linux-3.4.99/include/linux/
Dadb.h70 int (*autopoll)(int devs); member