Lines Matching defs:ps2dev
37 int ps2_sendbyte(struct ps2dev *ps2dev, unsigned char byte, int timeout) in ps2_sendbyte()
57 void ps2_begin_command(struct ps2dev *ps2dev) in ps2_begin_command()
66 void ps2_end_command(struct ps2dev *ps2dev) in ps2_end_command()
80 void ps2_drain(struct ps2dev *ps2dev, int maxbytes, int timeout) in ps2_drain()
128 static int ps2_adjust_timeout(struct ps2dev *ps2dev, int command, int timeout) in ps2_adjust_timeout()
183 int __ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command) in __ps2_command()
255 int ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command) in ps2_command()
271 void ps2_init(struct ps2dev *ps2dev, struct serio *serio) in ps2_init()
285 int ps2_handle_ack(struct ps2dev *ps2dev, unsigned char data) in ps2_handle_ack()
343 int ps2_handle_response(struct ps2dev *ps2dev, unsigned char data) in ps2_handle_response()
363 void ps2_cmd_aborted(struct ps2dev *ps2dev) in ps2_cmd_aborted()