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

/linux-master/drivers/media/i2c/
H A Dov7251.c642 static const struct ov7251_mode_info ov7251_mode_info_data[] = { variable in typeref:struct:ov7251_mode_info
1102 if (fse->index >= ARRAY_SIZE(ov7251_mode_info_data))
1105 fse->min_width = ov7251_mode_info_data[fse->index].width;
1106 fse->max_width = ov7251_mode_info_data[fse->index].width;
1107 fse->min_height = ov7251_mode_info_data[fse->index].height;
1108 fse->max_height = ov7251_mode_info_data[fse->index].height;
1120 for (i = 0; i < ARRAY_SIZE(ov7251_mode_info_data); i++) {
1121 if (fie->width != ov7251_mode_info_data[i].width ||
1122 fie->height != ov7251_mode_info_data[i].height)
1126 fie->interval = ov7251_mode_info_data[
[all...]

Completed in 118 milliseconds