Home
last modified time | relevance | path

Searched refs:tty_port_initialized (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/tty/
H A Dtty_port.c369 if (tty_port_initialized(port)) { in tty_port_shutdown()
550 if (C_BAUD(tty) && tty_port_initialized(port)) in tty_port_block_til_ready()
557 if (tty_hung_up_p(filp) || !tty_port_initialized(port)) { in tty_port_block_til_ready()
653 if (tty_port_initialized(port)) { in tty_port_close_start()
781 if (!tty_port_initialized(port)) { in tty_port_open()
H A Damiserial.c454 if (tty_port_initialized(port)) { in startup()
520 if (!tty_port_initialized(&info->tport)) in shutdown()
970 if (tty_port_initialized(port)) { in set_serial_info()
1239 if (tty_port_initialized(port)) { in rs_close()
1374 control = tty_port_initialized(&state->tport) ? state->MCR : status; in line_info()
H A Dmoxa.c1203 if (tty_port_initialized(&brd->ports[a].port)) in moxa_board_deinit()
1212 if (tty_port_initialized(&brd->ports[a].port)) in moxa_board_deinit()
1481 if (!tty_port_initialized(&ch->port)) { in moxa_open()
1668 bool inited = tty_port_initialized(&p->port); in moxa_poll_port()
H A Dsynclink_gt.c664 if (tty_port_initialized(&info->port)) in close()
831 if (!tty_port_initialized(&info->port)) in wait_until_sent()
2335 if (tty_port_initialized(&info->port)) in startup()
2368 if (!tty_port_initialized(&info->port)) in shutdown()
3195 if (C_BAUD(tty) && tty_port_initialized(port)) in block_til_ready()
3200 if (tty_hung_up_p(filp) || !tty_port_initialized(port)) { in block_til_ready()
H A Dmxser.c1055 if (tty_port_initialized(port)) { in mxser_set_serial_info()
H A Dn_gsm.c4362 if (tty_port_initialized(&dlci->port) && C_HUPCL(tty))
/linux/drivers/usb/serial/
H A Dgeneric.c509 if (!tty_port_initialized(&port->port)) in usb_serial_generic_msr_changed()
539 if (!ret && !tty_port_initialized(&port->port)) in usb_serial_generic_tiocmiwait()
638 if (!tty_port_initialized(&port->port)) in usb_serial_generic_resume()
H A Dconsole.c129 if (!tty_port_initialized(&port->port)) { in usb_console_setup()
H A Dmxuport.c495 if (tty_port_initialized(&demux_port->port)) { in mxuport_process_read_urb_demux_data()
536 if (tty_port_initialized(&demux_port->port)) { in mxuport_process_read_urb_demux_event()
1268 if (!tty_port_initialized(&port->port)) in mxuport_resume()
H A Df81534.c1267 if (tty_port_initialized(&port->port)) in f81534_process_read_urb()
1523 if (!tty_port_initialized(&port->port)) in f81534_resume()
H A Dusb_wwan.c614 if (!tty_port_initialized(&port->port)) in usb_wwan_resume()
H A Dmos7840.c1748 if (!tty_port_initialized(&port->port)) in mos7840_suspend()
1769 if (!tty_port_initialized(&port->port)) in mos7840_resume()
H A Dch341.c847 if (tty_port_initialized(&port->port)) {
H A Df81232.c956 if (tty_port_initialized(&port->port)) { in f81232_resume()
/linux/include/linux/
H A Dtty_port.h212 static inline bool tty_port_initialized(const struct tty_port *port) in tty_port_initialized() function
/linux/drivers/tty/hvc/
H A Dhvc_console.c404 if (!tty_port_initialized(&hp->port)) in hvc_close()
/linux/drivers/tty/serial/
H A Dstm32-usart.c2073 if (!stm32_port->wakeup_src || !tty_port_initialized(tport)) in stm32_usart_serial_en_wakeup()