Searched defs:fh_to_ctx (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/drivers/staging/media/imx/ |
D | imx-media-csc-scaler.c | 26 #define fh_to_ctx(__fh) container_of(__fh, struct ipu_csc_scaler_ctx, fh) macro
|
/Linux-v5.4/drivers/staging/media/hantro/ |
D | hantro.h | 319 static inline struct hantro_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx() function
|
/Linux-v5.4/drivers/media/platform/sti/bdisp/ |
D | bdisp-v4l2.c | 36 #define fh_to_ctx(__fh) container_of(__fh, struct bdisp_ctx, fh) macro
|
/Linux-v5.4/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-v5.4/drivers/media/platform/mtk-vcodec/ |
D | mtk_vcodec_drv.h | 374 static inline struct mtk_vcodec_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx() function
|
/Linux-v5.4/drivers/media/platform/mtk-mdp/ |
D | mtk_mdp_m2m.c | 355 static inline struct mtk_mdp_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx() function
|
/Linux-v5.4/drivers/media/platform/exynos-gsc/ |
D | gsc-core.h | 92 #define fh_to_ctx(__fh) container_of(__fh, struct gsc_ctx, fh) macro
|
/Linux-v5.4/drivers/media/platform/exynos4-is/ |
D | fimc-core.h | 502 #define fh_to_ctx(__fh) container_of(__fh, struct fimc_ctx, fh) macro
|
/Linux-v5.4/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.c | 582 static inline struct s5p_jpeg_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx() function
|
/Linux-v5.4/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 | 633 static inline struct fdp1_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx() function
|
/Linux-v5.4/drivers/media/platform/coda/ |
D | coda-common.c | 57 #define fh_to_ctx(__fh) container_of(__fh, struct coda_ctx, fh) macro
|
/Linux-v5.4/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_common.h | 750 #define fh_to_ctx(__fh) container_of(__fh, struct s5p_mfc_ctx, fh) macro
|