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

/linux-master/drivers/media/i2c/
H A Dov8858.c1201 static const struct ov8858_mode ov8858_modes[] = { variable in typeref:struct:ov8858_mode
1337 mode = v4l2_find_nearest_size(ov8858_modes, ARRAY_SIZE(ov8858_modes),
1421 mode = v4l2_find_nearest_size(ov8858_modes, ARRAY_SIZE(ov8858_modes),
1453 if (fse->index >= ARRAY_SIZE(ov8858_modes))
1459 fse->min_width = ov8858_modes[fse->index].width;
1460 fse->max_width = ov8858_modes[fse->index].width;
1461 fse->max_height = ov8858_modes[fse->index].height;
1462 fse->min_height = ov8858_modes[fs
[all...]

Completed in 156 milliseconds