Home
last modified time | relevance | path

Searched defs:ov5648_mode (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/i2c/
H A Dov5648.c588 struct ov5648_mode { struct
589 unsigned int crop_start_x;
590 unsigned int offset_x;
591 unsigned int output_size_x;
592 unsigned int crop_end_x;
593 unsigned int hts;
595 unsigned int crop_start_y;
596 unsigned int offset_y;
597 unsigned int output_size_y;
621 const struct ov5648_mode *mode; argument