scr_stc           769 drivers/media/usb/uvc/uvc_video.c 	u32 uninitialized_var(scr_stc);
scr_stc           806 drivers/media/usb/uvc/uvc_video.c 		scr_stc = get_unaligned_le32(&data[header_size - 6]);
scr_stc           836 drivers/media/usb/uvc/uvc_video.c 		if (stream->stats.frame.scr_stc != scr_stc)
scr_stc           849 drivers/media/usb/uvc/uvc_video.c 		stream->stats.frame.scr_stc = scr_stc;
scr_stc           887 drivers/media/usb/uvc/uvc_video.c 		  frame->pts, frame->scr_stc, frame->scr_sof);
scr_stc           469 drivers/media/usb/uvc/uvcvideo.h 	u32 scr_stc;			/* SCR.STC of the last packet */