Home
last modified time | relevance | path

Searched refs:tty_port_tty_set (Results 1 – 14 of 14) 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.c304 void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty) in tty_port_tty_set() function
313 EXPORT_SYMBOL(tty_port_tty_set);
645 tty_port_tty_set(port, NULL); in tty_port_close()
681 tty_port_tty_set(port, tty); in tty_port_open()
Dn_gsm.c2017 tty_port_tty_set(&dlci->port, NULL); in gsm_dlci_release()
3396 tty_port_tty_set(port, tty); in gsmtty_open()
3428 tty_port_tty_set(&dlci->port, NULL); in gsmtty_close()
Dmxser.c943 tty_port_tty_set(port, NULL); in mxser_close()
Dmoxa.c1179 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.c557 tty_port_tty_set(&sclp_vt220_port, tty); in sclp_vt220_open()
573 tty_port_tty_set(&sclp_vt220_port, NULL); in sclp_vt220_close()
Dcon3215.c898 tty_port_tty_set(&raw->port, tty); in tty3215_open()
922 tty_port_tty_set(&raw->port, NULL); in tty3215_close()
Dtty3270.c912 tty_port_tty_set(&tp->port, NULL); in tty3270_release()
1042 tty_port_tty_set(port, tty); in tty3270_open()
1058 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/char/pcmcia/
Dsynclink_cs.c2341 tty_port_tty_set(port, NULL); in mgslpc_close()
2483 tty_port_tty_set(port, tty); in mgslpc_open()
/drivers/tty/serial/
Dserial_core.c1714 tty_port_tty_set(port, NULL); in uart_hangup()