new_fmt           884 drivers/media/i2c/mt9v111.c 	struct v4l2_mbus_framefmt new_fmt;
new_fmt           904 drivers/media/i2c/mt9v111.c 			new_fmt.code = mt9v111_formats[i].code;
new_fmt           909 drivers/media/i2c/mt9v111.c 		new_fmt.code = mt9v111_formats[0].code;
new_fmt           924 drivers/media/i2c/mt9v111.c 	new_fmt.width = mt9v111_frame_sizes[idx].width;
new_fmt           925 drivers/media/i2c/mt9v111.c 	new_fmt.height = mt9v111_frame_sizes[idx].height;
new_fmt           932 drivers/media/i2c/mt9v111.c 	if (__fmt->code == new_fmt.code &&
new_fmt           933 drivers/media/i2c/mt9v111.c 	    __fmt->width == new_fmt.width &&
new_fmt           934 drivers/media/i2c/mt9v111.c 	    __fmt->height == new_fmt.height)
new_fmt           938 drivers/media/i2c/mt9v111.c 	__fmt->code = new_fmt.code;
new_fmt           939 drivers/media/i2c/mt9v111.c 	__fmt->width = new_fmt.width;
new_fmt           940 drivers/media/i2c/mt9v111.c 	__fmt->height = new_fmt.height;
new_fmt          2263 tools/perf/util/sort.c 	struct perf_hpp_fmt *new_fmt = NULL;
new_fmt          2271 tools/perf/util/sort.c 			new_fmt = &new_hse->hpp;
new_fmt          2278 tools/perf/util/sort.c 			new_fmt = &new_hde->hpp;
new_fmt          2280 tools/perf/util/sort.c 		new_fmt = memdup(fmt, sizeof(*fmt));
new_fmt          2283 tools/perf/util/sort.c 	INIT_LIST_HEAD(&new_fmt->list);
new_fmt          2284 tools/perf/util/sort.c 	INIT_LIST_HEAD(&new_fmt->sort_list);
new_fmt          2286 tools/perf/util/sort.c 	return new_fmt;