Lines Matching defs:port
21 void tty_port_init(struct tty_port *port) in tty_port_init()
36 int tty_port_alloc_xmit_buf(struct tty_port *port) in tty_port_alloc_xmit_buf()
49 void tty_port_free_xmit_buf(struct tty_port *port) in tty_port_free_xmit_buf()
62 struct tty_port *port = container_of(kref, struct tty_port, kref); in tty_port_destructor() local
71 void tty_port_put(struct tty_port *port) in tty_port_put()
86 struct tty_struct *tty_port_tty_get(struct tty_port *port) in tty_port_tty_get()
107 void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty) in tty_port_tty_set()
119 static void tty_port_shutdown(struct tty_port *port) in tty_port_shutdown()
136 void tty_port_hangup(struct tty_port *port) in tty_port_hangup()
164 int tty_port_carrier_raised(struct tty_port *port) in tty_port_carrier_raised()
181 void tty_port_raise_dtr_rts(struct tty_port *port) in tty_port_raise_dtr_rts()
197 void tty_port_lower_dtr_rts(struct tty_port *port) in tty_port_lower_dtr_rts()
224 int tty_port_block_til_ready(struct tty_port *port, in tty_port_block_til_ready()
318 int tty_port_close_start(struct tty_port *port, in tty_port_close_start()
382 void tty_port_close_end(struct tty_port *port, struct tty_struct *tty) in tty_port_close_end()
404 void tty_port_close(struct tty_port *port, struct tty_struct *tty, in tty_port_close()
416 int tty_port_open(struct tty_port *port, struct tty_struct *tty, in tty_port_open()