Searched refs:frame_read (Results 1 – 3 of 3) sorted by relevance
2218 if (V4L2_BUF_FLAG_DONE != peasycap->done[peasycap->frame_read]) { in easycap_unlocked_ioctl()2220 peasycap->done[peasycap->frame_read]); in easycap_unlocked_ioctl()2239 v4l2_buffer.index = peasycap->frame_read; in easycap_unlocked_ioctl()2276 input = peasycap->frame_buffer[peasycap->frame_read][0].input; in easycap_unlocked_ioctl()2279 peasycap->frame_read, (0x07 & input)); in easycap_unlocked_ioctl()2282 peasycap->frame_read); in easycap_unlocked_ioctl()2286 if (peasycap->frame_read == peasycap->frame_fill) { in easycap_unlocked_ioctl()
370 int frame_read; /* Frame buffer offered to user by DQBUF. */ member
426 peasycap->frame_read = 0; in easycap_newinput()1172 peasycap->frame_read = peasycap->frame_fill; in easycap_video_dqbuf()1173 peasycap->queued[peasycap->frame_read] = 0; in easycap_video_dqbuf()1174 peasycap->done[peasycap->frame_read] = V4L2_BUF_FLAG_DONE; in easycap_video_dqbuf()1181 peasycap->frame_buffer[peasycap->frame_read][0].kount = in easycap_video_dqbuf()1184 peasycap->frame_buffer[peasycap->frame_read][0].kount = in easycap_video_dqbuf()1188 JOM(8, "setting: %i=peasycap->frame_read\n", peasycap->frame_read); in easycap_video_dqbuf()3398 peasycap->frame_read = 0; in easycap_usb_probe()