Lines Matching defs:port
20 void tty_port_init(struct tty_port *port) in tty_port_init()
47 void tty_port_link_device(struct tty_port *port, in tty_port_link_device()
67 struct device *tty_port_register_device(struct tty_port *port, in tty_port_register_device()
89 struct device *tty_port_register_device_attr(struct tty_port *port, in tty_port_register_device_attr()
100 int tty_port_alloc_xmit_buf(struct tty_port *port) in tty_port_alloc_xmit_buf()
113 void tty_port_free_xmit_buf(struct tty_port *port) in tty_port_free_xmit_buf()
132 void tty_port_destroy(struct tty_port *port) in tty_port_destroy()
141 struct tty_port *port = container_of(kref, struct tty_port, kref); in tty_port_destructor() local
155 void tty_port_put(struct tty_port *port) in tty_port_put()
170 struct tty_struct *tty_port_tty_get(struct tty_port *port) in tty_port_tty_get()
191 void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty) in tty_port_tty_set()
202 static void tty_port_shutdown(struct tty_port *port, struct tty_struct *tty) in tty_port_shutdown()
233 void tty_port_hangup(struct tty_port *port) in tty_port_hangup()
259 void tty_port_tty_hangup(struct tty_port *port, bool check_clocal) in tty_port_tty_hangup()
274 void tty_port_tty_wakeup(struct tty_port *port) in tty_port_tty_wakeup()
294 int tty_port_carrier_raised(struct tty_port *port) in tty_port_carrier_raised()
311 void tty_port_raise_dtr_rts(struct tty_port *port) in tty_port_raise_dtr_rts()
327 void tty_port_lower_dtr_rts(struct tty_port *port) in tty_port_lower_dtr_rts()
359 int tty_port_block_til_ready(struct tty_port *port, in tty_port_block_til_ready()
452 static void tty_port_drain_delay(struct tty_port *port, struct tty_struct *tty) in tty_port_drain_delay()
470 int tty_port_close_start(struct tty_port *port, in tty_port_close_start()
518 void tty_port_close_end(struct tty_port *port, struct tty_struct *tty) in tty_port_close_end()
551 void tty_port_close(struct tty_port *port, struct tty_struct *tty, in tty_port_close()
573 int tty_port_install(struct tty_port *port, struct tty_driver *driver, in tty_port_install()
589 int tty_port_open(struct tty_port *port, struct tty_struct *tty, in tty_port_open()