Home
last modified time | relevance | path

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

/drivers/usb/serial/
Dconsole.c124 tty_port_tty_set(&port->port, NULL); in usb_console_setup()
151 tty_port_tty_set(&port->port, tty); in usb_console_setup()
168 tty_port_tty_set(&port->port, NULL); in usb_console_setup()
185 tty_port_tty_set(&port->port, NULL); in usb_console_setup()
/drivers/tty/
Dtty_port.c340 void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty) in tty_port_tty_set() function
349 EXPORT_SYMBOL(tty_port_tty_set);
722 tty_port_tty_set(port, NULL); in tty_port_close()
769 tty_port_tty_set(port, tty); in tty_port_open()
Dn_gsm.c2734 tty_port_tty_set(&dlci->port, NULL); in gsm_dlci_release()
4311 tty_port_tty_set(port, tty); in gsmtty_open()
4348 tty_port_tty_set(&dlci->port, NULL); in gsmtty_close()
Dmoxa.c1479 tty_port_tty_set(&ch->port, tty); in moxa_open()
/drivers/s390/char/
Dsclp_tty.c66 tty_port_tty_set(&sclp_port, tty); in sclp_tty_open()
77 tty_port_tty_set(&sclp_port, NULL); in sclp_tty_close()
Dsclp_vt220.c556 tty_port_tty_set(&sclp_vt220_port, tty); in sclp_vt220_open()
572 tty_port_tty_set(&sclp_vt220_port, NULL); in sclp_vt220_close()
Dcon3215.c980 tty_port_tty_set(&raw->port, tty); in tty3215_open()
1004 tty_port_tty_set(&raw->port, NULL); in tty3215_close()
Dcon3270.c1048 tty_port_tty_set(&tp->port, NULL); in tty3270_release()
1218 tty_port_tty_set(port, tty); in tty3270_open()
1233 tty_port_tty_set(&tp->port, NULL); in tty3270_close()
/drivers/tty/hvc/
Dhvc_console.c362 tty_port_tty_set(&hp->port, tty); in hvc_open()
402 tty_port_tty_set(&hp->port, NULL); in hvc_close()
464 tty_port_tty_set(&hp->port, NULL); in hvc_hangup()
Dhvsi.c715 tty_port_tty_set(&hp->port, tty); in hvsi_open()
775 tty_port_tty_set(&hp->port, NULL); in hvsi_close()
821 tty_port_tty_set(&hp->port, NULL); in hvsi_hangup()
/drivers/net/usb/
Dhso.c1257 tty_port_tty_set(&serial->port, tty); in hso_serial_open()
1312 tty_port_tty_set(&serial->port, NULL); in hso_serial_close()
/drivers/tty/serial/
Dserial_core.c1905 tty_port_tty_set(port, NULL); in uart_hangup()