Lines Matching defs:ps2dev
25 static int ps2_do_sendbyte(struct ps2dev *ps2dev, u8 byte, in ps2_do_sendbyte()
86 int ps2_sendbyte(struct ps2dev *ps2dev, u8 byte, unsigned int timeout) in ps2_sendbyte()
101 void ps2_begin_command(struct ps2dev *ps2dev) in ps2_begin_command()
109 void ps2_end_command(struct ps2dev *ps2dev) in ps2_end_command()
122 void ps2_drain(struct ps2dev *ps2dev, size_t maxbytes, unsigned int timeout) in ps2_drain()
170 static int ps2_adjust_timeout(struct ps2dev *ps2dev, in ps2_adjust_timeout()
226 int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in __ps2_command()
327 int ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in ps2_command()
347 int ps2_sliced_command(struct ps2dev *ps2dev, u8 command) in ps2_sliced_command()
376 void ps2_init(struct ps2dev *ps2dev, struct serio *serio) in ps2_init()
390 bool ps2_handle_ack(struct ps2dev *ps2dev, u8 data) in ps2_handle_ack()
460 bool ps2_handle_response(struct ps2dev *ps2dev, u8 data) in ps2_handle_response()
480 void ps2_cmd_aborted(struct ps2dev *ps2dev) in ps2_cmd_aborted()