this_fid         1460 drivers/media/usb/gspca/ov534.c 	u16 this_fid;
this_fid         1492 drivers/media/usb/gspca/ov534.c 		this_fid = (data[1] & UVC_STREAM_FID) ? 1 : 0;
this_fid         1495 drivers/media/usb/gspca/ov534.c 		if (this_pts != sd->last_pts || this_fid != sd->last_fid) {
this_fid         1500 drivers/media/usb/gspca/ov534.c 			sd->last_fid = this_fid;
this_fid         1632 drivers/media/usb/gspca/ov534_9.c 	u8 this_fid;
this_fid         1664 drivers/media/usb/gspca/ov534_9.c 		this_fid = data[1] & UVC_STREAM_FID;
this_fid         1667 drivers/media/usb/gspca/ov534_9.c 		if (this_pts != sd->last_pts || this_fid != sd->last_fid) {
this_fid         1672 drivers/media/usb/gspca/ov534_9.c 			sd->last_fid = this_fid;