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

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

Completed in 89 milliseconds