Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dov08d10.c552 const struct ov08d10_mode sp_modes[3]; member
629 for (i = 0; i < ARRAY_SIZE(ov08d10->priv_lane->sp_modes); i++) { in ov08d10_modes_num()
630 if (ov08d10->priv_lane->sp_modes[i].width == 0) in ov08d10_modes_num()
1187 mode = v4l2_find_nearest_size(ov08d10->priv_lane->sp_modes, in ov08d10_set_format()
1278 fse->min_width = ov08d10->priv_lane->sp_modes[fse->index].width; in ov08d10_enum_frame_size()
1280 fse->min_height = ov08d10->priv_lane->sp_modes[fse->index].height; in ov08d10_enum_frame_size()
1291 ov08d10_update_pad_format(ov08d10, &ov08d10->priv_lane->sp_modes[0], in ov08d10_open()
1460 ov08d10->cur_mode = &ov08d10->priv_lane->sp_modes[0]; in ov08d10_probe()