Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.h112 struct gsc_fmt { struct
198 const struct gsc_fmt *fmt;
391 const struct gsc_fmt *get_format(int index);
392 const struct gsc_fmt *find_fmt(u32 *pixelformat, u32 *mbus_code, u32 index);
431 static inline int is_tiled(const struct gsc_fmt *fmt) in is_tiled()
H A Dgsc-core.c27 static const struct gsc_fmt gsc_formats[] = {
200 const struct gsc_fmt *get_format(int index) in get_format()
205 return (struct gsc_fmt *)&gsc_formats[index]; in get_format()
208 const struct gsc_fmt *find_fmt(u32 *pixelformat, u32 *mbus_code, u32 index) in find_fmt()
210 const struct gsc_fmt *fmt, *def_fmt = NULL; in find_fmt()
310 const struct gsc_fmt *fmt; in gsc_enum_fmt()
393 const struct gsc_fmt *fmt; in gsc_try_fmt_mplane()