Home
last modified time | relevance | path

Searched defs:fh_to_ctx (Results 1 – 5 of 5) sorted by relevance

/drivers/media/platform/coda/
Dcoda-common.c57 #define fh_to_ctx(__fh) container_of(__fh, struct coda_ctx, fh) macro
/drivers/media/platform/exynos-gsc/
Dgsc-core.h96 #define fh_to_ctx(__fh) container_of(__fh, struct gsc_ctx, fh) macro
/drivers/media/platform/s5p-jpeg/
Djpeg-core.c609 static inline struct s5p_jpeg_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx() function
/drivers/media/platform/exynos4-is/
Dfimc-core.h508 #define fh_to_ctx(__fh) container_of(__fh, struct fimc_ctx, fh) macro
/drivers/media/platform/s5p-mfc/
Ds5p_mfc_common.h707 #define fh_to_ctx(__fh) container_of(__fh, struct s5p_mfc_ctx, fh) macro