Searched refs:serdev_controller (Results 1 – 3 of 3) sorted by relevance
13 struct serdev_controller;44 struct serdev_controller *ctrl;84 void (*write_flush)(struct serdev_controller *);85 int (*write_room)(struct serdev_controller *);86 int (*open)(struct serdev_controller *);87 void (*close)(struct serdev_controller *);91 void (*wait_until_sent)(struct serdev_controller *, long);92 int (*get_tiocm)(struct serdev_controller *);103 struct serdev_controller { struct112 return container_of(d, struct serdev_controller, dev); in to_serdev_controller()[all …]
104 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_add()140 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_remove()149 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_open()177 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_close()239 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_buf()274 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write()320 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_flush()331 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_room()342 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_baudrate()479 struct serdev_controller *ctrl; in serdev_controller_alloc()[all …]
28 struct serdev_controller *ctrl = port->client_data; in ttyport_receive_buf()50 struct serdev_controller *ctrl = port->client_data; in ttyport_write_wakeup()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()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()228 static int ttyport_get_tiocm(struct serdev_controller *ctrl) in ttyport_get_tiocm()268 struct serdev_controller *ctrl; in serdev_tty_port_register()[all …]
Completed in 7 milliseconds