Home
last modified time | relevance | path

Searched refs:v4l2_fh_del (Results 1 - 25 of 106) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-fh.c69 void v4l2_fh_del(struct v4l2_fh *fh) in v4l2_fh_del() function
78 EXPORT_SYMBOL_GPL(v4l2_fh_del); variable
96 v4l2_fh_del(fh); in v4l2_fh_release()
H A Dv4l2-subdev.c87 v4l2_fh_del(&subdev_fh->vfh); in subdev_open()
105 v4l2_fh_del(vfh); in subdev_close()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-fh.c69 void v4l2_fh_del(struct v4l2_fh *fh) in v4l2_fh_del() function
78 EXPORT_SYMBOL_GPL(v4l2_fh_del); variable
96 v4l2_fh_del(fh); in v4l2_fh_release()
/kernel/linux/linux-5.10/include/media/
H A Dv4l2-fh.h94 * v4l2_fh_del - Remove file handle from the list of file handles.
105 void v4l2_fh_del(struct v4l2_fh *fh);
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-fh.h94 * v4l2_fh_del - Remove file handle from the list of file handles.
105 void v4l2_fh_del(struct v4l2_fh *fh);
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H A Dmtk_vcodec_enc_drv.c224 v4l2_fh_del(&ctx->fh); in fops_vcodec_open()
242 v4l2_fh_del(&ctx->fh); in fops_vcodec_release()
H A Dmtk_vcodec_dec_drv.c163 v4l2_fh_del(&ctx->fh); in fops_vcodec_open()
191 v4l2_fh_del(&ctx->fh); in fops_vcodec_release()
/kernel/linux/linux-5.10/drivers/staging/most/video/
H A Dvideo.c107 v4l2_fh_del(&fh->fh); in comp_vdev_open()
143 v4l2_fh_del(&fh->fh); in comp_vdev_close()
/kernel/linux/linux-6.6/drivers/staging/most/video/
H A Dvideo.c107 v4l2_fh_del(&fh->fh); in comp_vdev_open()
143 v4l2_fh_del(&fh->fh); in comp_vdev_close()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc_drv.c193 v4l2_fh_del(&ctx->fh); in fops_vcodec_open()
211 v4l2_fh_del(&ctx->fh); in fops_vcodec_release()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_drv.c284 v4l2_fh_del(&ctx->fh); in fops_vcodec_open()
309 v4l2_fh_del(&ctx->fh); in fops_vcodec_release()
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H A Dcx18-fileops.c716 v4l2_fh_del(fh); in cx18_v4l2_close()
755 v4l2_fh_del(&item->fh); in cx18_serialized_open()
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-fileops.c769 v4l2_fh_del(fh); in cx18_v4l2_close()
808 v4l2_fh_del(&item->fh); in cx18_serialized_open()
/kernel/linux/linux-5.10/drivers/media/platform/exynos-gsc/
H A Dgsc-m2m.c665 v4l2_fh_del(&ctx->fh); in gsc_m2m_open()
686 v4l2_fh_del(&ctx->fh); in gsc_m2m_release()
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dfimc-m2m.c668 v4l2_fh_del(&ctx->fh); in fimc_m2m_open()
689 v4l2_fh_del(&ctx->fh); in fimc_m2m_release()
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H A Dhantro_drv.c450 v4l2_fh_del(&ctx->fh); in hantro_open()
467 v4l2_fh_del(&ctx->fh); in hantro_release()
/kernel/linux/linux-5.10/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c793 v4l2_fh_del(&ctx->fh); in ipu_csc_scaler_open()
807 v4l2_fh_del(&ctx->fh); in ipu_csc_scaler_release()
/kernel/linux/linux-6.6/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c793 v4l2_fh_del(&ctx->fh); in ipu_csc_scaler_open()
808 v4l2_fh_del(&ctx->fh); in ipu_csc_scaler_release()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-m2m.c668 v4l2_fh_del(&ctx->fh); in fimc_m2m_open()
689 v4l2_fh_del(&ctx->fh); in fimc_m2m_release()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-m2m.c619 v4l2_fh_del(&ctx->fh); in mdp_m2m_open()
643 v4l2_fh_del(&ctx->fh); in mdp_m2m_release()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-m2m.c660 v4l2_fh_del(&ctx->fh); in gsc_m2m_open()
681 v4l2_fh_del(&ctx->fh); in gsc_m2m_release()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Duvc_v4l2.c351 v4l2_fh_del(&handle->vfh); in uvc_v4l2_release()
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/
H A Dcedrus.c349 v4l2_fh_del(&ctx->fh); in cedrus_release()
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/
H A Dvisl-core.c355 v4l2_fh_del(&ctx->fh); in visl_release()
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/cedrus/
H A Dcedrus.c409 v4l2_fh_del(&ctx->fh); in cedrus_release()

Completed in 19 milliseconds

12345