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

/drivers/media/video/uvc/
H A Duvc_video.c969 if (stream->last_fid != fid) {
982 stream->last_fid = fid;
995 * stream->last_fid is initialized to -1, so the first isochronous
998 * If the device doesn't toggle the FID bit, invert stream->last_fid
1004 if (fid == stream->last_fid) {
1009 stream->last_fid ^= UVC_STREAM_FID;
1034 * stream->last_fid is initialized to -1, so the first isochronous
1042 if (fid != stream->last_fid && buf->bytesused != 0) {
1049 stream->last_fid = fid;
1087 stream->last_fid
[all...]
H A Duvcvideo.h453 __u8 last_fid; member in struct:uvc_streaming
/drivers/media/video/gspca/
H A Dov534.c78 u16 last_fid; member in struct:sd
1382 if (this_pts != sd->last_pts || this_fid != sd->last_fid) {
1387 sd->last_fid = this_fid;
H A Dov534_9.c67 u8 last_fid; member in struct:sd
1510 if (this_pts != sd->last_pts || this_fid != sd->last_fid) {
1515 sd->last_fid = this_fid;

Completed in 74 milliseconds