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,
968 format->code = ov2659_formats[0].code; in ov2659_get_default_format()
999 struct v4l2_subdev_mbus_code_enum *code) in ov2659_enum_mbus_code() argument
1005 if (code->index >= ARRAY_SIZE(ov2659_formats)) in ov2659_enum_mbus_code()
1008 code->code = ov2659_formats[code->index].code; in ov2659_enum_mbus_code()
1026 if (fse->code == ov2659_formats[i].code) in ov2659_enum_frame_sizes()
1029 fse->code = ov2659_formats[i].code; in ov2659_enum_frame_sizes()
1067 ov2659->format.code, ov2659->format.width, in ov2659_get_fmt()
1117 if (ov2659_formats[index].code == mf->code) in ov2659_set_fmt()
1124 mf->code = ov2659_formats[index].code; in ov2659_set_fmt()
1149 if (ov2659->format.code != MEDIA_BUS_FMT_SBGGR8_1X8) in ov2659_set_fmt()