Lines Matching defs:ps2dev
43 static int ps2_do_sendbyte(struct ps2dev *ps2dev, u8 byte, in ps2_do_sendbyte()
107 int ps2_sendbyte(struct ps2dev *ps2dev, u8 byte, unsigned int timeout) in ps2_sendbyte()
127 void ps2_begin_command(struct ps2dev *ps2dev) in ps2_begin_command()
139 void ps2_end_command(struct ps2dev *ps2dev) in ps2_end_command()
154 void ps2_drain(struct ps2dev *ps2dev, size_t maxbytes, unsigned int timeout) in ps2_drain()
201 static int ps2_adjust_timeout(struct ps2dev *ps2dev, in ps2_adjust_timeout()
263 int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in __ps2_command()
403 int ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in ps2_command()
425 int ps2_sliced_command(struct ps2dev *ps2dev, u8 command) in ps2_sliced_command()
459 void ps2_init(struct ps2dev *ps2dev, struct serio *serio, in ps2_init()
481 static void ps2_handle_response(struct ps2dev *ps2dev, u8 data) in ps2_handle_response()
503 static void ps2_handle_ack(struct ps2dev *ps2dev, u8 data) in ps2_handle_ack()
571 static void ps2_cleanup(struct ps2dev *ps2dev) in ps2_cleanup()
597 struct ps2dev *ps2dev = serio_get_drvdata(serio); in ps2_interrupt() local