Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/input/
H A Dtsc2xxx.h34 void tsc210x_key_event(uWireSlave *chip, int key, int down);
/openbmc/qemu/hw/arm/
H A Dnseries.c261 tsc210x_key_event(s->ts.chip, code, !(keycode & 0x80)); in n800_key_event()
/openbmc/qemu/hw/input/
H A Dtsc210x.c1224 void tsc210x_key_event(uWireSlave *chip, int key, int down) in tsc210x_key_event() function