Home
last modified time | relevance | path

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

/openbmc/qemu/hw/input/
H A Dadb.c37 static const char *adb_commands[] = { variable
99 trace_adb_bus_request(buf[0] >> 4, adb_commands[buf[0] & 0xf], len); in adb_request()
105 trace_adb_bus_request_done(buf[0] >> 4, adb_commands[buf[0] & 0xf], ret); in adb_request()