Home
last modified time | relevance | path

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

/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.c271 if (adb_controller->autopoll) in __adb_suspend()
272 adb_controller->autopoll(0); in __adb_suspend()
367 if (adb_controller->autopoll) in do_adb_reset_bus()
368 adb_controller->autopoll(0); in do_adb_reset_bus()
396 if (adb_controller->autopoll) in do_adb_reset_bus()
397 adb_controller->autopoll(autopoll_devs); in do_adb_reset_bus()
525 adb_input(unsigned char *buf, int nb, int autopoll) in adb_input() argument
552 (*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,