Searched refs:tty_port_tty_set (Results 1 – 11 of 11) sorted by relevance
/drivers/usb/serial/ |
D | console.c | 125 tty_port_tty_set(&port->port, NULL); in usb_console_setup() 144 tty_port_tty_set(&port->port, tty); in usb_console_setup() 172 tty_port_tty_set(&port->port, NULL); in usb_console_setup() 188 tty_port_tty_set(&port->port, NULL); in usb_console_setup()
|
D | omninet.c | 150 tty_port_tty_set(&wport->port, tty); in omninet_open()
|
/drivers/tty/ |
D | tty_port.c | 107 void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty) in tty_port_tty_set() function 117 EXPORT_SYMBOL(tty_port_tty_set); 412 tty_port_tty_set(port, NULL); in tty_port_close() 423 tty_port_tty_set(port, tty); in tty_port_open()
|
D | n_gsm.c | 1719 tty_port_tty_set(&dlci->port, NULL); in gsm_dlci_release() 2929 tty_port_tty_set(port, tty); in gsmtty_open() 2958 tty_port_tty_set(&dlci->port, NULL); in gsmtty_close()
|
D | rocket.c | 925 tty_port_tty_set(port, tty); in rp_open() 1068 tty_port_tty_set(port, NULL); in rp_close()
|
D | moxa.c | 1177 tty_port_tty_set(&ch->port, tty); in moxa_open()
|
D | mxser.c | 1093 tty_port_tty_set(port, NULL); in mxser_close()
|
D | cyclades.c | 1624 tty_port_tty_set(&info->port, tty); in cy_open()
|
/drivers/isdn/gigaset/ |
D | interface.c | 166 tty_port_tty_set(&cs->port, tty); in if_open() 192 tty_port_tty_set(&cs->port, NULL); in if_close()
|
/drivers/tty/serial/ |
D | serial_core.c | 1296 tty_port_tty_set(port, NULL); in uart_close() 1401 tty_port_tty_set(port, NULL); in uart_hangup() 1508 tty_port_tty_set(port, tty); in uart_open()
|
/drivers/char/pcmcia/ |
D | synclink_cs.c | 2359 tty_port_tty_set(port, NULL); in mgslpc_close() 2501 tty_port_tty_set(port, tty); in mgslpc_open()
|