Searched defs:fh_to_ctx (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/media/platform/sti/bdisp/ |
D | bdisp-v4l2.c | 36 #define fh_to_ctx(__fh) container_of(__fh, struct bdisp_ctx, fh) macro
|
/Linux-v4.19/drivers/media/platform/mtk-vcodec/ |
D | mtk_vcodec_drv.h | 378 static inline struct mtk_vcodec_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx() function
|
/Linux-v4.19/drivers/media/platform/sti/hva/ |
D | hva-v4l2.c | 39 #define fh_to_ctx(f) (container_of(f, struct hva_ctx, fh)) macro
|
D | hva.h | 16 #define fh_to_ctx(f) (container_of(f, struct hva_ctx, fh)) macro
|
/Linux-v4.19/drivers/media/platform/mtk-mdp/ |
D | mtk_mdp_m2m.c | 363 static inline struct mtk_mdp_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx() function
|
/Linux-v4.19/drivers/media/platform/exynos-gsc/ |
D | gsc-core.h | 94 #define fh_to_ctx(__fh) container_of(__fh, struct gsc_ctx, fh) macro
|
/Linux-v4.19/drivers/media/platform/exynos4-is/ |
D | fimc-core.h | 505 #define fh_to_ctx(__fh) container_of(__fh, struct fimc_ctx, fh) macro
|
/Linux-v4.19/drivers/media/platform/coda/ |
D | coda-common.c | 60 #define fh_to_ctx(__fh) container_of(__fh, struct coda_ctx, fh) macro
|
/Linux-v4.19/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.c | 611 static inline struct s5p_jpeg_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx() function
|
/Linux-v4.19/drivers/media/platform/ |
D | rcar_jpu.c | 490 static struct jpu_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx() function
|
D | rcar_fdp1.c | 631 static inline struct fdp1_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx() function
|
/Linux-v4.19/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_common.h | 755 #define fh_to_ctx(__fh) container_of(__fh, struct s5p_mfc_ctx, fh) macro
|