| /linux/drivers/staging/most/video/ |
| H A D | video.c | 365 .release = video_device_release, 434 video_device_release(mdev->vdev); in comp_register_videodev()
|
| /linux/drivers/media/pci/saa7134/ |
| H A D | saa7134-core.c | 943 vfd->release = video_device_release; in vdev_init() 958 video_device_release(dev->video_dev); in saa7134_unregister_video() 965 video_device_release(dev->vbi_dev); in saa7134_unregister_video() 972 video_device_release(dev->radio_dev); in saa7134_unregister_video()
|
| /linux/drivers/media/pci/saa7164/ |
| H A D | saa7164-encoder.c | 989 vfd->release = video_device_release; in saa7164_encoder_alloc() 1116 video_device_release(port->v4l_device); in saa7164_encoder_register() 1136 video_device_release(port->v4l_device); in saa7164_encoder_unregister()
|
| H A D | saa7164-vbi.c | 691 vfd->release = video_device_release; in saa7164_vbi_alloc() 760 video_device_release(port->v4l_device); in saa7164_vbi_unregister()
|
| /linux/drivers/media/platform/ti/omap/ |
| H A D | omap_vout.c | 1381 vfd->release = video_device_release; in omap_vout_setup_video_data() 1411 video_device_release(vfd); in omap_vout_setup_video_data() 1524 video_device_release(vfd); in omap_vout_create_video_devices() 1549 video_device_release(vfd); in omap_vout_cleanup_device()
|
| /linux/drivers/media/platform/samsung/s5p-mfc/ |
| H A D | s5p_mfc.c | 1379 vfd->release = video_device_release; in s5p_mfc_probe() 1398 vfd->release = video_device_release; in s5p_mfc_probe() 1438 video_device_release(dev->vfd_enc); in s5p_mfc_probe() 1440 video_device_release(dev->vfd_dec); in s5p_mfc_probe()
|
| /linux/drivers/media/platform/st/stm32/dma2d/ |
| H A D | dma2d.c | 588 .release = video_device_release, 681 video_device_release(vfd); in dma2d_probe()
|
| /linux/drivers/media/platform/samsung/s5p-g2d/ |
| H A D | g2d.c | 608 .release = video_device_release, 724 video_device_release(vfd); in g2d_probe()
|
| /linux/drivers/media/platform/nxp/ |
| H A D | mx2_emmaprp.c | 788 .release = video_device_release, 877 video_device_release(vfd); in emmaprp_probe()
|
| /linux/drivers/media/platform/rockchip/rga/ |
| H A D | rga.c | 696 .release = video_device_release, 909 video_device_release(vfd); in rga_probe()
|
| /linux/drivers/staging/media/imx/ |
| H A D | imx-media-csc-scaler.c | 834 video_device_release(vdev); in ipu_csc_scaler_video_device_release() 917 video_device_release(vfd); in imx_media_csc_scaler_device_init()
|
| /linux/drivers/media/platform/mediatek/vcodec/encoder/ |
| H A D | mtk_vcodec_enc_drv.c | 323 vfd_enc->release = video_device_release; in mtk_vcodec_probe()
|
| /linux/drivers/media/platform/amlogic/meson-ge2d/ |
| H A D | ge2d.c | 904 .release = video_device_release, 1014 video_device_release(ge2d->vfd); in ge2d_probe()
|
| /linux/drivers/staging/media/meson/vdec/ |
| H A D | vdec.c | 1077 vdev->release = video_device_release; in vdec_probe() 1096 video_device_release(vdev); in vdec_probe()
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-dev.c | 153 void video_device_release(struct video_device *vdev) in video_device_release() function 157 EXPORT_SYMBOL(video_device_release);
|
| /linux/drivers/media/platform/samsung/s5p-jpeg/ |
| H A D | jpeg-core.c | 2918 jpeg->vfd_encoder->release = video_device_release; in s5p_jpeg_probe() 2927 video_device_release(jpeg->vfd_encoder); in s5p_jpeg_probe() 2948 jpeg->vfd_decoder->release = video_device_release; in s5p_jpeg_probe() 2957 video_device_release(jpeg->vfd_decoder); in s5p_jpeg_probe()
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/ |
| H A D | mtk_vcodec_dec_drv.c | 432 vfd_dec->release = video_device_release; in mtk_vcodec_probe()
|
| /linux/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-v4l2-enc.c | 1175 .release = video_device_release, 1314 video_device_release(solo_enc->vfd); in solo_enc_alloc()
|
| /linux/drivers/media/platform/mediatek/mdp/ |
| H A D | mtk_mdp_m2m.c | 1188 mdp->vdev->release = video_device_release; in mtk_mdp_register_m2m_device() 1216 video_device_release(mdp->vdev); in mtk_mdp_register_m2m_device()
|
| /linux/drivers/media/platform/st/sti/hva/ |
| H A D | hva-v4l2.c | 1308 vdev->release = video_device_release; in hva_register_device() 1328 video_device_release(vdev); in hva_register_device()
|
| /linux/drivers/media/platform/qcom/venus/ |
| H A D | venc.c | 1582 vdev->release = video_device_release; in venc_probe() 1604 video_device_release(vdev); in venc_probe()
|
| H A D | vdec.c | 1806 vdev->release = video_device_release; in vdec_probe() 1828 video_device_release(vdev); in vdec_probe()
|
| /linux/drivers/media/platform/st/sti/delta/ |
| H A D | delta-v4l2.c | 1770 vdev->release = video_device_release; in delta_register_device() 1790 video_device_release(vdev); in delta_register_device()
|
| /linux/drivers/media/platform/mediatek/mdp3/ |
| H A D | mtk-mdp3-m2m.c | 722 video_device_release(mdp->m2m_vdev); in mdp_m2m_device_register()
|
| /linux/drivers/media/platform/imagination/ |
| H A D | e5010-jpeg-enc.c | 1048 e5010->vdev->release = video_device_release; in e5010_probe() 1120 video_device_release(e5010->vdev); in e5010_probe()
|