Lines Matching refs:code
109 .code = MEDIA_BUS_FMT_UYVY8_2X8,
169 u32 code; member
172 .code = MEDIA_BUS_FMT_UYVY8_2X8,
175 .code = MEDIA_BUS_FMT_YUYV8_2X8,
178 .code = MEDIA_BUS_FMT_VYUY8_2X8,
181 .code = MEDIA_BUS_FMT_YVYU8_2X8,
562 switch (mt9v111->fmt.code) { in mt9v111_hw_config()
824 struct v4l2_subdev_mbus_code_enum *code) in mt9v111_enum_mbus_code() argument
826 if (code->pad || code->index > ARRAY_SIZE(mt9v111_formats) - 1) in mt9v111_enum_mbus_code()
829 code->code = mt9v111_formats[code->index].code; in mt9v111_enum_mbus_code()
914 if (format->format.code == mt9v111_formats[i].code) { in mt9v111_set_format()
915 new_fmt.code = mt9v111_formats[i].code; in mt9v111_set_format()
920 new_fmt.code = mt9v111_formats[0].code; in mt9v111_set_format()
943 if (__fmt->code == new_fmt.code && in mt9v111_set_format()
949 __fmt->code = new_fmt.code; in mt9v111_set_format()
957 __func__, __fmt->code, __fmt->width, __fmt->height); in mt9v111_set_format()