Lines Matching defs:__fmt
886 struct v4l2_mbus_framefmt *__fmt;
929 __fmt = __mt9v111_get_pad_format(mt9v111, sd_state, format->pad,
933 if (__fmt->code == new_fmt.code &&
934 __fmt->width == new_fmt.width &&
935 __fmt->height == new_fmt.height)
939 __fmt->code = new_fmt.code;
940 __fmt->width = new_fmt.width;
941 __fmt->height = new_fmt.height;
947 __func__, __fmt->code, __fmt->width, __fmt->height);
950 format->format = *__fmt;