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

/linux-master/drivers/media/i2c/
H A Dov08d10.c549 const struct ov08d10_mode sp_modes[3]; member in struct:ov08d10_lane_cfg
626 for (i = 0; i < ARRAY_SIZE(ov08d10->priv_lane->sp_modes); i++) {
627 if (ov08d10->priv_lane->sp_modes[i].width == 0)
1140 mode = v4l2_find_nearest_size(ov08d10->priv_lane->sp_modes,
1230 fse->min_width = ov08d10->priv_lane->sp_modes[fse->index].width;
1232 fse->min_height = ov08d10->priv_lane->sp_modes[fse->index].height;
1243 ov08d10_update_pad_format(ov08d10, &ov08d10->priv_lane->sp_modes[0],
1412 ov08d10->cur_mode = &ov08d10->priv_lane->sp_modes[0];

Completed in 131 milliseconds