Lines Matching defs:code
481 static u32 imx219_get_format_code(struct imx219 *imx219, u32 code)
486 if (imx219_mbus_formats[i] == code)
586 struct v4l2_mbus_framefmt *fmt, u32 code)
589 fmt->code = imx219_get_format_code(imx219, code);
622 struct v4l2_subdev_mbus_code_enum *code)
626 if (code->index >= (ARRAY_SIZE(imx219_mbus_formats) / 4))
629 code->code = imx219_get_format_code(imx219, imx219_mbus_formats[code->index * 4]);
639 u32 code;
644 code = imx219_get_format_code(imx219, fse->code);
645 if (fse->code != code)
671 imx219_update_pad_format(imx219, mode, &fmt->format, fmt->format.code);
711 switch (format->code) {
737 switch (format->code) {