Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/pwc/
Dpwc-timon.h47 #define PWC_FPS_MAX_TIMON 6 macro
57 extern const struct Timon_table_entry Timon_table[PSZ_MAX][PWC_FPS_MAX_TIMON][4];
59 extern const unsigned int Timon_fps_vector[PWC_FPS_MAX_TIMON];
Dpwc-timon.c43 const unsigned int Timon_fps_vector[PWC_FPS_MAX_TIMON] = { 5, 10, 15, 20, 25, 30 };
45 const struct Timon_table_entry Timon_table[PSZ_MAX][PWC_FPS_MAX_TIMON][4] =
Dpwc-ctrl.c385 for (i=0; i < PWC_FPS_MAX_TIMON; i++) { in pwc_get_fps_Timon()