Lines Matching defs:ps2dev
38 int ps2_sendbyte(struct ps2dev *ps2dev, unsigned char byte, int timeout) in ps2_sendbyte()
58 void ps2_begin_command(struct ps2dev *ps2dev) in ps2_begin_command()
67 void ps2_end_command(struct ps2dev *ps2dev) in ps2_end_command()
81 void ps2_drain(struct ps2dev *ps2dev, int maxbytes, int timeout) in ps2_drain()
129 static int ps2_adjust_timeout(struct ps2dev *ps2dev, int command, int timeout) in ps2_adjust_timeout()
184 int __ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command) in __ps2_command()
256 int ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command) in ps2_command()
272 void ps2_init(struct ps2dev *ps2dev, struct serio *serio) in ps2_init()
286 int ps2_handle_ack(struct ps2dev *ps2dev, unsigned char data) in ps2_handle_ack()
344 int ps2_handle_response(struct ps2dev *ps2dev, unsigned char data) in ps2_handle_response()
364 void ps2_cmd_aborted(struct ps2dev *ps2dev) in ps2_cmd_aborted()