Lines Matching defs:cur_mode
1433 const struct ov8856_mode *cur_mode;
1831 exposure_max = ov8856->cur_mode->height + ctrl->val -
1862 ov8856->cur_mode->height + ctrl->val);
1916 ov8856->cur_mode->data_lanes), 1,
1919 ov8856->cur_mode->data_lanes));
1922 ov8856->cur_mode->vts_min - ov8856->cur_mode->height,
1923 OV8856_VTS_MAX - ov8856->cur_mode->height, 1,
1924 ov8856->cur_mode->vts_def -
1925 ov8856->cur_mode->height);
1927 ov8856->cur_mode->hts,
1928 ov8856->cur_mode->link_freq_index,
1929 ov8856->cur_mode->data_lanes) -
1930 ov8856->cur_mode->width;
1943 exposure_max = ov8856->cur_mode->vts_def - OV8856_EXPOSURE_MAX_MARGIN;
1993 link_freq_index = ov8856->cur_mode->link_freq_index;
2002 reg_list = &ov8856->cur_mode->reg_list;
2185 ov8856->cur_mode = mode;
2190 ov8856->cur_mode->data_lanes));
2202 ov8856->cur_mode->data_lanes)
2225 ov8856_update_pad_format(ov8856, ov8856->cur_mode, &fmt->format);
2371 dev_dbg(dev, "Using %u data lanes\n", ov8856->cur_mode->data_lanes);
2456 ov8856->cur_mode = &ov8856->priv_lane->supported_modes[0];
2457 ov8856->cur_mbus_index = ov8856->cur_mode->default_mbus_index;