Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dserio.h31 #define SERIO_PS_PSTHRU 0x05 macro
/linux-4.4.14/drivers/input/mouse/
Dpsmouse-base.c1274 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_resync()
1364 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_cleanup()
1423 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_disconnect()
1520 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_connect()
1544 if (serio->id.type == SERIO_PS_PSTHRU) in psmouse_connect()
1615 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_reconnect()
1667 .type = SERIO_PS_PSTHRU,
1722 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_attr_set_helper()
1816 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_attr_set_protocol()
Dsynaptics.c647 serio->id.type = SERIO_PS_PSTHRU; in synaptics_pt_create()
/linux-4.4.14/drivers/staging/nvec/
Dnvec_ps2.c115 ser_dev->id.type = SERIO_PS_PSTHRU; in nvec_mouse_probe()