Searched refs:sio_full (Results 1 – 2 of 2) sorted by relevance
374 &dev->sio_full); in stk_isoc_handler()548 INIT_LIST_HEAD(&dev->sio_full); in stk_free_sio_buffers()674 if (fp->f_flags & O_NONBLOCK && list_empty(&dev->sio_full)) in stk_read()677 !list_empty(&dev->sio_full) || !is_present(dev)); in stk_read()686 if (list_empty(&dev->sio_full)) { in stk_read()691 sbuf = list_first_entry(&dev->sio_full, struct stk_sio_buffer, list); in stk_read()731 if (!list_empty(&dev->sio_full)) in v4l_stk_poll()1118 if (filp->f_flags & O_NONBLOCK && list_empty(&dev->sio_full)) in stk_vidioc_dqbuf()1121 !list_empty(&dev->sio_full) || !is_present(dev)); in stk_vidioc_dqbuf()1128 sbuf = list_first_entry(&dev->sio_full, struct stk_sio_buffer, list); in stk_vidioc_dqbuf()[all …]
125 struct list_head sio_full; member