Home
last modified time | relevance | path

Searched refs:in_wait_q (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/cris/arch-v10/drivers/
Dsync_serial.c148 wait_queue_head_t in_wait_q; member
367 init_waitqueue_head(&port->in_wait_q); in initialize_port()
665 poll_wait(file, &port->in_wait_q, wait); in sync_serial_poll()
1139 wait_event_interruptible(port->in_wait_q, in sync_serial_read()
1369 wake_up_interruptible(&port->in_wait_q); in rx_interrupt()
1439 wake_up_interruptible(&port->in_wait_q); in manual_interrupt()
/linux-4.1.27/arch/cris/arch-v32/drivers/
Dsync_serial.c169 wait_queue_head_t in_wait_q; member
356 init_waitqueue_head(&port->in_wait_q); in initialize_port()
573 poll_wait(file, &port->in_wait_q, wait); in sync_serial_poll()
633 wait_event_interruptible(port->in_wait_q, in __sync_serial_read()
1481 wake_up_interruptible(&port->in_wait_q); in handle_rx_packet()
1578 wake_up_interruptible(&port->in_wait_q); in manual_interrupt()