Home
last modified time | relevance | path

Searched refs:poll_index (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/input/
H A Dadb.c117 if (s->poll_index >= s->nb_devices) { in adb_poll()
118 s->poll_index = 0; in adb_poll()
120 d = s->devices[s->poll_index]; in adb_poll()
132 s->poll_index++; in adb_poll()
/openbmc/qemu/include/hw/input/
H A Dadb.h80 int poll_index; member