Lines Matching defs:code
187 u32 code;
803 .code = MEDIA_BUS_FMT_YUYV8_2X8,
806 .code = MEDIA_BUS_FMT_UYVY8_2X8,
809 .code = MEDIA_BUS_FMT_RGB565_2X8_BE,
812 .code = MEDIA_BUS_FMT_SBGGR8_1X8,
953 format->code = ov2659_formats[0].code;
984 struct v4l2_subdev_mbus_code_enum *code)
990 if (code->index >= ARRAY_SIZE(ov2659_formats))
993 code->code = ov2659_formats[code->index].code;
1011 if (fse->code == ov2659_formats[i].code)
1014 fse->code = ov2659_formats[i].code;
1052 ov2659->format.code, ov2659->format.width,
1102 if (ov2659_formats[index].code == mf->code)
1107 mf->code = ov2659_formats[index].code;
1133 if (ov2659->format.code != MEDIA_BUS_FMT_SBGGR8_1X8)