Lines Matching refs:serdev_controller
28 struct serdev_controller *ctrl = port->client_data; in ttyport_receive_buf()
50 struct serdev_controller *ctrl = port->client_data; in ttyport_write_wakeup()
77 static int ttyport_write_buf(struct serdev_controller *ctrl, const unsigned char *data, size_t len) in ttyport_write_buf()
89 static void ttyport_write_flush(struct serdev_controller *ctrl) in ttyport_write_flush()
97 static int ttyport_write_room(struct serdev_controller *ctrl) in ttyport_write_room()
105 static int ttyport_open(struct serdev_controller *ctrl) in ttyport_open()
154 static void ttyport_close(struct serdev_controller *ctrl) in ttyport_close()
169 static unsigned int ttyport_set_baudrate(struct serdev_controller *ctrl, unsigned int speed) in ttyport_set_baudrate()
183 static void ttyport_set_flow_control(struct serdev_controller *ctrl, bool enable) in ttyport_set_flow_control()
197 static int ttyport_set_parity(struct serdev_controller *ctrl, in ttyport_set_parity()
220 static void ttyport_wait_until_sent(struct serdev_controller *ctrl, long timeout) in ttyport_wait_until_sent()
228 static int ttyport_get_tiocm(struct serdev_controller *ctrl) in ttyport_get_tiocm()
239 static int ttyport_set_tiocm(struct serdev_controller *ctrl, unsigned int set, unsigned int clear) in ttyport_set_tiocm()
250 static int ttyport_break_ctl(struct serdev_controller *ctrl, unsigned int break_state) in ttyport_break_ctl()
280 struct serdev_controller *ctrl; in serdev_tty_port_register()
318 struct serdev_controller *ctrl = port->client_data; in serdev_tty_port_unregister()