Lines Matching refs:max_fps
132 struct v4l2_fract max_fps; member
831 .max_fps = {
845 .max_fps = {
862 .max_fps = {
876 .max_fps = {
1185 SC301IOT->cur_fps = mode->max_fps; in SC301IOT_set_fmt()
1281 fi->interval = mode->max_fps; in SC301IOT_g_frame_interval()
1371 SC301IOT->cur_fps = SC301IOT->cur_mode->max_fps; in SC301IOT_ioctl()
1539 current_fps = DIV_ROUND_CLOSEST(SC301IOT->cur_mode->max_fps.denominator, in SC301IOT_s_frame_interval()
1540 SC301IOT->cur_mode->max_fps.numerator); in SC301IOT_s_frame_interval()
1841 fie->interval = supported_modes[fie->index].max_fps; in SC301IOT_enum_frame_interval()
1890 SC301IOT->cur_fps.denominator = mode->max_fps.denominator * mode->vts_def / in SC301IOT_modify_fps_info()
2051 SC301IOT->cur_fps = mode->max_fps; in SC301IOT_initialize_controls()