Lines Matching refs:code
211 u32 code; member
818 .code = MEDIA_BUS_FMT_YUYV8_2X8,
821 .code = MEDIA_BUS_FMT_UYVY8_2X8,
824 .code = MEDIA_BUS_FMT_RGB565_2X8_BE,
827 .code = MEDIA_BUS_FMT_SBGGR8_1X8,
972 format->code = ov2659_formats[0].code; in ov2659_get_default_format()
1003 struct v4l2_subdev_mbus_code_enum *code) in ov2659_enum_mbus_code() argument
1009 if (code->index >= ARRAY_SIZE(ov2659_formats)) in ov2659_enum_mbus_code()
1012 code->code = ov2659_formats[code->index].code; in ov2659_enum_mbus_code()
1030 if (fse->code == ov2659_formats[i].code) in ov2659_enum_frame_sizes()
1033 fse->code = ov2659_formats[i].code; in ov2659_enum_frame_sizes()
1066 ov2659->format.code, ov2659->format.width, in ov2659_get_fmt()
1116 if (ov2659_formats[index].code == mf->code) in ov2659_set_fmt()
1123 mf->code = ov2659_formats[index].code; in ov2659_set_fmt()
1144 if (ov2659->format.code != MEDIA_BUS_FMT_SBGGR8_1X8) in ov2659_set_fmt()