Lines Matching defs:port

23 static size_t tty_port_default_receive_buf(struct tty_port *port, const u8 *p,  in tty_port_default_receive_buf()
44 static void tty_port_default_lookahead_buf(struct tty_port *port, const u8 *p, in tty_port_default_lookahead_buf()
64 static void tty_port_default_wakeup(struct tty_port *port) in tty_port_default_wakeup()
90 void tty_port_init(struct tty_port *port) in tty_port_init()
117 void tty_port_link_device(struct tty_port *port, in tty_port_link_device()
137 struct device *tty_port_register_device(struct tty_port *port, in tty_port_register_device()
158 struct device *tty_port_register_device_attr(struct tty_port *port, in tty_port_register_device_attr()
181 struct device *tty_port_register_device_attr_serdev(struct tty_port *port, in tty_port_register_device_attr_serdev()
211 struct device *tty_port_register_device_serdev(struct tty_port *port, in tty_port_register_device_serdev()
230 void tty_port_unregister_device(struct tty_port *port, in tty_port_unregister_device()
243 int tty_port_alloc_xmit_buf(struct tty_port *port) in tty_port_alloc_xmit_buf()
259 void tty_port_free_xmit_buf(struct tty_port *port) in tty_port_free_xmit_buf()
277 void tty_port_destroy(struct tty_port *port) in tty_port_destroy()
286 struct tty_port *port = container_of(kref, struct tty_port, kref); in tty_port_destructor() local
306 void tty_port_put(struct tty_port *port) in tty_port_put()
320 struct tty_struct *tty_port_tty_get(struct tty_port *port) in tty_port_tty_get()
340 void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty) in tty_port_tty_set()
361 static void tty_port_shutdown(struct tty_port *port, struct tty_struct *tty) in tty_port_shutdown()
392 void tty_port_hangup(struct tty_port *port) in tty_port_hangup()
417 void tty_port_tty_hangup(struct tty_port *port, bool check_clocal) in tty_port_tty_hangup()
431 void tty_port_tty_wakeup(struct tty_port *port) in tty_port_tty_wakeup()
445 bool tty_port_carrier_raised(struct tty_port *port) in tty_port_carrier_raised()
461 void tty_port_raise_dtr_rts(struct tty_port *port) in tty_port_raise_dtr_rts()
476 void tty_port_lower_dtr_rts(struct tty_port *port) in tty_port_lower_dtr_rts()
508 int tty_port_block_til_ready(struct tty_port *port, in tty_port_block_til_ready()
594 static void tty_port_drain_delay(struct tty_port *port, struct tty_struct *tty) in tty_port_drain_delay()
623 int tty_port_close_start(struct tty_port *port, in tty_port_close_start()
679 void tty_port_close_end(struct tty_port *port, struct tty_struct *tty) in tty_port_close_end()
713 void tty_port_close(struct tty_port *port, struct tty_struct *tty, in tty_port_close()
736 int tty_port_install(struct tty_port *port, struct tty_driver *driver, in tty_port_install()
763 int tty_port_open(struct tty_port *port, struct tty_struct *tty, in tty_port_open()