Home
last modified time | relevance | path

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

/drivers/usb/serial/
Dconsole.c125 tty_port_tty_set(&port->port, NULL); in usb_console_setup()
152 tty_port_tty_set(&port->port, tty); in usb_console_setup()
169 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.c190 void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty) in tty_port_tty_set() function
199 EXPORT_SYMBOL(tty_port_tty_set);
536 tty_port_tty_set(port, NULL); in tty_port_close()
572 tty_port_tty_set(port, tty); in tty_port_open()
Dbfin_jtag_comm.c148 tty_port_tty_set(&port, tty); in bfin_jc_open()
163 tty_port_tty_set(&port, NULL); in bfin_jc_close()
Dn_gsm.c1732 tty_port_tty_set(&dlci->port, NULL); in gsm_dlci_release()
2958 tty_port_tty_set(port, tty); in gsmtty_open()
2989 tty_port_tty_set(&dlci->port, NULL); in gsmtty_close()
Drocket.c907 tty_port_tty_set(port, tty); in rp_open()
1051 tty_port_tty_set(port, NULL); in rp_close()
Dmoxa.c1193 tty_port_tty_set(&ch->port, tty); in moxa_open()
Dmxser.c1093 tty_port_tty_set(port, NULL); in mxser_close()
Dcyclades.c1594 tty_port_tty_set(&info->port, tty); in cy_open()
/drivers/tty/hvc/
Dhvc_console.c353 tty_port_tty_set(&hp->port, tty); in hvc_open()
365 tty_port_tty_set(&hp->port, NULL); in hvc_open()
404 tty_port_tty_set(&hp->port, NULL); in hvc_close()
462 tty_port_tty_set(&hp->port, NULL); in hvc_hangup()
Dhvsi.c728 tty_port_tty_set(&hp->port, tty); in hvsi_open()
788 tty_port_tty_set(&hp->port, NULL); in hvsi_close()
834 tty_port_tty_set(&hp->port, NULL); in hvsi_hangup()
/drivers/s390/char/
Dsclp_tty.c66 tty_port_tty_set(&sclp_port, tty); in sclp_tty_open()
78 tty_port_tty_set(&sclp_port, NULL); in sclp_tty_close()
Dsclp_vt220.c563 tty_port_tty_set(&sclp_vt220_port, tty); in sclp_vt220_open()
580 tty_port_tty_set(&sclp_vt220_port, NULL); in sclp_vt220_close()
Dcon3215.c982 tty_port_tty_set(&raw->port, tty); in tty3215_open()
1013 tty_port_tty_set(&raw->port, NULL); in tty3215_close()
Dtty3270.c908 tty_port_tty_set(&tp->port, NULL); in tty3270_release()
1039 tty_port_tty_set(port, tty); in tty3270_open()
1055 tty_port_tty_set(&tp->port, NULL); in tty3270_close()
/drivers/isdn/gigaset/
Dinterface.c136 tty_port_tty_set(&cs->port, tty); in if_open()
162 tty_port_tty_set(&cs->port, NULL); in if_close()
/drivers/net/usb/
Dhso.c1274 tty_port_tty_set(&serial->port, tty); in hso_serial_open()
1330 tty_port_tty_set(&serial->port, NULL); in hso_serial_close()
/drivers/char/pcmcia/
Dsynclink_cs.c2350 tty_port_tty_set(port, NULL); in mgslpc_close()
2492 tty_port_tty_set(port, tty); in mgslpc_open()
/drivers/tty/serial/
Dserial_core.c1602 tty_port_tty_set(port, NULL); in uart_hangup()