Home
last modified time | relevance | path

Searched refs:port_tty (Results 1 – 1 of 1) sorted by relevance

/drivers/usb/gadget/
Du_serial.c100 struct tty_struct *port_tty; member
415 if (do_tty_wake && port->port_tty) in gs_start_tx()
416 tty_wakeup(port->port_tty); in gs_start_tx()
438 tty = port->port_tty; in gs_start_rx()
491 tty = port->port_tty; in gs_rx_push()
702 tty_wakeup(port->port_tty); in gs_start_io()
796 port->port_tty = tty; in gs_open()
882 port->port_tty = NULL; in gs_close()
1320 if (port->port_tty) in gserial_disconnect()
1321 tty_hangup(port->port_tty); in gserial_disconnect()