Searched refs:sio_full (Results 1 – 2 of 2) sorted by relevance
385 &dev->sio_full); in stk_isoc_handler()555 INIT_LIST_HEAD(&dev->sio_full); in stk_free_sio_buffers()679 if (fp->f_flags & O_NONBLOCK && list_empty(&dev->sio_full)) in stk_read()682 !list_empty(&dev->sio_full) || !is_present(dev)); in stk_read()691 if (list_empty(&dev->sio_full)) { in stk_read()696 sbuf = list_first_entry(&dev->sio_full, struct stk_sio_buffer, list); in stk_read()736 if (!list_empty(&dev->sio_full)) in v4l_stk_poll()1112 if (filp->f_flags & O_NONBLOCK && list_empty(&dev->sio_full)) in stk_vidioc_dqbuf()1115 !list_empty(&dev->sio_full) || !is_present(dev)); in stk_vidioc_dqbuf()1122 sbuf = list_first_entry(&dev->sio_full, struct stk_sio_buffer, list); in stk_vidioc_dqbuf()[all …]
106 struct list_head sio_full; member