Home
last modified time | relevance | path

Searched refs:v4l2_fh_del (Results 1 – 35 of 35) sorted by relevance

/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-fh.c80 void v4l2_fh_del(struct v4l2_fh *fh) in v4l2_fh_del() function
89 EXPORT_SYMBOL_GPL(v4l2_fh_del);
105 v4l2_fh_del(fh); in v4l2_fh_release()
Dv4l2-subdev.c98 v4l2_fh_del(&subdev_fh->vfh); in subdev_open()
119 v4l2_fh_del(vfh); in subdev_close()
/linux-4.4.14/include/media/
Dv4l2-fh.h78 void v4l2_fh_del(struct v4l2_fh *fh);
/linux-4.4.14/Documentation/zh_CN/video4linux/
Dv4l2-framework.txt800 调用 v4l2_fh_del+v4l2_fh_exit。
838 v4l2_fh_del(&my_fh->fh);
856 void v4l2_fh_del(struct v4l2_fh *fh)
/linux-4.4.14/drivers/staging/most/aim-v4l2/
Dvideo.c116 v4l2_fh_del(&fh->fh); in aim_vdev_open()
154 v4l2_fh_del(&fh->fh); in aim_vdev_close()
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-fileops.c785 v4l2_fh_del(fh); in cx18_v4l2_close()
824 v4l2_fh_del(&item->fh); in cx18_serialized_open()
/linux-4.4.14/drivers/media/platform/exynos-gsc/
Dgsc-m2m.c668 v4l2_fh_del(&ctx->fh); in gsc_m2m_open()
688 v4l2_fh_del(&ctx->fh); in gsc_m2m_release()
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dfimc-m2m.c671 v4l2_fh_del(&ctx->fh); in fimc_m2m_open()
691 v4l2_fh_del(&ctx->fh); in fimc_m2m_release()
/linux-4.4.14/drivers/usb/gadget/function/
Duvc_v4l2.c321 v4l2_fh_del(&handle->vfh); in uvc_v4l2_release()
/linux-4.4.14/drivers/staging/media/omap4iss/
Diss_video.c1026 v4l2_fh_del(&handle->vfh); in iss_video_open()
1048 v4l2_fh_del(vfh); in iss_video_release()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-fileops.c914 v4l2_fh_del(fh); in ivtv_v4l2_close()
1011 v4l2_fh_del(&item->fh);
/linux-4.4.14/drivers/media/common/saa7146/
Dsaa7146_fops.c279 v4l2_fh_del(&fh->fh); in fops_release()
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
Dvpfe_video.c531 v4l2_fh_del(&fh->vfh); in vpfe_release()
539 v4l2_fh_del(vfh); in vpfe_release()
/linux-4.4.14/drivers/media/platform/sti/bdisp/
Dbdisp-v4l2.c637 v4l2_fh_del(&ctx->fh); in bdisp_open()
662 v4l2_fh_del(&ctx->fh); in bdisp_release()
/linux-4.4.14/drivers/media/platform/omap3isp/
Dispvideo.c1277 v4l2_fh_del(&handle->vfh); in isp_video_open()
1300 v4l2_fh_del(vfh); in isp_video_release()
/linux-4.4.14/drivers/media/pci/saa7164/
Dsaa7164-vbi.c478 v4l2_fh_del(&fh->fh); in fops_release()
Dsaa7164-encoder.c774 v4l2_fh_del(&fh->fh); in fops_release()
/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc.c889 v4l2_fh_del(&ctx->fh); in s5p_mfc_open()
933 v4l2_fh_del(&ctx->fh); in s5p_mfc_release()
/linux-4.4.14/drivers/media/platform/
Drcar_jpu.c1292 v4l2_fh_del(&ctx->fh); in jpu_open()
1310 v4l2_fh_del(&ctx->fh); in jpu_release()
Dvim2m.c950 v4l2_fh_del(&ctx->fh); in vim2m_release()
Dfsl-viu.c1296 v4l2_fh_del(&fh->fh); in viu_release()
/linux-4.4.14/drivers/media/platform/s5p-g2d/
Dg2d.c286 v4l2_fh_del(&ctx->fh); in g2d_release()
/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-video.c1875 v4l2_fh_del(&fh->fh); in cx231xx_close()
1883 v4l2_fh_del(&fh->fh); in cx231xx_close()
Dcx231xx-417.c1759 v4l2_fh_del(&fh->fh); in mpeg_release()
/linux-4.4.14/drivers/media/platform/coda/
Dcoda-common.c1772 v4l2_fh_del(&ctx->fh); in coda_open()
1812 v4l2_fh_del(&ctx->fh); in coda_release()
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c950 v4l2_fh_del(&fhp->fh); in pvr2_v4l2_release()
/linux-4.4.14/drivers/media/platform/vsp1/
Dvsp1_video.c1152 v4l2_fh_del(vfh); in vsp1_video_open()
/linux-4.4.14/drivers/media/platform/s5p-jpeg/
Djpeg-core.c1024 v4l2_fh_del(&ctx->fh); in s5p_jpeg_open()
1040 v4l2_fh_del(&ctx->fh); in s5p_jpeg_release()
/linux-4.4.14/Documentation/video4linux/
Dv4l2-framework.txt941 v4l2_fh_del+v4l2_fh_exit in release().
980 v4l2_fh_del(&my_fh->fh);
998 void v4l2_fh_del(struct v4l2_fh *fh)
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_v4l2.c534 v4l2_fh_del(&handle->vfh); in uvc_v4l2_release()
/linux-4.4.14/drivers/media/usb/tm6000/
Dtm6000-video.c1518 v4l2_fh_del(&fh->fh); in tm6000_release()
/linux-4.4.14/drivers/media/platform/davinci/
Dvpfe_capture.c745 v4l2_fh_del(&fh->fh); in vpfe_release()
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-driver.c3120 v4l2_fh_del(&fh->fh); in bttv_release()
3235 v4l2_fh_del(&fh->fh); in radio_release()
/linux-4.4.14/drivers/media/platform/ti-vpe/
Dvpe.c2078 v4l2_fh_del(&ctx->fh); in vpe_release()
/linux-4.4.14/drivers/media/pci/zoran/
Dzoran_driver.c1035 v4l2_fh_del(&fh->fh); in zoran_close()