Home
last modified time | relevance | path

Searched refs:video_device_release (Results 1 – 23 of 23) sorted by relevance

/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-empress.c265 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()
Dsaa7134-core.c820 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/
Dv4l2-framework.txt538 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/
Dv4l2-dev.h179 void video_device_release(struct video_device *vdev);
/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc.c1177 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/
Dvideo.c386 .release = video_device_release,
461 video_device_release(mdev->vdev); in aim_register_videodev()
/linux-4.4.14/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c630 .release = video_device_release,
720 video_device_release(solo_dev->vfd); in solo_v4l2_init()
Dsolo6x10-v4l2-enc.c1205 .release = video_device_release,
1345 video_device_release(solo_enc->vfd); in solo_enc_alloc()
/linux-4.4.14/drivers/media/pci/saa7164/
Dsaa7164-vbi.c715 vfd->release = video_device_release; in saa7164_vbi_alloc()
787 video_device_release(port->v4l_device); in saa7164_vbi_unregister()
Dsaa7164-encoder.c1013 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/
Dcx23885-video.c148 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()
Dcx23885-417.c1484 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/
Dg2d.c609 .release = video_device_release,
738 video_device_release(vfd); in g2d_probe()
/linux-4.4.14/drivers/media/platform/
Dmx2_emmaprp.c883 .release = video_device_release,
980 video_device_release(vfd); in emmaprp_probe()
Dfsl-viu.c1388 .release = video_device_release,
1499 video_device_release(viu_dev->vdev); in viu_of_probe()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-dev.c146 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/
Djpeg-core.c2861 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/
Domap_vout.c1922 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/
Dgsc-m2m.c786 video_device_release(gsc->m2m.vfd); in gsc_register_m2m_device()
/linux-4.4.14/Documentation/video4linux/
Dv4l2-framework.txt609 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/
Dsoc_camera.c1830 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/
Dvpfe_video.c1592 video->video_dev.release = video_device_release; in vpfe_video_init()
/linux-4.4.14/drivers/media/platform/s3c-camif/
Dcamif-capture.c1193 video_device_release(vfd); in s3c_camif_register_video_node()