Home
last modified time | relevance | path

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

/openbmc/qemu/hw/input/
H A Dtsc2005.c49 int8_t nextfunction; member
258 switch (s->nextfunction) { in tsc2005_pin_update()
298 s->function = s->nextfunction; in tsc2005_pin_update()
312 s->nextfunction = 0; in tsc2005_reset()
341 s->nextfunction = (value >> 3) & 0xf; in tsc2005_txrx_word()
473 VMSTATE_INT8(nextfunction, TSC2005State),
H A Dtsc210x.c68 uint8_t function, nextfunction; member
169 s->nextfunction = 0; in tsc210x_reset()
418 (s->nextfunction << 10) | (s->nextprecision << 8) | s->filter; in tsc2102_control_register_read()
576 s->nextfunction = (value >> 10) & 0xf; in tsc2102_control_register_write()
800 switch (s->nextfunction) { in tsc210x_pin_update()
839 s->function = s->nextfunction; in tsc210x_pin_update()
998 if (s->nextfunction >= ARRAY_SIZE(mode_regs)) { in tsc210x_post_load()
1039 VMSTATE_UINT8(nextfunction, TSC210xState),