Searched refs:find_fmt (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/platform/s5p-g2d/
H A Dg2d.c80 static struct g2d_fmt *find_fmt(struct v4l2_format *f) find_fmt() function
343 fmt = find_fmt(f); vidioc_try_fmt()
390 fmt = find_fmt(f); vidioc_s_fmt()
/linux-4.4.14/drivers/media/platform/exynos-gsc/
H A Dgsc-core.c208 const struct gsc_fmt *find_fmt(u32 *pixelformat, u32 *mbus_code, u32 index) find_fmt() function
312 fmt = find_fmt(NULL, NULL, f->index); gsc_enum_fmt_mplane()
402 fmt = find_fmt(&pix_mp->pixelformat, NULL, 0); gsc_try_fmt_mplane()
H A Dgsc-core.h392 const struct gsc_fmt *find_fmt(u32 *pixelformat, u32 *mbus_code, u32 index);
H A Dgsc-m2m.c341 frame->fmt = find_fmt(&pix->pixelformat, NULL, 0); gsc_m2m_s_fmt_mplane()

Completed in 381 milliseconds