Searched refs:autopoll (Results 1 – 7 of 7) sorted by relevance
/drivers/macintosh/ |
D | macio-adb.c | 33 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()
|
D | adb.c | 267 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()
|
D | adb-iop.c | 56 .autopoll = adb_iop_autopoll,
|
D | via-macii.c | 104 .autopoll = macii_autopoll,
|
D | adbhid.c | 405 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
|
D | via-cuda.c | 197 .autopoll = cuda_adb_autopoll,
|
D | via-pmu.c | 220 .autopoll = pmu_adb_autopoll,
|