Home
last modified time | relevance | path

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

/openbmc/qemu/hw/input/
H A Dtsc2005.c63 } TSC2005State; typedef
331 TSC2005State *s = opaque; in tsc2005_txrx_word()
408 TSC2005State *s = opaque; in tsc2005_timer_tick()
424 TSC2005State *s = opaque; in tsc2005_touchscreen_event()
444 TSC2005State *s = (TSC2005State *) opaque; in tsc2005_post_load()
459 VMSTATE_BOOL(irq, TSC2005State),
475 VMSTATE_INT32(x, TSC2005State),
476 VMSTATE_INT32(y, TSC2005State),
490 TSC2005State *s; in tsc2005_init()
492 s = g_new0(TSC2005State, 1); in tsc2005_init()
[all …]