Searched refs:this_fid (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/media/usb/gspca/
H A Dov534.c1398 u16 this_fid; sd_pkt_scan() local
1430 this_fid = (data[1] & UVC_STREAM_FID) ? 1 : 0; sd_pkt_scan()
1433 if (this_pts != sd->last_pts || this_fid != sd->last_fid) { sd_pkt_scan()
1438 sd->last_fid = this_fid; sd_pkt_scan()
H A Dov534_9.c1643 u8 this_fid; sd_pkt_scan() local
1675 this_fid = data[1] & UVC_STREAM_FID; sd_pkt_scan()
1678 if (this_pts != sd->last_pts || this_fid != sd->last_fid) { sd_pkt_scan()
1683 sd->last_fid = this_fid; sd_pkt_scan()

Completed in 82 milliseconds