/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-empress.c | 265 dev->empress_dev->release = video_device_release; in empress_init() 275 video_device_release(dev->empress_dev); in empress_init() 308 video_device_release(dev->empress_dev); in empress_init()
|
D | saa7134-core.c | 820 vfd->release = video_device_release; in vdev_init() 833 video_device_release(dev->video_dev); in saa7134_unregister_video() 840 video_device_release(dev->vbi_dev); in saa7134_unregister_video() 847 video_device_release(dev->radio_dev); in saa7134_unregister_video()
|
/linux-4.4.14/Documentation/zh_CN/video4linux/ |
D | v4l2-framework.txt | 538 vdev->release = video_device_release; 549 默认的 video_device_release()回调只是调用 kfree 来释放之前分配的 654 video_device_release(vdev); /* or kfree(my_vdev); */ 700 如果注册失败,你必须调用 video_device_release() 来释放已分配的
|
/linux-4.4.14/include/media/ |
D | v4l2-dev.h | 179 void video_device_release(struct video_device *vdev);
|
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc.c | 1177 vfd->release = video_device_release; in s5p_mfc_probe() 1186 video_device_release(vfd); in s5p_mfc_probe() 1202 vfd->release = video_device_release; in s5p_mfc_probe() 1211 video_device_release(vfd); in s5p_mfc_probe() 1237 video_device_release(dev->vfd_enc); in s5p_mfc_probe() 1241 video_device_release(dev->vfd_dec); in s5p_mfc_probe()
|
/linux-4.4.14/drivers/staging/most/aim-v4l2/ |
D | video.c | 386 .release = video_device_release, 461 video_device_release(mdev->vdev); in aim_register_videodev()
|
/linux-4.4.14/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2.c | 630 .release = video_device_release, 720 video_device_release(solo_dev->vfd); in solo_v4l2_init()
|
D | solo6x10-v4l2-enc.c | 1205 .release = video_device_release, 1345 video_device_release(solo_enc->vfd); in solo_enc_alloc()
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
D | saa7164-vbi.c | 715 vfd->release = video_device_release; in saa7164_vbi_alloc() 787 video_device_release(port->v4l_device); in saa7164_vbi_unregister()
|
D | saa7164-encoder.c | 1013 vfd->release = video_device_release; in saa7164_encoder_alloc() 1161 video_device_release(port->v4l_device); in saa7164_encoder_unregister()
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23885-video.c | 148 vfd->release = video_device_release; in cx23885_vdev_init() 1124 video_device_release(dev->vbi_dev); in cx23885_video_unregister() 1131 video_device_release(dev->video_dev); in cx23885_video_unregister()
|
D | cx23885-417.c | 1484 video_device_release(dev->v4l_device); in cx23885_417_unregister() 1508 vfd->release = video_device_release; in cx23885_video_dev_alloc()
|
/linux-4.4.14/drivers/media/platform/s5p-g2d/ |
D | g2d.c | 609 .release = video_device_release, 738 video_device_release(vfd); in g2d_probe()
|
/linux-4.4.14/drivers/media/platform/ |
D | mx2_emmaprp.c | 883 .release = video_device_release, 980 video_device_release(vfd); in emmaprp_probe()
|
D | fsl-viu.c | 1388 .release = video_device_release, 1499 video_device_release(viu_dev->vdev); in viu_of_probe()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-dev.c | 146 void video_device_release(struct video_device *vdev) in video_device_release() function 150 EXPORT_SYMBOL(video_device_release);
|
/linux-4.4.14/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.c | 2861 jpeg->vfd_encoder->release = video_device_release; in s5p_jpeg_probe() 2869 video_device_release(jpeg->vfd_encoder); in s5p_jpeg_probe() 2890 jpeg->vfd_decoder->release = video_device_release; in s5p_jpeg_probe() 2898 video_device_release(jpeg->vfd_decoder); in s5p_jpeg_probe()
|
/linux-4.4.14/drivers/media/platform/omap/ |
D | omap_vout.c | 1922 vfd->release = video_device_release; in omap_vout_setup_video_data() 2061 video_device_release(vfd); in omap_vout_create_video_devices() 2086 video_device_release(vfd); in omap_vout_cleanup_device()
|
/linux-4.4.14/drivers/media/platform/exynos-gsc/ |
D | gsc-m2m.c | 786 video_device_release(gsc->m2m.vfd); in gsc_register_m2m_device()
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-framework.txt | 609 vdev->release = video_device_release; 621 The default video_device_release() callback just calls kfree to free the 757 video_device_release(vdev); /* or kfree(my_vdev); */ 815 If the registration failed, then you need to call video_device_release()
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 1830 video_device_release(icd->vdev); in soc_camera_probe() 2148 vdev->release = video_device_release; in video_dev_create()
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.c | 1592 video->video_dev.release = video_device_release; in vpfe_video_init()
|
/linux-4.4.14/drivers/media/platform/s3c-camif/ |
D | camif-capture.c | 1193 video_device_release(vfd); in s3c_camif_register_video_node()
|