Searched refs:adb_poll (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | adb.h | 60 void adb_poll(void);
|
/openbmc/qemu/include/hw/input/ |
H A D | adb.h | 94 int adb_poll(ADBBusState *s, uint8_t *buf_out, uint16_t poll_mask);
|
/openbmc/linux/drivers/macintosh/ |
H A D | adb.c | 404 adb_poll(void) in adb_poll() function 410 EXPORT_SYMBOL(adb_poll);
|
H A D | adbhid.c | 733 adb_poll(); in adb_message_handler()
|
/openbmc/qemu/hw/input/ |
H A D | adb.c | 109 int adb_poll(ADBBusState *s, uint8_t *obuf, uint16_t poll_mask) in adb_poll() function
|
/openbmc/qemu/hw/misc/macio/ |
H A D | cuda.c | 210 olen = adb_poll(adb_bus, obuf + 2, adb_bus->autopoll_mask); in cuda_adb_poll()
|
H A D | pmu.c | 81 olen = adb_poll(adb_bus, s->adb_reply, adb_bus->autopoll_mask); in pmu_adb_poll()
|
/openbmc/qemu/hw/misc/ |
H A D | mac_via.c | 606 olen = adb_poll(adb_bus, obuf, adb_bus->autopoll_mask); in adb_via_poll()
|