Searched refs:open_wait (Results 1 – 22 of 22) sorted by relevance
/drivers/tty/ |
D | tty_port.c | 24 init_waitqueue_head(&port->open_wait); in tty_port_init() 149 wake_up_interruptible(&port->open_wait); in tty_port_hangup() 276 prepare_to_wait(&port->open_wait, &wait, TASK_INTERRUPTIBLE); in tty_port_block_til_ready() 303 finish_wait(&port->open_wait, &wait); in tty_port_block_til_ready() 396 wake_up_interruptible(&port->open_wait); in tty_port_close_end()
|
D | amiserial.c | 414 wake_up_interruptible(&port->open_wait); in check_modem_status() 1375 wake_up_interruptible(&info->open_wait); in rs_set_termios() 1509 wake_up_interruptible(&info->tport.open_wait); in rs_hangup()
|
D | rocket.c | 536 wake_up_interruptible(&info->port.open_wait); in rp_handle_port() 1056 wake_up_interruptible(&port->open_wait); in rp_close() 1547 wake_up_interruptible(&info->port.open_wait); in rp_hangup()
|
D | synclink_gt.c | 774 wake_up_interruptible(&info->port.open_wait); in hangup() 2101 wake_up_interruptible(&info->port.open_wait); in dcd_change() 3306 add_wait_queue(&port->open_wait, &wait); in block_til_ready() 3345 remove_wait_queue(&port->open_wait, &wait); in block_til_ready()
|
D | synclinkmp.c | 858 wake_up_interruptible(&info->port.open_wait); in hangup() 2485 wake_up_interruptible(&info->port.open_wait); in isr_io_pin() 3320 add_wait_queue(&port->open_wait, &wait); in block_til_ready() 3366 remove_wait_queue(&port->open_wait, &wait); in block_til_ready()
|
D | cyclades.c | 726 wake_up_interruptible(&info->port.open_wait); in cyy_chip_modem() 1138 wake_up_interruptible(&info->port.open_wait); in cyz_handle_cmd() 2841 wake_up_interruptible(&info->port.open_wait); in cy_set_termios()
|
D | synclink.c | 1353 wake_up_interruptible(&info->port.open_wait); in mgsl_isr_io_pin() 3220 wake_up_interruptible(&info->port.open_wait); in mgsl_hangup() 3301 add_wait_queue(&port->open_wait, &wait); in block_til_ready() 3347 remove_wait_queue(&port->open_wait, &wait); in block_til_ready()
|
D | isicom.c | 594 wake_up_interruptible(&port->port.open_wait); in isicom_interrupt()
|
D | moxa.c | 1311 wake_up_interruptible(&ch->port.open_wait); in moxa_set_termios()
|
D | mxser.c | 830 wake_up_interruptible(&port->port.open_wait); in mxser_check_modem_status()
|
/drivers/tty/serial/ |
D | 68328serial.c | 1065 wake_up_interruptible(&info->open_wait); 1088 wake_up_interruptible(&info->open_wait); 1140 add_wait_queue(&info->open_wait, &wait); 1172 remove_wait_queue(&info->open_wait, &wait); 1287 init_waitqueue_head(&info->open_wait);
|
D | 68328serial.h | 161 wait_queue_head_t open_wait; member
|
D | crisv10.h | 114 wait_queue_head_t open_wait; member
|
D | crisv10.c | 3870 wake_up_interruptible(&info->open_wait); in rs_close() 3969 wake_up_interruptible(&info->open_wait); in rs_hangup() 4026 add_wait_queue(&info->open_wait, &wait); in block_til_ready() 4073 remove_wait_queue(&info->open_wait, &wait); in block_til_ready() 4507 init_waitqueue_head(&info->open_wait); in rs_init()
|
D | serial_core.c | 1318 wake_up_interruptible(&port->open_wait); in uart_close() 1402 wake_up_interruptible(&port->open_wait); in uart_hangup() 2478 wake_up_interruptible(&port->open_wait); in uart_handle_dcd_change()
|
/drivers/staging/serial/ |
D | 68360serial.c | 254 wait_queue_head_t open_wait; member 577 wake_up_interruptible(&info->open_wait); in check_modem_status() 1559 wake_up_interruptible(&info->open_wait); in rs_360_set_termios() 1665 wake_up_interruptible(&info->open_wait); in rs_360_close() 1759 wake_up_interruptible(&info->open_wait); in rs_360_hangup() 1820 add_wait_queue(&info->open_wait, &wait); in block_til_ready() 1867 remove_wait_queue(&info->open_wait, &wait); in block_til_ready() 2565 init_waitqueue_head(&info->open_wait); in rs_360_init()
|
/drivers/net/wan/ |
D | z85230.h | 335 wait_queue_head_t open_wait; /* Tasks waiting to open */ member
|
/drivers/isdn/i4l/ |
D | isdn_tty.c | 1531 add_wait_queue(&info->open_wait, &wait); in isdn_tty_block_til_ready() 1569 remove_wait_queue(&info->open_wait, &wait); in isdn_tty_block_til_ready() 1717 wake_up_interruptible(&info->open_wait); in isdn_tty_close() 1740 wake_up_interruptible(&info->open_wait); in isdn_tty_hangup() 1920 init_waitqueue_head(&info->open_wait); in isdn_tty_modem_init() 2217 wake_up_interruptible(&info->open_wait); in isdn_tty_stat_callback()
|
D | isdn_common.c | 2330 init_waitqueue_head(&dev->mdm.info[i].open_wait); in isdn_init()
|
/drivers/usb/serial/ |
D | generic.c | 531 wake_up_interruptible(&port->open_wait); in usb_serial_handle_dcd_change()
|
/drivers/mmc/card/ |
D | sdio_uart.c | 508 wake_up_interruptible(&port->port.open_wait); in sdio_uart_check_modem_status()
|
/drivers/char/pcmcia/ |
D | synclink_cs.c | 1104 wake_up_interruptible(&info->port.open_wait); in dcd_change()
|