Lines Matching refs:ps2dev
29 struct ps2dev { struct
44 void ps2_init(struct ps2dev *ps2dev, struct serio *serio); argument
45 int ps2_sendbyte(struct ps2dev *ps2dev, unsigned char byte, int timeout);
46 void ps2_drain(struct ps2dev *ps2dev, int maxbytes, int timeout);
47 void ps2_begin_command(struct ps2dev *ps2dev);
48 void ps2_end_command(struct ps2dev *ps2dev);
49 int __ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command);
50 int ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command);
51 int ps2_handle_ack(struct ps2dev *ps2dev, unsigned char data);
52 int ps2_handle_response(struct ps2dev *ps2dev, unsigned char data);
53 void ps2_cmd_aborted(struct ps2dev *ps2dev);