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

/linux-master/drivers/media/usb/uvc/
H A Duvc_video.c1075 if (stream->last_fid != fid) {
1089 stream->last_fid = fid;
1103 * stream->last_fid is initialized to -1, so the first isochronous
1106 * If the device doesn't toggle the FID bit, invert stream->last_fid
1110 if (fid == stream->last_fid) {
1115 stream->last_fid ^= UVC_STREAM_FID;
1135 * stream->last_fid is initialized to -1, so the first isochronous
1143 if (fid != stream->last_fid && buf->bytesused != 0) {
1150 stream->last_fid = fid;
1248 stream->last_fid
[all...]
H A Duvcvideo.h482 u8 last_fid; member in struct:uvc_streaming
/linux-master/drivers/media/usb/gspca/
H A Dov534_9.c41 u8 last_fid; member in struct:sd
1667 if (this_pts != sd->last_pts || this_fid != sd->last_fid) {
1672 sd->last_fid = this_fid;
H A Dov534.c71 u16 last_fid; member in struct:sd
1495 if (this_pts != sd->last_pts || this_fid != sd->last_fid) {
1500 sd->last_fid = this_fid;

Completed in 621 milliseconds