Lines Matching defs:ps2dev
26 static int ps2_do_sendbyte(struct ps2dev *ps2dev, u8 byte, in ps2_do_sendbyte()
87 int ps2_sendbyte(struct ps2dev *ps2dev, u8 byte, unsigned int timeout) in ps2_sendbyte()
102 void ps2_begin_command(struct ps2dev *ps2dev) in ps2_begin_command()
110 void ps2_end_command(struct ps2dev *ps2dev) in ps2_end_command()
123 void ps2_drain(struct ps2dev *ps2dev, size_t maxbytes, unsigned int timeout) in ps2_drain()
171 static int ps2_adjust_timeout(struct ps2dev *ps2dev, in ps2_adjust_timeout()
227 int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in __ps2_command()
330 int ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in ps2_command()
350 int ps2_sliced_command(struct ps2dev *ps2dev, u8 command) in ps2_sliced_command()
379 void ps2_init(struct ps2dev *ps2dev, struct serio *serio) in ps2_init()
393 bool ps2_handle_ack(struct ps2dev *ps2dev, u8 data) in ps2_handle_ack()
463 bool ps2_handle_response(struct ps2dev *ps2dev, u8 data) in ps2_handle_response()
483 void ps2_cmd_aborted(struct ps2dev *ps2dev) in ps2_cmd_aborted()