Symbol: file_to_v4l2_fh
drivers/media/common/videobuf2/videobuf2-v4l2.c
976
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/pci/cx18/cx18-driver.h
417
return fh2id(file_to_v4l2_fh(file));
drivers/media/pci/cx18/cx18-fileops.c
681
struct v4l2_fh *fh = file_to_v4l2_fh(filp);
drivers/media/pci/cx18/cx18-fileops.c
712
file_to_v4l2_fh(filp) == vdev->queue->owner) {
drivers/media/pci/ivtv/ivtv-driver.h
376
return container_of(file_to_v4l2_fh(filp), struct ivtv_open_id, fh);
drivers/media/pci/ivtv/ivtv-fileops.c
880
struct v4l2_fh *fh = file_to_v4l2_fh(filp);
drivers/media/pci/saa7164/saa7164.h
185
return container_of(file_to_v4l2_fh(filp), struct saa7164_encoder_fh, fh);
drivers/media/pci/saa7164/saa7164.h
196
return container_of(file_to_v4l2_fh(filp), struct saa7164_vbi_fh, fh);
drivers/media/platform/allegro-dvt/allegro-core.c
307
return container_of(file_to_v4l2_fh(filp), struct allegro_channel, fh);
drivers/media/platform/amlogic/meson-ge2d/ge2d.c
87
return container_of(file_to_v4l2_fh(filp), struct ge2d_ctx, fh);
drivers/media/platform/amphion/vpu.h
331
return container_of(file_to_v4l2_fh(filp), struct vpu_inst, fh);
drivers/media/platform/chips-media/coda/coda-common.c
61
return fh_to_ctx(file_to_v4l2_fh(filp));
drivers/media/platform/chips-media/wave5/wave5-vpu.h
51
return wave5_to_vpu_inst(file_to_v4l2_fh(filp));
drivers/media/platform/imagination/e5010-jpeg-enc.h
125
return container_of(file_to_v4l2_fh(filp), struct e5010_context, fh);
drivers/media/platform/m2m-deinterlace.c
147
return container_of(file_to_v4l2_fh(filp), struct deinterlace_ctx, fh);
drivers/media/platform/mediatek/jpeg/mtk_jpeg_core.c
124
return container_of(file_to_v4l2_fh(filp), struct mtk_jpeg_ctx, fh);
drivers/media/platform/mediatek/jpeg/mtk_jpeg_core.c
584
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/platform/mediatek/mdp/mtk_mdp_m2m.c
353
return container_of(file_to_v4l2_fh(filp), struct mtk_mdp_ctx, fh);
drivers/media/platform/mediatek/mdp3/mtk-mdp3-m2m.c
15
return container_of(file_to_v4l2_fh(filp), struct mdp_m2m_ctx, fh);
drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_drv.h
331
return fh_to_dec_ctx(file_to_v4l2_fh(filp));
drivers/media/platform/mediatek/vcodec/encoder/mtk_vcodec_enc_drv.h
222
return container_of(file_to_v4l2_fh(filp), struct mtk_vcodec_enc_ctx, fh);
drivers/media/platform/nvidia/tegra-vde/v4l2.c
51
return container_of(file_to_v4l2_fh(file), struct tegra_ctx, fh);
drivers/media/platform/nvidia/tegra-vde/v4l2.c
855
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/platform/nxp/dw100/dw100.c
269
return container_of(file_to_v4l2_fh(file), struct dw100_ctx, fh);
drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c
1617
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c
1650
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c
650
return container_of(file_to_v4l2_fh(filp), struct mxc_jpeg_ctx, fh);
drivers/media/platform/nxp/imx-pxp.c
251
return container_of(file_to_v4l2_fh(file), struct pxp_ctx, fh);
drivers/media/platform/nxp/imx8-isi/imx8-isi-m2m.c
78
return container_of(file_to_v4l2_fh(filp), struct mxc_isi_m2m_ctx, fh);
drivers/media/platform/nxp/mx2_emmaprp.c
219
return container_of(file_to_v4l2_fh(filp), struct emmaprp_ctx, fh);
drivers/media/platform/qcom/iris/iris_vidc.c
76
return container_of(file_to_v4l2_fh(filp), struct iris_inst, fh);
drivers/media/platform/qcom/venus/core.h
546
return container_of(file_to_v4l2_fh(filp), struct venus_inst, fh);
drivers/media/platform/renesas/rcar_fdp1.c
635
return container_of(file_to_v4l2_fh(filp), struct fdp1_ctx, fh);
drivers/media/platform/renesas/rcar_jpu.c
485
return container_of(file_to_v4l2_fh(filp), struct jpu_ctx, fh);
drivers/media/platform/renesas/vsp1/vsp1_histo.c
395
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/platform/renesas/vsp1/vsp1_histo.c
412
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/platform/renesas/vsp1/vsp1_histo.c
426
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/platform/renesas/vsp1/vsp1_video.c
898
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/platform/renesas/vsp1/vsp1_video.c
914
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/platform/renesas/vsp1/vsp1_video.c
935
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/platform/renesas/vsp1/vsp1_video.c
951
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/platform/renesas/vsp1/vsp1_video.c
963
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/platform/renesas/vsp1/vsp1_video.c
993
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/platform/rockchip/rga/rga.h
73
return container_of(file_to_v4l2_fh(filp), struct rga_ctx, fh);
drivers/media/platform/rockchip/rkvdec/rkvdec.h
164
return container_of(file_to_v4l2_fh(filp), struct rkvdec_ctx, fh);
drivers/media/platform/samsung/exynos-gsc/gsc-core.h
385
return container_of(file_to_v4l2_fh(filp), struct gsc_ctx, fh);
drivers/media/platform/samsung/exynos4-is/fimc-core.h
501
return container_of(file_to_v4l2_fh(filp), struct fimc_ctx, fh);
drivers/media/platform/samsung/s3c-camif/camif-capture.c
575
if (vp->owner == file_to_v4l2_fh(file)) {
drivers/media/platform/samsung/s3c-camif/camif-capture.c
598
if (vp->owner && vp->owner != file_to_v4l2_fh(file))
drivers/media/platform/samsung/s3c-camif/camif-capture.c
612
if (vp->owner && vp->owner != file_to_v4l2_fh(file))
drivers/media/platform/samsung/s3c-camif/camif-capture.c
794
vp->owner = file_to_v4l2_fh(file);
drivers/media/platform/samsung/s3c-camif/camif-capture.c
844
if (vp->owner && vp->owner != file_to_v4l2_fh(file))
drivers/media/platform/samsung/s3c-camif/camif-capture.c
875
if (vp->owner && vp->owner != file_to_v4l2_fh(file))
drivers/media/platform/samsung/s3c-camif/camif-capture.c
891
vp->id, rb->count, vp->owner, file_to_v4l2_fh(file));
drivers/media/platform/samsung/s3c-camif/camif-capture.c
893
if (vp->owner && vp->owner != file_to_v4l2_fh(file))
drivers/media/platform/samsung/s3c-camif/camif-capture.c
913
vp->owner = file_to_v4l2_fh(file);
drivers/media/platform/samsung/s3c-camif/camif-capture.c
932
if (vp->owner && vp->owner != file_to_v4l2_fh(file))
drivers/media/platform/samsung/s3c-camif/camif-capture.c
945
if (vp->owner && vp->owner != file_to_v4l2_fh(file))
drivers/media/platform/samsung/s3c-camif/camif-capture.c
957
if (vp->owner && vp->owner != file_to_v4l2_fh(file))
drivers/media/platform/samsung/s3c-camif/camif-capture.c
964
vp->owner = file_to_v4l2_fh(file);
drivers/media/platform/samsung/s5p-g2d/g2d.c
30
return container_of(file_to_v4l2_fh(filp), struct g2d_ctx, fh);
drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c
585
return container_of(file_to_v4l2_fh(filp), struct s5p_jpeg_ctx, fh);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h
772
return container_of(file_to_v4l2_fh(filp), struct s5p_mfc_ctx, fh);
drivers/media/platform/st/sti/bdisp/bdisp-v4l2.c
38
return container_of(file_to_v4l2_fh(filp), struct bdisp_ctx, fh);
drivers/media/platform/st/sti/delta/delta-v4l2.c
29
return container_of(file_to_v4l2_fh(filp), struct delta_ctx, fh);
drivers/media/platform/st/sti/hva/hva-v4l2.c
41
return container_of(file_to_v4l2_fh(filp), struct hva_ctx, fh);
drivers/media/platform/st/stm32/dma2d/dma2d.c
50
return container_of(file_to_v4l2_fh(filp), struct dma2d_ctx, fh);
drivers/media/platform/sunxi/sun8i-di/sun8i-di.c
312
return container_of(file_to_v4l2_fh(file), struct deinterlace_ctx, fh);
drivers/media/platform/sunxi/sun8i-rotate/sun8i_rotate.c
173
return container_of(file_to_v4l2_fh(file), struct rotate_ctx, fh);
drivers/media/platform/ti/omap3isp/ispvideo.c
1437
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/platform/ti/omap3isp/ispvideo.h
199
return container_of(file_to_v4l2_fh(filp), struct isp_video_fh, vfh);
drivers/media/platform/ti/vpe/vpe.c
427
return container_of(file_to_v4l2_fh(filp), struct vpe_ctx, fh);
drivers/media/platform/verisilicon/hantro.h
389
return container_of(file_to_v4l2_fh(filp), struct hantro_ctx, fh);
drivers/media/platform/xilinx/xilinx-dma.c
472
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/platform/xilinx/xilinx-dma.c
494
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/platform/xilinx/xilinx-dma.c
508
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/platform/xilinx/xilinx-dma.c
568
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/platform/xilinx/xilinx-dma.c
578
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/test-drivers/vicodec/vicodec-core.c
147
return container_of(file_to_v4l2_fh(file), struct vicodec_ctx, fh);
drivers/media/test-drivers/vim2m.c
237
return container_of(file_to_v4l2_fh(file), struct vim2m_ctx, fh);
drivers/media/test-drivers/visl/visl.h
166
return container_of(file_to_v4l2_fh(file), struct visl_ctx, fh);
drivers/media/test-drivers/vivid/vivid-core.c
657
if (file_to_v4l2_fh(file) == dev->radio_rx_rds_owner) {
drivers/media/test-drivers/vivid/vivid-core.c
661
if (file_to_v4l2_fh(file) == dev->radio_tx_rds_owner) {
drivers/media/test-drivers/vivid/vivid-radio-rx.c
45
file_to_v4l2_fh(file) != dev->radio_rx_rds_owner) {
drivers/media/test-drivers/vivid/vivid-radio-rx.c
51
dev->radio_rx_rds_owner = file_to_v4l2_fh(file);
drivers/media/test-drivers/vivid/vivid-radio-tx.c
42
file_to_v4l2_fh(file) != dev->radio_tx_rds_owner) {
drivers/media/test-drivers/vivid/vivid-radio-tx.c
46
dev->radio_tx_rds_owner = file_to_v4l2_fh(file);
drivers/media/usb/hdpvr/hdpvr-video.c
1056
if (dev->owner && file_to_v4l2_fh(filp) != dev->owner) {
drivers/media/usb/hdpvr/hdpvr-video.c
1064
dev->owner = file_to_v4l2_fh(filp);
drivers/media/usb/hdpvr/hdpvr-video.c
1069
if (dev->owner && file_to_v4l2_fh(filp) != dev->owner) {
drivers/media/usb/hdpvr/hdpvr-video.c
397
if (file_to_v4l2_fh(file) == dev->owner) {
drivers/media/usb/hdpvr/hdpvr-video.c
433
dev->owner = file_to_v4l2_fh(file);
drivers/media/usb/hdpvr/hdpvr-video.c
548
dev->owner = file_to_v4l2_fh(filp);
drivers/media/usb/hdpvr/hdpvr-video.c
57
return container_of(file_to_v4l2_fh(file), struct hdpvr_fh, fh);
drivers/media/usb/pvrusb2/pvrusb2-v4l2.c
51
return container_of(file_to_v4l2_fh(filp), struct pvr2_v4l2_fh, fh);
drivers/media/usb/uvc/uvc_metadata.c
113
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/usb/uvc/uvc_metadata.c
29
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/usb/uvc/uvc_metadata.c
45
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/usb/uvc/uvc_metadata.c
61
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/usb/uvc/uvc_metadata.c
88
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/usb/uvc/uvcvideo.h
638
return container_of(file_to_v4l2_fh(filp), struct uvc_fh, vfh);
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
675
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-ctrls-api.c
1256
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-ctrls-api.c
1352
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-fh.c
96
struct v4l2_fh *fh = file_to_v4l2_fh(filp);
drivers/media/v4l2-core/v4l2-ioctl.c
1198
vfh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-ioctl.c
2301
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-ioctl.c
2325
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-ioctl.c
2341
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-ioctl.c
2357
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-ioctl.c
2388
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-ioctl.c
2417
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-ioctl.c
2437
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-ioctl.c
2457
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-ioctl.c
2752
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-ioctl.c
2760
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-ioctl.c
2768
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-ioctl.c
3074
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-mem2mem.c
1000
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-mem2mem.c
1376
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-mem2mem.c
1385
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-mem2mem.c
1394
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-mem2mem.c
1407
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-mem2mem.c
1416
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-mem2mem.c
1425
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-mem2mem.c
1434
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-mem2mem.c
1443
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-mem2mem.c
1452
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-mem2mem.c
1461
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-mem2mem.c
1545
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-mem2mem.c
1554
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-mem2mem.c
1575
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-mem2mem.c
1620
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-mem2mem.c
1628
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-mem2mem.c
951
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-subdev.c
1160
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-subdev.c
1217
struct v4l2_fh *fh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-subdev.c
148
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/media/v4l2-core/v4l2-subdev.c
637
struct v4l2_fh *vfh = file_to_v4l2_fh(file);
drivers/staging/media/imx/imx-media-csc-scaler.c
69
return container_of(file_to_v4l2_fh(filp), struct ipu_csc_scaler_ctx, fh);
drivers/staging/media/meson/vdec/vdec.h
287
return container_of(file_to_v4l2_fh(filp), struct amvdec_session, fh);
drivers/staging/media/sunxi/cedrus/cedrus.h
160
return container_of(file_to_v4l2_fh(file), struct cedrus_ctx, fh);
drivers/staging/most/video/video.c
57
return container_of(file_to_v4l2_fh(filp), struct comp_fh, fh);
drivers/usb/gadget/function/uvc.h
205
return container_of(file_to_v4l2_fh(filp), struct uvc_file_handle, vfh);