Lines Matching defs:port

22 static int tty_port_default_receive_buf(struct tty_port *port,  in tty_port_default_receive_buf()
45 static void tty_port_default_wakeup(struct tty_port *port) in tty_port_default_wakeup()
61 void tty_port_init(struct tty_port *port) in tty_port_init()
88 void tty_port_link_device(struct tty_port *port, in tty_port_link_device()
108 struct device *tty_port_register_device(struct tty_port *port, in tty_port_register_device()
129 struct device *tty_port_register_device_attr(struct tty_port *port, in tty_port_register_device_attr()
152 struct device *tty_port_register_device_attr_serdev(struct tty_port *port, in tty_port_register_device_attr_serdev()
182 struct device *tty_port_register_device_serdev(struct tty_port *port, in tty_port_register_device_serdev()
201 void tty_port_unregister_device(struct tty_port *port, in tty_port_unregister_device()
214 int tty_port_alloc_xmit_buf(struct tty_port *port) in tty_port_alloc_xmit_buf()
227 void tty_port_free_xmit_buf(struct tty_port *port) in tty_port_free_xmit_buf()
246 void tty_port_destroy(struct tty_port *port) in tty_port_destroy()
255 struct tty_port *port = container_of(kref, struct tty_port, kref); in tty_port_destructor() local
269 void tty_port_put(struct tty_port *port) in tty_port_put()
283 struct tty_struct *tty_port_tty_get(struct tty_port *port) in tty_port_tty_get()
303 void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty) in tty_port_tty_set()
314 static void tty_port_shutdown(struct tty_port *port, struct tty_struct *tty) in tty_port_shutdown()
345 void tty_port_hangup(struct tty_port *port) in tty_port_hangup()
371 void tty_port_tty_hangup(struct tty_port *port, bool check_clocal) in tty_port_tty_hangup()
386 void tty_port_tty_wakeup(struct tty_port *port) in tty_port_tty_wakeup()
400 int tty_port_carrier_raised(struct tty_port *port) in tty_port_carrier_raised()
416 void tty_port_raise_dtr_rts(struct tty_port *port) in tty_port_raise_dtr_rts()
431 void tty_port_lower_dtr_rts(struct tty_port *port) in tty_port_lower_dtr_rts()
462 int tty_port_block_til_ready(struct tty_port *port, in tty_port_block_til_ready()
544 static void tty_port_drain_delay(struct tty_port *port, struct tty_struct *tty) in tty_port_drain_delay()
559 int tty_port_close_start(struct tty_port *port, in tty_port_close_start()
605 void tty_port_close_end(struct tty_port *port, struct tty_struct *tty) in tty_port_close_end()
631 void tty_port_close(struct tty_port *port, struct tty_struct *tty, in tty_port_close()
654 int tty_port_install(struct tty_port *port, struct tty_driver *driver, in tty_port_install()
670 int tty_port_open(struct tty_port *port, struct tty_struct *tty, in tty_port_open()