Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/gspca/
Dov534_9.c53 __u32 last_pts; member
1678 if (this_pts != sd->last_pts || this_fid != sd->last_fid) { in sd_pkt_scan()
1682 sd->last_pts = this_pts; in sd_pkt_scan()
1688 sd->last_pts = 0; in sd_pkt_scan()
Dov534.c82 __u32 last_pts; member
1433 if (this_pts != sd->last_pts || this_fid != sd->last_fid) { in sd_pkt_scan()
1437 sd->last_pts = this_pts; in sd_pkt_scan()
1443 sd->last_pts = 0; in sd_pkt_scan()