Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/macintosh/
Dmacio-adb.c35 struct preg autopoll; member
79 .autopoll = macio_adb_autopoll,
121 out_8(&adb->autopoll.r, APE); in macio_init()
143 out_8(&adb->autopoll.r, devs? APE: 0); in macio_adb_autopoll()
214 int autopoll = 0; in macio_adb_interrupt() local
260 autopoll = (in_8(&adb->dcount.r) & APD) != 0; in macio_adb_interrupt()
277 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.c102 .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.c200 .autopoll = cuda_adb_autopoll,
Dvia-pmu.c218 .autopoll = pmu_adb_autopoll,
/linux-6.1.9/include/linux/
Dadb.h36 int (*autopoll)(int devs); member