Home
last modified time | relevance | path

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

/openbmc/qemu/hw/input/
H A Dtrace-events21 adb_bus_autopoll_cb(uint16_t mask) "executing autopoll_cb with autopoll mask 0x%x"
22 adb_bus_autopoll_cb_done(uint16_t mask) "done executing autopoll_cb with autopoll mask 0x%x"
H A Dadb.c204 s->autopoll_cb(s->autopoll_cb_opaque); in adb_autopoll()
216 s->autopoll_cb = cb; in adb_register_autopoll_callback()
/openbmc/qemu/include/hw/input/
H A Dadb.h88 void (*autopoll_cb)(void *opaque); member