Home
last modified time | relevance | path

Searched refs:ADB_STATUS_POLLREPLY (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/input/
H A Dadb.h70 #define ADB_STATUS_POLLREPLY 0x2 macro
/openbmc/qemu/hw/input/
H A Dadb.c126 s->status |= ADB_STATUS_POLLREPLY; in adb_poll()
/openbmc/qemu/hw/misc/
H A Dmac_via.c681 if (adb_bus->status & ADB_STATUS_POLLREPLY) { in adb_via_send()