Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/input/mouse/
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()
Dsynaptics.c719 serio->id.type = SERIO_PS_PSTHRU; in synaptics_pt_create()
/linux-6.12.1/include/uapi/linux/
Dserio.h33 #define SERIO_PS_PSTHRU 0x05 macro
/linux-6.12.1/drivers/input/rmi4/
Drmi_f03.c178 serio->id.type = SERIO_PS_PSTHRU; in rmi_f03_register_pt()