Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/
H A Dsaa7134-empress.c251 dev->empress_dev->release = video_device_release; in empress_init()
261 video_device_release(dev->empress_dev); in empress_init()
286 video_device_release(dev->empress_dev); in empress_init()
302 video_device_release(dev->empress_dev); in empress_init()
H A Dsaa7134-core.c953 vfd->release = video_device_release; in vdev_init()
968 video_device_release(dev->video_dev); in saa7134_unregister_video()
975 video_device_release(dev->vbi_dev); in saa7134_unregister_video()
982 video_device_release(dev->radio_dev); in saa7134_unregister_video()
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/video4linux/
H A 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() 来释放已分配的
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc.c1352 vfd->release = video_device_release; in s5p_mfc_probe()
1371 vfd->release = video_device_release; in s5p_mfc_probe()
1410 video_device_release(dev->vfd_enc); in s5p_mfc_probe()
1412 video_device_release(dev->vfd_dec); in s5p_mfc_probe()
1454 video_device_release(dev->vfd_enc); in s5p_mfc_remove()
1455 video_device_release(dev->vfd_dec); in s5p_mfc_remove()
/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-dev.h443 void video_device_release(struct video_device *vdev);
/OK3568_Linux_fs/kernel/drivers/staging/most/video/
H A Dvideo.c360 .release = video_device_release,
430 video_device_release(mdev->vdev); in comp_register_videodev()
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/
H A Dv4l2-dev.rst19 vdev->release = video_device_release;
33 The default :c:func:`video_device_release` callback currently
190 video_device_release(vdev); /* or kfree(my_vdev); */
260 :c:func:`video_device_release` to free the allocated :c:type:`video_device`
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7164/
H A Dsaa7164-encoder.c992 vfd->release = video_device_release; in saa7164_encoder_alloc()
1119 video_device_release(port->v4l_device); in saa7164_encoder_register()
1139 video_device_release(port->v4l_device); in saa7164_encoder_unregister()
H A Dsaa7164-vbi.c695 vfd->release = video_device_release; in saa7164_vbi_alloc()
764 video_device_release(port->v4l_device); in saa7164_vbi_unregister()
/OK3568_Linux_fs/kernel/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2.c622 .release = video_device_release,
709 video_device_release(solo_dev->vfd); in solo_v4l2_init()
/OK3568_Linux_fs/kernel/drivers/media/platform/omap/
H A Domap_vout.c1380 vfd->release = video_device_release; in omap_vout_setup_video_data()
1410 video_device_release(vfd); in omap_vout_setup_video_data()
1523 video_device_release(vfd); in omap_vout_create_video_devices()
1548 video_device_release(vfd); in omap_vout_cleanup_device()
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Dcxusb-analog.c1618 video_device_release(vdev); in cxusb_medion_videodev_release()
1673 video_device_release(cxdev->videodev); in cxusb_medion_register_analog_video()
1694 cxdev->radiodev->release = video_device_release; in cxusb_medion_register_analog_radio()
1702 video_device_release(cxdev->radiodev); in cxusb_medion_register_analog_radio()
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-g2d/
H A Dg2d.c612 .release = video_device_release,
734 video_device_release(vfd); in g2d_probe()
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Dmx2_emmaprp.c793 .release = video_device_release,
884 video_device_release(vfd); in emmaprp_probe()
H A Drcar_drif.c1075 sdr->vdev->release = video_device_release; in rcar_drif_sdr_register()
1088 video_device_release(sdr->vdev); in rcar_drif_sdr_register()
/OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/
H A Dcx23885-video.c155 vfd->release = video_device_release; in cx23885_vdev_init()
1221 video_device_release(dev->vbi_dev); in cx23885_video_unregister()
1228 video_device_release(dev->video_dev); in cx23885_video_unregister()
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/
H A Dmtk_vcodec_dec_drv.c306 vfd_dec->release = video_device_release; in mtk_vcodec_probe()
H A Dmtk_vcodec_enc_drv.c383 vfd_enc->release = video_device_release; in mtk_vcodec_probe()
/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A Dimx-media-capture.c691 .release = video_device_release,
864 video_device_release(vfd); in imx_media_capture_device_init()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/rga/
H A Drga.c700 .release = video_device_release,
927 video_device_release(vfd); in rga_probe()
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-jpeg/
H A Dmtk_jpeg_core.c1410 jpeg->vdev->release = video_device_release; in mtk_jpeg_probe()
1436 video_device_release(jpeg->vdev); in mtk_jpeg_probe()
1460 video_device_release(jpeg->vdev); in mtk_jpeg_remove()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-dev.c150 void video_device_release(struct video_device *vdev) in video_device_release() function
154 EXPORT_SYMBOL(video_device_release);
/OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/
H A Dvdec.c1092 vdev->release = video_device_release; in vdec_probe()
1111 video_device_release(vdev); in vdec_probe()
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dvenc.c1173 vdev->release = video_device_release; in venc_probe()
1193 video_device_release(vdev); in venc_probe()
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c2928 jpeg->vfd_encoder->release = video_device_release; in s5p_jpeg_probe()
2937 video_device_release(jpeg->vfd_encoder); in s5p_jpeg_probe()
2958 jpeg->vfd_decoder->release = video_device_release; in s5p_jpeg_probe()
2967 video_device_release(jpeg->vfd_decoder); in s5p_jpeg_probe()

12