Home
last modified time | relevance | path

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

/openbmc/qemu/hw/input/
H A Dadb.c49 static int do_adb_request(ADBBusState *s, uint8_t *obuf, const uint8_t *buf, in do_adb_request() function
103 ret = do_adb_request(s, obuf, buf, len); in adb_request()
123 olen = do_adb_request(s, obuf + 1, buf, 1); in adb_poll()