Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/pwc/
H A Dpwc-timon.c31 const unsigned int Timon_fps_vector[PWC_FPS_MAX_TIMON] = { 5, 10, 15, 20, 25, 30 }; variable
H A Dpwc-timon.h47 extern const unsigned int Timon_fps_vector[PWC_FPS_MAX_TIMON];
H A Dpwc-ctrl.c378 if (index--==0) return Timon_fps_vector[i]; in pwc_get_fps_Timon()