Searched refs:last_fid (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvc_video.c401 stream->last_fid = fid;
407 * stream->last_fid is initialized to -1, so the first isochronous
410 * If the device doesn't toggle the FID bit, invert stream->last_fid
416 if (fid == stream->last_fid) {
421 stream->last_fid ^= UVC_STREAM_FID;
444 * stream->last_fid is initialized to -1, so the first isochronous
452 if (fid != stream->last_fid && buf->buf.bytesused != 0) {
459 stream->last_fid = fid;
498 stream->last_fid ^= UVC_STREAM_FID;
518 | (stream->last_fid
[all...]
H A Duvcvideo.h461 __u8 last_fid; member in struct:uvc_streaming
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dov534.c56 u16 last_fid; member in struct:sd
979 if (this_pts != sd->last_pts || this_fid != sd->last_fid) {
984 sd->last_fid = this_fid;
H A Dov534_9.c52 u8 last_fid; member in struct:sd
1232 if (this_pts != sd->last_pts || this_fid != sd->last_fid) {
1237 sd->last_fid = this_fid;

Completed in 116 milliseconds