Lines Matching refs:psmouse
53 static psmouse_ret_t touchkit_ps2_process_byte(struct psmouse *psmouse) in touchkit_ps2_process_byte() argument
55 unsigned char *packet = psmouse->packet; in touchkit_ps2_process_byte()
56 struct input_dev *dev = psmouse->dev; in touchkit_ps2_process_byte()
58 if (psmouse->pktcnt != 5) in touchkit_ps2_process_byte()
69 int touchkit_ps2_detect(struct psmouse *psmouse, bool set_properties) in touchkit_ps2_detect() argument
71 struct input_dev *dev = psmouse->dev; in touchkit_ps2_detect()
79 if (ps2_command(&psmouse->ps2dev, param, command)) in touchkit_ps2_detect()
93 psmouse->vendor = "eGalax"; in touchkit_ps2_detect()
94 psmouse->name = "Touchscreen"; in touchkit_ps2_detect()
95 psmouse->protocol_handler = touchkit_ps2_process_byte; in touchkit_ps2_detect()
96 psmouse->pktsize = 5; in touchkit_ps2_detect()