Searched refs:autopoll (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/macintosh/
H A Dmacio-adb.c32 struct preg autopoll; member in struct:adb_regs
56 /* Bits in autopoll register */
57 #define APE 1 /* autopoll enable */
104 out_8(&adb->autopoll.r, APE);
126 out_8(&adb->autopoll.r, devs? APE: 0);
196 int autopoll = 0; local
236 /* autopoll data */
241 autopoll = (in_8(&adb->dcount.r) & APD) != 0;
250 adb_input(ibuf, ibuf_len, regs, autopoll);
H A Dadb.c330 /* Stop autopoll */
331 if (adb_controller->autopoll)
332 adb_controller->autopoll(0);
368 if (adb_controller->autopoll)
369 adb_controller->autopoll(0);
373 if (adb_controller->autopoll)
374 adb_controller->autopoll(devs);
401 if (adb_controller->autopoll)
402 adb_controller->autopoll(devs);
530 adb_input(unsigned char *buf, int nb, struct pt_regs *regs, int autopoll) argument
[all...]
H A Dadbhid.c168 adbhid_mouse_input(unsigned char *data, int nb, struct pt_regs *regs, int autopoll) argument
264 adbhid_buttons_input(unsigned char *data, int nb, struct pt_regs *regs, int autopoll) argument
H A Dmac_keyb.c423 mouse_input(unsigned char *data, int nb, struct pt_regs *regs, int autopoll) argument
579 buttons_input(unsigned char *data, int nb, struct pt_regs *regs, int autopoll) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dadb.h61 int (*autopoll)(int devs); member in struct:adb_driver
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dadb.h61 int (*autopoll)(int devs); member in struct:adb_driver

Completed in 172 milliseconds