Lines Matching defs:code
56 .code = MEDIA_BUS_FMT_UYVY8_2X8,
550 struct v4l2_subdev_mbus_code_enum *code)
552 if (code->pad || code->index >= ARRAY_SIZE(vs6624_formats))
555 code->code = vs6624_formats[code->index].mbus_code;
571 if (vs6624_formats[index].mbus_code == fmt->code)
576 fmt->code = vs6624_formats[0].mbus_code;
595 switch (fmt->code) {