Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/input/mouse/
Dpsmouse-base.c999 if (psmouse->ps2dev.serio->id.type == SERIO_PS_PSTHRU && in psmouse_do_detect()
1346 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_resync()
1436 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_cleanup()
1491 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_disconnect()
1590 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_connect()
1614 if (serio->id.type == SERIO_PS_PSTHRU) in psmouse_connect()
1697 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in __psmouse_reconnect()
1767 .type = SERIO_PS_PSTHRU,
1832 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_attr_set_helper()
1927 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_attr_set_protocol()
Dsynaptics.c717 serio->id.type = SERIO_PS_PSTHRU; in synaptics_pt_create()
/linux-6.1.9/include/uapi/linux/
Dserio.h33 #define SERIO_PS_PSTHRU 0x05 macro
/linux-6.1.9/drivers/input/rmi4/
Drmi_f03.c178 serio->id.type = SERIO_PS_PSTHRU; in rmi_f03_register_pt()