Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dserio.h31 #define SERIO_PS_PSTHRU 0x05 macro
/linux-4.1.27/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()
1611 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_reconnect()
1663 .type = SERIO_PS_PSTHRU,
1718 if (serio->parent && serio->id.type == SERIO_PS_PSTHRU) { in psmouse_attr_set_helper()
1812 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.1.27/drivers/staging/nvec/
Dnvec_ps2.c115 ser_dev->id.type = SERIO_PS_PSTHRU; in nvec_mouse_probe()