Home
last modified time | relevance | path

Searched refs:SERIO_PS_PSTHRU (Results 1 – 4 of 4) sorted by path

/linux/drivers/input/mouse/
H A Dpsmouse-base.c998 if (psmouse->ps2dev.serio->id.type == SERIO_PS_PSTHRU && in psmouse_do_detect()
1345 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_resync()
1435 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_cleanup()
1490 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_disconnect()
1589 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_connect()
1612 if (serio->id.type == SERIO_PS_PSTHRU) in psmouse_connect()
1695 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in __psmouse_reconnect()
1765 .type = SERIO_PS_PSTHRU,
1830 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_attr_set_helper()
1925 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_attr_set_protocol()
H A Dsynaptics.c718 serio->id.type = SERIO_PS_PSTHRU; in synaptics_pt_create()
/linux/drivers/input/rmi4/
H A Drmi_f03.c178 serio->id.type = SERIO_PS_PSTHRU; in rmi_f03_register_pt()
/linux/include/uapi/linux/
H A Dserio.h33 #define SERIO_PS_PSTHRU 0x05 macro