Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dov8865.c962 static const struct ov8865_mode ov8865_modes[] = { variable
2327 return ov8865_state_configure(sensor, &ov8865_modes[0], in ov8865_state_init()
2522 const struct ov8865_mode *mode = &ov8865_modes[0]; in ov8865_ctrls_init()
2732 mode = v4l2_find_nearest_size(ov8865_modes, ARRAY_SIZE(ov8865_modes), in ov8865_set_fmt()
2776 if (size_enum->index >= ARRAY_SIZE(ov8865_modes)) in ov8865_enum_frame_size()
2779 mode = &ov8865_modes[size_enum->index]; in ov8865_enum_frame_size()