Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dadb.h60 void adb_poll(void);
/openbmc/qemu/include/hw/input/
H A Dadb.h94 int adb_poll(ADBBusState *s, uint8_t *buf_out, uint16_t poll_mask);
/openbmc/linux/drivers/macintosh/
H A Dadb.c404 adb_poll(void) in adb_poll() function
410 EXPORT_SYMBOL(adb_poll);
H A Dadbhid.c733 adb_poll(); in adb_message_handler()
/openbmc/qemu/hw/input/
H A Dadb.c109 int adb_poll(ADBBusState *s, uint8_t *obuf, uint16_t poll_mask) in adb_poll() function
/openbmc/qemu/hw/misc/macio/
H A Dcuda.c210 olen = adb_poll(adb_bus, obuf + 2, adb_bus->autopoll_mask); in cuda_adb_poll()
H A Dpmu.c81 olen = adb_poll(adb_bus, s->adb_reply, adb_bus->autopoll_mask); in pmu_adb_poll()
/openbmc/qemu/hw/misc/
H A Dmac_via.c606 olen = adb_poll(adb_bus, obuf, adb_bus->autopoll_mask); in adb_via_poll()