Home
last modified time | relevance | path

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

/drivers/macintosh/
Dmacio-adb.c33 struct preg autopoll; member
77 .autopoll = macio_adb_autopoll,
119 out_8(&adb->autopoll.r, APE); in macio_init()
141 out_8(&adb->autopoll.r, devs? APE: 0); in macio_adb_autopoll()
212 int autopoll = 0; in macio_adb_interrupt() local
258 autopoll = (in_8(&adb->dcount.r) & APD) != 0; in macio_adb_interrupt()
275 adb_input(ibuf, ibuf_len, autopoll); in macio_adb_interrupt()
Dadb.c267 if (adb_controller->autopoll) in __adb_suspend()
268 adb_controller->autopoll(0); in __adb_suspend()
363 if (adb_controller->autopoll) in do_adb_reset_bus()
364 adb_controller->autopoll(0); in do_adb_reset_bus()
392 if (adb_controller->autopoll) in do_adb_reset_bus()
393 adb_controller->autopoll(autopoll_devs); in do_adb_reset_bus()
520 adb_input(unsigned char *buf, int nb, int autopoll) in adb_input() argument
547 (*handler)(buf, nb, autopoll); in adb_input()
Dadb-iop.c56 .autopoll = adb_iop_autopoll,
Dvia-macii.c104 .autopoll = macii_autopoll,
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.c197 .autopoll = cuda_adb_autopoll,
Dvia-pmu.c220 .autopoll = pmu_adb_autopoll,