Home
last modified time | relevance | path

Searched refs:uvc_hw_timestamps_param (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/usb/uvc/
H A Duvcvideo.h646 extern unsigned int uvc_hw_timestamps_param;
H A Duvc_driver.c34 unsigned int uvc_hw_timestamps_param; variable
2388 module_param_named(hwtimestamps, uvc_hw_timestamps_param, uint, 0644);
H A Duvc_video.c769 if (!uvc_hw_timestamps_param) in uvc_video_clock_update()