Lines Matching defs:ps2dev
29 static int ps2_do_sendbyte(struct ps2dev *ps2dev, u8 byte, in ps2_do_sendbyte()
90 int ps2_sendbyte(struct ps2dev *ps2dev, u8 byte, unsigned int timeout) in ps2_sendbyte()
105 void ps2_begin_command(struct ps2dev *ps2dev) in ps2_begin_command()
113 void ps2_end_command(struct ps2dev *ps2dev) in ps2_end_command()
126 void ps2_drain(struct ps2dev *ps2dev, size_t maxbytes, unsigned int timeout) in ps2_drain()
174 static int ps2_adjust_timeout(struct ps2dev *ps2dev, in ps2_adjust_timeout()
230 int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in __ps2_command()
331 int ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in ps2_command()
351 int ps2_sliced_command(struct ps2dev *ps2dev, u8 command) in ps2_sliced_command()
380 void ps2_init(struct ps2dev *ps2dev, struct serio *serio) in ps2_init()
394 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()