Lines Matching defs:mode
586 const struct imx214_mode *mode;
592 mode = v4l2_find_nearest_size(imx214_modes,
597 __crop->width = mode->width;
598 __crop->height = mode->height;
722 const struct imx214_mode *mode;
732 mode = v4l2_find_nearest_size(imx214_modes,
735 ret = imx214_write_table(imx214, mode->reg_table);
737 dev_err(imx214->dev, "could not sent mode table %d\n", ret);
816 const struct imx214_mode *mode;
821 mode = v4l2_find_nearest_size(imx214_modes,
826 fie->width = mode->width;
827 fie->height = mode->height;