Lines Matching defs:ctrl
28 struct serdev_controller *ctrl = port->client_data; in ttyport_receive_buf() local
48 struct serdev_controller *ctrl = port->client_data; in ttyport_write_wakeup() local
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_open(struct serdev_controller *ctrl) in ttyport_open()
144 static void ttyport_close(struct serdev_controller *ctrl) in ttyport_close()
159 static unsigned int ttyport_set_baudrate(struct serdev_controller *ctrl, unsigned int speed) in ttyport_set_baudrate()
173 static void ttyport_set_flow_control(struct serdev_controller *ctrl, bool enable) in ttyport_set_flow_control()
187 static int ttyport_set_parity(struct serdev_controller *ctrl, in ttyport_set_parity()
210 static void ttyport_wait_until_sent(struct serdev_controller *ctrl, long timeout) in ttyport_wait_until_sent()
218 static int ttyport_get_tiocm(struct serdev_controller *ctrl) in ttyport_get_tiocm()
229 static int ttyport_set_tiocm(struct serdev_controller *ctrl, unsigned int set, unsigned int clear) in ttyport_set_tiocm()
240 static int ttyport_break_ctl(struct serdev_controller *ctrl, unsigned int break_state) in ttyport_break_ctl()
270 struct serdev_controller *ctrl; in serdev_tty_port_register() local
308 struct serdev_controller *ctrl = port->client_data; in serdev_tty_port_unregister() local