Home
last modified time | relevance | path

Searched refs:this_pts (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/usb/gspca/
Dov534_9.c1639 __u32 this_pts; in sd_pkt_scan() local
1670 this_pts = (data[5] << 24) | (data[4] << 16) in sd_pkt_scan()
1675 if (this_pts != sd->last_pts || this_fid != sd->last_fid) { in sd_pkt_scan()
1679 sd->last_pts = this_pts; in sd_pkt_scan()
Dov534.c1395 __u32 this_pts; in sd_pkt_scan() local
1426 this_pts = (data[5] << 24) | (data[4] << 16) in sd_pkt_scan()
1431 if (this_pts != sd->last_pts || this_fid != sd->last_fid) { in sd_pkt_scan()
1435 sd->last_pts = this_pts; in sd_pkt_scan()