Searched refs:open_wait (Results 1 – 22 of 22) sorted by relevance
/drivers/tty/ |
D | tty_port.c | 25 init_waitqueue_head(&port->open_wait); in tty_port_init() 244 wake_up_interruptible(&port->open_wait); in tty_port_hangup() 403 prepare_to_wait(&port->open_wait, &wait, TASK_INTERRUPTIBLE); in tty_port_block_til_ready() 430 finish_wait(&port->open_wait, &wait); in tty_port_block_til_ready() 525 wake_up_interruptible(&port->open_wait); in tty_port_close_end()
|
D | amiserial.c | 408 wake_up_interruptible(&port->open_wait); in check_modem_status() 1369 wake_up_interruptible(&info->open_wait); in rs_set_termios() 1503 wake_up_interruptible(&info->tport.open_wait); in rs_hangup()
|
D | rocket.c | 526 wake_up_interruptible(&info->port.open_wait); in rp_handle_port() 1046 wake_up_interruptible(&port->open_wait); in rp_close() 1534 wake_up_interruptible(&info->port.open_wait); in rp_hangup()
|
D | synclink_gt.c | 773 wake_up_interruptible(&info->port.open_wait); in hangup() 2095 wake_up_interruptible(&info->port.open_wait); in dcd_change() 3300 add_wait_queue(&port->open_wait, &wait); in block_til_ready() 3339 remove_wait_queue(&port->open_wait, &wait); in block_til_ready()
|
D | synclinkmp.c | 866 wake_up_interruptible(&info->port.open_wait); in hangup() 2482 wake_up_interruptible(&info->port.open_wait); in isr_io_pin() 3317 add_wait_queue(&port->open_wait, &wait); in block_til_ready() 3363 remove_wait_queue(&port->open_wait, &wait); in block_til_ready()
|
D | cyclades.c | 719 wake_up_interruptible(&info->port.open_wait); in cyy_chip_modem() 1126 wake_up_interruptible(&info->port.open_wait); in cyz_handle_cmd() 2819 wake_up_interruptible(&info->port.open_wait); in cy_set_termios()
|
D | synclink.c | 1349 wake_up_interruptible(&info->port.open_wait); in mgsl_isr_io_pin() 3215 wake_up_interruptible(&info->port.open_wait); in mgsl_hangup() 3296 add_wait_queue(&port->open_wait, &wait); in block_til_ready() 3342 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 | 1328 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/staging/sb105x/ |
D | sb_ser_core.h | 178 wait_queue_head_t open_wait; member 338 wake_up_interruptible(&info->open_wait); in sb_uart_handle_dcd_change()
|
D | sb_pci_mp.c | 1383 wake_up_interruptible(&state->info->open_wait); in mp_close() 1434 wake_up_interruptible(&state->info->open_wait); in mp_hangup() 1463 add_wait_queue(&info->open_wait, &wait); in mp_block_til_ready() 1497 remove_wait_queue(&info->open_wait, &wait); in mp_block_til_ready() 1533 init_waitqueue_head(&state->info->open_wait); in uart_get()
|
/drivers/net/wan/ |
D | z85230.h | 335 wait_queue_head_t open_wait; /* Tasks waiting to open */ member
|
/drivers/tty/serial/ |
D | 68328serial.c | 1070 wake_up_interruptible(&port->open_wait); 1092 wake_up_interruptible(&info->tport.open_wait);
|
D | serial_core.c | 1381 wake_up_interruptible(&port->open_wait); in uart_close() 1464 wake_up_interruptible(&port->open_wait); in uart_hangup() 2747 wake_up_interruptible(&port->open_wait); in uart_handle_dcd_change()
|
D | crisv10.c | 3830 wake_up_interruptible(&info->port.open_wait); in rs_close() 3929 wake_up_interruptible(&info->port.open_wait); in rs_hangup() 3986 add_wait_queue(&info->port.open_wait, &wait); in block_til_ready() 4033 remove_wait_queue(&info->port.open_wait, &wait); in block_til_ready()
|
/drivers/usb/serial/ |
D | generic.c | 583 wake_up_interruptible(&port->open_wait); in usb_serial_handle_dcd_change()
|
/drivers/ipack/devices/ |
D | ipoctal.c | 620 wake_up_interruptible(&channel->tty_port.open_wait); in ipoctal_hangup()
|
/drivers/mmc/card/ |
D | sdio_uart.c | 487 wake_up_interruptible(&port->port.open_wait); in sdio_uart_check_modem_status()
|
/drivers/isdn/i4l/ |
D | isdn_tty.c | 1631 wake_up_interruptible(&port->open_wait); in isdn_tty_hangup() 2118 wake_up_interruptible(&info->port.open_wait); in isdn_tty_stat_callback()
|
/drivers/staging/fwserial/ |
D | fwserial.c | 332 wake_up_interruptible(&port->port.open_wait); in fwtty_update_port_status()
|
/drivers/char/pcmcia/ |
D | synclink_cs.c | 1109 wake_up_interruptible(&info->port.open_wait); in dcd_change()
|