Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A 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()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_port.c303 void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty) in tty_port_tty_set() function
312 EXPORT_SYMBOL(tty_port_tty_set);
640 tty_port_tty_set(port, NULL); in tty_port_close()
676 tty_port_tty_set(port, tty); in tty_port_open()
H A Dn_gsm.c1827 tty_port_tty_set(&dlci->port, NULL); in gsm_dlci_release()
3132 tty_port_tty_set(port, tty); in gsmtty_open()
3164 tty_port_tty_set(&dlci->port, NULL); in gsmtty_close()
H A Drocket.c897 tty_port_tty_set(port, tty); in rp_open()
1029 tty_port_tty_set(port, NULL); in rp_close()
H A Dmoxa.c1181 tty_port_tty_set(&ch->port, tty); in moxa_open()
H A Dmxser.c1098 tty_port_tty_set(port, NULL); in mxser_close()
H A Dcyclades.c1592 tty_port_tty_set(&info->port, tty); in cy_open()
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dpdc_cons.c86 tty_port_tty_set(&tty_port, tty); in pdc_console_tty_open()
96 tty_port_tty_set(&tty_port, NULL); in pdc_console_tty_close()
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A 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()
H A Dsclp_vt220.c562 tty_port_tty_set(&sclp_vt220_port, tty); in sclp_vt220_open()
579 tty_port_tty_set(&sclp_vt220_port, NULL); in sclp_vt220_close()
H A Dcon3215.c982 tty_port_tty_set(&raw->port, tty); in tty3215_open()
1009 tty_port_tty_set(&raw->port, NULL); in tty3215_close()
H A Dtty3270.c910 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()
/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h703 extern void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty);
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dhso.c1258 tty_port_tty_set(&serial->port, tty); in hso_serial_open()
1314 tty_port_tty_set(&serial->port, NULL); in hso_serial_close()
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A Dsynclink_cs.c2349 tty_port_tty_set(port, NULL); in mgslpc_close()
2491 tty_port_tty_set(port, tty); in mgslpc_open()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_core.c1734 tty_port_tty_set(port, NULL); in uart_hangup()