Lines Matching defs:mode
658 /* IFP bypass mode, no scaling */
700 const struct mt9m111_mode_info *mode;
745 mode = &mt9m111_mode_data[best_gap_idx];
748 return mode;
1068 const struct mt9m111_mode_info *mode;
1085 /* Find best fitting mode. Do not update the mode if no one was found. */
1086 mode = mt9m111_find_mode(mt9m111, fps, mt9m111->width, mt9m111->height);
1087 if (!mode)
1090 if (mode->max_fps != fps) {
1091 fract->denominator = mode->max_fps;
1095 mt9m111->current_mode = mode;