Lines Matching defs:__fmt
885 struct v4l2_mbus_framefmt *__fmt;
928 __fmt = __mt9v111_get_pad_format(mt9v111, cfg, format->pad,
932 if (__fmt->code == new_fmt.code &&
933 __fmt->width == new_fmt.width &&
934 __fmt->height == new_fmt.height)
938 __fmt->code = new_fmt.code;
939 __fmt->width = new_fmt.width;
940 __fmt->height = new_fmt.height;
946 __func__, __fmt->code, __fmt->width, __fmt->height);
949 format->format = *__fmt;