Home
last modified time | relevance | path

Searched refs:TW686X_MAX_FPS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/tw686x/
H A Dtw686x-video.c27 #define TW686X_MAX_FPS(id) ((id & V4L2_STD_525_60) ? 30 : 25) macro
407 i = tw686x_fps_idx(fps, TW686X_MAX_FPS(vc->video_standard)); in tw686x_set_framerate()
409 vc->fps = tw686x_real_fps(i, TW686X_MAX_FPS(vc->video_standard)); in tw686x_set_framerate()
923 int max_fps = TW686X_MAX_FPS(vc->video_standard); in tw686x_enum_frameintervals()
/kernel/linux/linux-6.6/drivers/media/pci/tw686x/
H A Dtw686x-video.c27 #define TW686X_MAX_FPS(id) ((id & V4L2_STD_525_60) ? 30 : 25) macro
406 i = tw686x_fps_idx(fps, TW686X_MAX_FPS(vc->video_standard)); in tw686x_set_framerate()
408 vc->fps = tw686x_real_fps(i, TW686X_MAX_FPS(vc->video_standard)); in tw686x_set_framerate()
920 int max_fps = TW686X_MAX_FPS(vc->video_standard); in tw686x_enum_frameintervals()

Completed in 4 milliseconds