Searched refs:wait_poll (Results 1 – 7 of 7) sorted by relevance
25 wait_queue_head_t wait_poll; member53 init_waitqueue_head(&buf->wait_poll); in lirc_buffer_init()
142 wake_up_interruptible(&ir->buf->wait_poll); in lirc_thread()419 wake_up_interruptible(&ir->buf->wait_poll); in lirc_unregister_driver()557 poll_wait(file, &ir->buf->wait_poll, wait); in lirc_dev_fop_poll()697 add_wait_queue(&ir->buf->wait_poll, &wait); in lirc_dev_fop_read()727 remove_wait_queue(&ir->buf->wait_poll, &wait); in lirc_dev_fop_read()747 remove_wait_queue(&ir->buf->wait_poll, &wait); in lirc_dev_fop_read()
100 wake_up(&dev->raw->lirc.drv->rbuf->wait_poll); in ir_lirc_decode()
265 wake_up_interruptible(&ir->rbuf.wait_poll); in put_ir_rx()493 wake_up_interruptible(&rbuf->wait_poll); in lirc_thread()916 add_wait_queue(&rbuf->wait_poll, &wait); in read()968 remove_wait_queue(&rbuf->wait_poll, &wait); in read()1231 poll_wait(filep, &rbuf->wait_poll, wait); in poll()
621 wake_up(&context->driver->rbuf->wait_poll); in incoming_packet()
638 wake_up_interruptible(&rbuf.wait_poll); in lirc_irq_handler()
569 wake_up(&context->driver->rbuf->wait_poll); in submit_data()