Home
last modified time | relevance | path

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

/linux/drivers/macintosh/
A Dmacio-adb.c32 struct preg autopoll; member
76 .autopoll = macio_adb_autopoll,
114 out_8(&adb->autopoll.r, APE); in macio_init()
136 out_8(&adb->autopoll.r, devs? APE: 0); in macio_adb_autopoll()
207 int autopoll = 0; in macio_adb_interrupt() local
253 autopoll = (in_8(&adb->dcount.r) & APD) != 0; in macio_adb_interrupt()
270 adb_input(ibuf, ibuf_len, autopoll); in macio_adb_interrupt()
A 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()
A Dadb-iop.c56 .autopoll = adb_iop_autopoll,
A Dvia-macii.c102 .autopoll = macii_autopoll,
A 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
A Dvia-cuda.c197 .autopoll = cuda_adb_autopoll,
A Dvia-pmu.c219 .autopoll = pmu_adb_autopoll,
/linux/include/linux/
A Dadb.h36 int (*autopoll)(int devs); member

Completed in 18 milliseconds