Home
last modified time | relevance | path

Searched refs:fh_to_ctx (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/media/platform/exynos-gsc/
Dgsc-m2m.c279 struct gsc_ctx *ctx = fh_to_ctx(fh); in gsc_m2m_querycap()
301 struct gsc_ctx *ctx = fh_to_ctx(fh); in gsc_m2m_g_fmt_mplane()
309 struct gsc_ctx *ctx = fh_to_ctx(fh); in gsc_m2m_try_fmt_mplane()
317 struct gsc_ctx *ctx = fh_to_ctx(fh); in gsc_m2m_s_fmt_mplane()
363 struct gsc_ctx *ctx = fh_to_ctx(fh); in gsc_m2m_reqbufs()
384 struct gsc_ctx *ctx = fh_to_ctx(fh); in gsc_m2m_expbuf()
391 struct gsc_ctx *ctx = fh_to_ctx(fh); in gsc_m2m_querybuf()
398 struct gsc_ctx *ctx = fh_to_ctx(fh); in gsc_m2m_qbuf()
405 struct gsc_ctx *ctx = fh_to_ctx(fh); in gsc_m2m_dqbuf()
412 struct gsc_ctx *ctx = fh_to_ctx(fh); in gsc_m2m_streamon()
[all …]
Dgsc-core.h96 #define fh_to_ctx(__fh) container_of(__fh, struct gsc_ctx, fh) macro
/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c324 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_g_fmt()
416 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_s_fmt()
573 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_reqbufs()
594 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_querybuf()
622 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_qbuf()
641 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_dqbuf()
665 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_expbuf()
678 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_streamon()
694 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_streamoff()
769 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_g_crop()
[all …]
Ds5p_mfc_enc.c1000 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_g_fmt()
1085 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_s_fmt()
1138 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_reqbufs()
1214 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_querybuf()
1248 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_qbuf()
1272 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_dqbuf()
1297 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_expbuf()
1310 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_streamon()
1323 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_streamoff()
1684 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_s_parm()
[all …]
Ds5p_mfc_common.h705 #define fh_to_ctx(__fh) container_of(__fh, struct s5p_mfc_ctx, fh) macro
Ds5p_mfc.c895 struct s5p_mfc_ctx *ctx = fh_to_ctx(file->private_data); in s5p_mfc_release()
938 struct s5p_mfc_ctx *ctx = fh_to_ctx(file->private_data); in s5p_mfc_poll()
989 struct s5p_mfc_ctx *ctx = fh_to_ctx(file->private_data); in s5p_mfc_mmap()
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dfimc-m2m.c276 struct fimc_ctx *ctx = fh_to_ctx(fh); in fimc_m2m_g_fmt_mplane()
335 struct fimc_ctx *ctx = fh_to_ctx(fh); in fimc_m2m_try_fmt_mplane()
363 struct fimc_ctx *ctx = fh_to_ctx(fh); in fimc_m2m_s_fmt_mplane()
402 struct fimc_ctx *ctx = fh_to_ctx(fh); in fimc_m2m_cropcap()
420 struct fimc_ctx *ctx = fh_to_ctx(fh); in fimc_m2m_g_crop()
489 struct fimc_ctx *ctx = fh_to_ctx(fh); in fimc_m2m_s_crop()
680 struct fimc_ctx *ctx = fh_to_ctx(file->private_data); in fimc_m2m_release()
Dfimc-core.h508 #define fh_to_ctx(__fh) container_of(__fh, struct fimc_ctx, fh) macro
/linux-4.1.27/drivers/media/platform/coda/
Dcoda-common.c58 #define fh_to_ctx(__fh) container_of(__fh, struct coda_ctx, fh) macro
381 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_querycap()
424 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_g_fmt()
544 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_try_fmt_vid_cap()
593 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_try_fmt_vid_out()
658 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_s_fmt_vid_cap()
671 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_s_fmt_vid_out()
701 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_reqbufs()
721 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_qbuf()
740 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_dqbuf()
[all …]
/linux-4.1.27/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
832 struct s5p_jpeg_ctx *ctx = fh_to_ctx(file->private_data); in s5p_jpeg_release()
991 struct s5p_jpeg_ctx *ctx = fh_to_ctx(priv); in s5p_jpeg_querycap()
1039 struct s5p_jpeg_ctx *ctx = fh_to_ctx(priv); in s5p_jpeg_enum_fmt_vid_cap()
1052 struct s5p_jpeg_ctx *ctx = fh_to_ctx(priv); in s5p_jpeg_enum_fmt_vid_out()
1078 struct s5p_jpeg_ctx *ct = fh_to_ctx(priv); in s5p_jpeg_g_fmt()
1215 struct s5p_jpeg_ctx *ctx = fh_to_ctx(priv); in s5p_jpeg_try_fmt_vid_cap()
1275 struct s5p_jpeg_ctx *ctx = fh_to_ctx(priv); in s5p_jpeg_try_fmt_vid_out()
1413 return s5p_jpeg_s_fmt(fh_to_ctx(priv), f); in s5p_jpeg_s_fmt_vid_cap()
1425 return s5p_jpeg_s_fmt(fh_to_ctx(priv), f); in s5p_jpeg_s_fmt_vid_out()
[all …]