gsc_fmt            28 drivers/media/platform/exynos-gsc/gsc-core.c static const struct gsc_fmt gsc_formats[] = {
gsc_fmt           201 drivers/media/platform/exynos-gsc/gsc-core.c const struct gsc_fmt *get_format(int index)
gsc_fmt           206 drivers/media/platform/exynos-gsc/gsc-core.c 	return (struct gsc_fmt *)&gsc_formats[index];
gsc_fmt           209 drivers/media/platform/exynos-gsc/gsc-core.c const struct gsc_fmt *find_fmt(u32 *pixelformat, u32 *mbus_code, u32 index)
gsc_fmt           211 drivers/media/platform/exynos-gsc/gsc-core.c 	const struct gsc_fmt *fmt, *def_fmt = NULL;
gsc_fmt           311 drivers/media/platform/exynos-gsc/gsc-core.c 	const struct gsc_fmt *fmt;
gsc_fmt           395 drivers/media/platform/exynos-gsc/gsc-core.c 	const struct gsc_fmt *fmt;
gsc_fmt           200 drivers/media/platform/exynos-gsc/gsc-core.h 	const struct gsc_fmt *fmt;
gsc_fmt           384 drivers/media/platform/exynos-gsc/gsc-core.h const struct gsc_fmt *get_format(int index);
gsc_fmt           385 drivers/media/platform/exynos-gsc/gsc-core.h const struct gsc_fmt *find_fmt(u32 *pixelformat, u32 *mbus_code, u32 index);
gsc_fmt           424 drivers/media/platform/exynos-gsc/gsc-core.h static inline int is_tiled(const struct gsc_fmt *fmt)