Lines Matching refs:serdev_controller

28 	struct serdev_controller *ctrl = port->client_data;  in ttyport_receive_buf()
48 struct serdev_controller *ctrl = port->client_data; in ttyport_write_wakeup()
75 static ssize_t ttyport_write_buf(struct serdev_controller *ctrl, const u8 *data, size_t len) in ttyport_write_buf()
87 static void ttyport_write_flush(struct serdev_controller *ctrl) in ttyport_write_flush()
95 static int ttyport_write_room(struct serdev_controller *ctrl) in ttyport_write_room()
103 static int ttyport_open(struct serdev_controller *ctrl) in ttyport_open()
152 static void ttyport_close(struct serdev_controller *ctrl) in ttyport_close()
167 static unsigned int ttyport_set_baudrate(struct serdev_controller *ctrl, unsigned int speed) in ttyport_set_baudrate()
181 static void ttyport_set_flow_control(struct serdev_controller *ctrl, bool enable) in ttyport_set_flow_control()
195 static int ttyport_set_parity(struct serdev_controller *ctrl, in ttyport_set_parity()
218 static void ttyport_wait_until_sent(struct serdev_controller *ctrl, long timeout) in ttyport_wait_until_sent()
226 static int ttyport_get_tiocm(struct serdev_controller *ctrl) in ttyport_get_tiocm()
237 static int ttyport_set_tiocm(struct serdev_controller *ctrl, unsigned int set, unsigned int clear) in ttyport_set_tiocm()
248 static int ttyport_break_ctl(struct serdev_controller *ctrl, unsigned int break_state) in ttyport_break_ctl()
279 struct serdev_controller *ctrl; in serdev_tty_port_register()
317 struct serdev_controller *ctrl = port->client_data; in serdev_tty_port_unregister()