Home
last modified time | relevance | path

Searched refs:delta_msr_wait (Results 1 – 25 of 49) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_port.c66 init_waitqueue_head(&port->delta_msr_wait); in tty_port_init()
361 wake_up_interruptible(&port->delta_msr_wait); in tty_port_hangup()
H A Damiserial.c361 wake_up_interruptible(&port->delta_msr_wait); in check_modem_status()
573 wake_up_interruptible(&info->tport.delta_msr_wait); in shutdown()
1171 prepare_to_wait(&info->tport.delta_msr_wait, in rs_ioctl()
1196 finish_wait(&info->tport.delta_msr_wait, &wait); in rs_ioctl()
H A Dcyclades.c712 wake_up_interruptible(&info->port.delta_msr_wait); in cyy_chip_modem()
1173 wake_up_interruptible(&info->port.delta_msr_wait); in cyz_handle_cmd()
1431 wake_up_interruptible(&info->port.delta_msr_wait); in cy_shutdown()
2716 ret_val = wait_event_interruptible(info->port.delta_msr_wait, in cy_ioctl()
H A Dmxser.c820 wake_up_interruptible(&port->port.delta_msr_wait); in mxser_check_modem_status()
967 wake_up_interruptible(&info->port.delta_msr_wait); in mxser_shutdown_port()
1745 return wait_event_interruptible(info->port.delta_msr_wait, in mxser_ioctl()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_mctrl_gpio.c184 wake_up_interruptible(&port->state->port.delta_msr_wait); in mctrl_gpio_irq_handle()
H A Dtimbuart.c229 wake_up_interruptible(&port->state->port.delta_msr_wait); in timbuart_mctrl_check()
H A Dserial_core.c1224 add_wait_queue(&port->delta_msr_wait, &wait); in uart_wait_modem_status()
1251 remove_wait_queue(&port->delta_msr_wait, &wait); in uart_wait_modem_status()
1738 wake_up_interruptible(&port->delta_msr_wait); in uart_hangup()
1756 wake_up_interruptible(&port->delta_msr_wait); in uart_port_shutdown()
H A Dvt8500_serial.c239 wake_up_interruptible(&port->state->port.delta_msr_wait); in handle_delta_cts()
H A Dpnx8xxx_uart.c95 wake_up_interruptible(&sport->port.state->port.delta_msr_wait); in pnx8xxx_mctrl_check()
H A Damba-pl010.c222 wake_up_interruptible(&uap->port.state->port.delta_msr_wait); in pl010_modem_status()
H A Dpxa.c236 wake_up_interruptible(&up->port.state->port.delta_msr_wait); in check_modem_status()
H A Dsa1100.c105 wake_up_interruptible(&sport->port.state->port.delta_msr_wait); in sa1100_mctrl_check()
H A Dsb1250-duart.c434 wake_up_interruptible(&uport->state->port.delta_msr_wait); in sbd_status_handle()
H A Dvr41xx_siu.c370 wake_up_interruptible(&port->state->port.delta_msr_wait); in check_modem_status()
H A Drp2.c479 wake_up_interruptible(&up->port.state->port.delta_msr_wait); in rp2_ch_interrupt()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dssu100.c454 wake_up_interruptible(&port->port.delta_msr_wait); in ssu100_update_msr()
H A Dark3116.c501 wake_up_interruptible(&port->port.delta_msr_wait); in ark3116_update_msr()
H A Dgeneric.c538 ret = wait_event_interruptible(port->port.delta_msr_wait, in usb_serial_generic_tiocmiwait()
H A Dmct_u232.c586 wake_up_interruptible(&port->port.delta_msr_wait); in mct_u232_read_int_callback()
H A Dch341.c769 wake_up_interruptible(&port->port.delta_msr_wait); in ch341_update_status()
H A Doti6858.c710 wake_up_interruptible(&port->port.delta_msr_wait); in oti6858_read_int_callback()
H A Dquatech2.c848 wake_up_interruptible(&port->port.delta_msr_wait); in qt2_update_msr()
H A Df81232.c262 wake_up_interruptible(&port->port.delta_msr_wait); in f81232_read_msr()
H A Dmxuport.c400 wake_up_interruptible(&port->port.delta_msr_wait); in mxuport_msr_event()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h243 wait_queue_head_t delta_msr_wait; /* Modem status change */ member

12