this_pts         1459 drivers/media/usb/gspca/ov534.c 	__u32 this_pts;
this_pts         1490 drivers/media/usb/gspca/ov534.c 		this_pts = (data[5] << 24) | (data[4] << 16)
this_pts         1495 drivers/media/usb/gspca/ov534.c 		if (this_pts != sd->last_pts || this_fid != sd->last_fid) {
this_pts         1499 drivers/media/usb/gspca/ov534.c 			sd->last_pts = this_pts;
this_pts         1631 drivers/media/usb/gspca/ov534_9.c 	__u32 this_pts;
this_pts         1662 drivers/media/usb/gspca/ov534_9.c 		this_pts = (data[5] << 24) | (data[4] << 16)
this_pts         1667 drivers/media/usb/gspca/ov534_9.c 		if (this_pts != sd->last_pts || this_fid != sd->last_fid) {
this_pts         1671 drivers/media/usb/gspca/ov534_9.c 			sd->last_pts = this_pts;