Home
last modified time | relevance | path

Searched refs:gsc_fmt (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/media/platform/exynos-gsc/
Dgsc-core.h114 struct gsc_fmt { struct
200 const struct gsc_fmt *fmt;
384 const struct gsc_fmt *get_format(int index);
385 const struct gsc_fmt *find_fmt(u32 *pixelformat, u32 *mbus_code, u32 index);
424 static inline int is_tiled(const struct gsc_fmt *fmt) in is_tiled()
Dgsc-core.c28 static const struct gsc_fmt gsc_formats[] = {
201 const struct gsc_fmt *get_format(int index) in get_format()
206 return (struct gsc_fmt *)&gsc_formats[index]; in get_format()
209 const struct gsc_fmt *find_fmt(u32 *pixelformat, u32 *mbus_code, u32 index) in find_fmt()
211 const struct gsc_fmt *fmt, *def_fmt = NULL; in find_fmt()
311 const struct gsc_fmt *fmt; in gsc_enum_fmt()
395 const struct gsc_fmt *fmt; in gsc_try_fmt_mplane()