Lines Matching refs:priv_lane
542 const struct ov08d10_lane_cfg *priv_lane; member
626 for (i = 0; i < ARRAY_SIZE(ov08d10->priv_lane->sp_modes); i++) { in ov08d10_modes_num()
627 if (ov08d10->priv_lane->sp_modes[i].width == 0) in ov08d10_modes_num()
931 link_freq_size = ARRAY_SIZE(ov08d10->priv_lane->link_freq_menu); in ov08d10_init_controls()
937 ov08d10->priv_lane->link_freq_menu); in ov08d10_init_controls()
941 pixel_rate_max = to_rate(ov08d10->priv_lane->link_freq_menu, 0, in ov08d10_init_controls()
957 h_blank = to_pixels_per_line(ov08d10->priv_lane->link_freq_menu, in ov08d10_init_controls()
1023 &ov08d10->priv_lane->link_freq_configs[link_freq_index].reg_list; in ov08d10_start_streaming()
1140 mode = v4l2_find_nearest_size(ov08d10->priv_lane->sp_modes, in ov08d10_set_format()
1153 pixel_rate = to_rate(ov08d10->priv_lane->link_freq_menu, in ov08d10_set_format()
1165 h_blank = to_pixels_per_line(ov08d10->priv_lane->link_freq_menu, in ov08d10_set_format()
1230 fse->min_width = ov08d10->priv_lane->sp_modes[fse->index].width; in ov08d10_enum_frame_size()
1232 fse->min_height = ov08d10->priv_lane->sp_modes[fse->index].height; in ov08d10_enum_frame_size()
1243 ov08d10_update_pad_format(ov08d10, &ov08d10->priv_lane->sp_modes[0], in ov08d10_open()
1345 ov08d10->priv_lane = &lane_cfg_2; in ov08d10_get_hwcfg()
1354 for (i = 0; i < ARRAY_SIZE(ov08d10->priv_lane->link_freq_menu); i++) { in ov08d10_get_hwcfg()
1356 if (ov08d10->priv_lane->link_freq_menu[i] == in ov08d10_get_hwcfg()
1363 ov08d10->priv_lane->link_freq_menu[i]); in ov08d10_get_hwcfg()
1412 ov08d10->cur_mode = &ov08d10->priv_lane->sp_modes[0]; in ov08d10_probe()