Searched refs:sio_full (Results 1 – 2 of 2) sorted by relevance
383 &dev->sio_full); in stk_isoc_handler()553 INIT_LIST_HEAD(&dev->sio_full); in stk_free_sio_buffers()678 if (fp->f_flags & O_NONBLOCK && list_empty(&dev->sio_full)) in stk_read()681 !list_empty(&dev->sio_full) || !is_present(dev)); in stk_read()690 if (list_empty(&dev->sio_full)) { in stk_read()695 sbuf = list_first_entry(&dev->sio_full, struct stk_sio_buffer, list); in stk_read()735 if (!list_empty(&dev->sio_full)) in v4l_stk_poll()1120 if (filp->f_flags & O_NONBLOCK && list_empty(&dev->sio_full)) in stk_vidioc_dqbuf()1123 !list_empty(&dev->sio_full) || !is_present(dev)); in stk_vidioc_dqbuf()1130 sbuf = list_first_entry(&dev->sio_full, struct stk_sio_buffer, list); in stk_vidioc_dqbuf()[all …]
115 struct list_head sio_full; member