| /linux-6.15/drivers/media/pci/saa7134/ |
| H A D | saa7134-empress.c | 253 dev->empress_dev->release = video_device_release; in empress_init() 263 video_device_release(dev->empress_dev); in empress_init() 288 video_device_release(dev->empress_dev); in empress_init() 304 video_device_release(dev->empress_dev); in empress_init()
|
| 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-6.15/Documentation/translations/zh_CN/video4linux/ |
| H A 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-6.15/drivers/media/platform/qcom/iris/ |
| H A D | iris_probe.c | 144 vdev->release = video_device_release; in iris_register_video_device() 161 video_device_release(vdev); in iris_register_video_device()
|
| /linux-6.15/include/media/ |
| H A D | v4l2-dev.h | 437 void video_device_release(struct video_device *vdev);
|
| /linux-6.15/drivers/staging/most/video/ |
| H A D | video.c | 360 .release = video_device_release, 429 video_device_release(mdev->vdev); in comp_register_videodev()
|
| /linux-6.15/Documentation/driver-api/media/ |
| H A D | v4l2-dev.rst | 19 vdev->release = video_device_release; 33 The default :c:func:`video_device_release` callback currently 182 video_device_release(vdev); /* or kfree(my_vdev); */ 252 :c:func:`video_device_release` to free the allocated :c:type:`video_device`
|
| /linux-6.15/drivers/staging/media/imx/ |
| H A D | imx-media-capture.c | 993 vfd->release = video_device_release; in imx_media_capture_device_init() 1011 video_device_release(vfd); in imx_media_capture_device_init() 1031 video_device_release(vfd); in imx_media_capture_device_init()
|
| /linux-6.15/drivers/media/pci/saa7164/ |
| H A D | saa7164-encoder.c | 991 vfd->release = video_device_release; in saa7164_encoder_alloc() 1118 video_device_release(port->v4l_device); in saa7164_encoder_register() 1138 video_device_release(port->v4l_device); in saa7164_encoder_unregister()
|
| H A D | saa7164-vbi.c | 692 vfd->release = video_device_release; in saa7164_vbi_alloc() 761 video_device_release(port->v4l_device); in saa7164_vbi_unregister()
|
| /linux-6.15/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-v4l2.c | 616 .release = video_device_release, 703 video_device_release(solo_dev->vfd); in solo_v4l2_init()
|
| /linux-6.15/drivers/media/platform/st/stm32/dma2d/ |
| H A D | dma2d.c | 591 .release = video_device_release, 684 video_device_release(vfd); in dma2d_probe()
|
| /linux-6.15/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-6.15/drivers/media/usb/dvb-usb/ |
| H A D | cxusb-analog.c | 1616 video_device_release(vdev); in cxusb_medion_videodev_release() 1671 video_device_release(cxdev->videodev); in cxusb_medion_register_analog_video() 1692 cxdev->radiodev->release = video_device_release; in cxusb_medion_register_analog_radio() 1700 video_device_release(cxdev->radiodev); in cxusb_medion_register_analog_radio()
|
| /linux-6.15/drivers/media/platform/samsung/s5p-mfc/ |
| H A D | s5p_mfc.c | 1366 vfd->release = video_device_release; in s5p_mfc_probe() 1385 vfd->release = video_device_release; in s5p_mfc_probe() 1425 video_device_release(dev->vfd_enc); in s5p_mfc_probe() 1427 video_device_release(dev->vfd_dec); in s5p_mfc_probe()
|
| /linux-6.15/drivers/media/platform/nxp/ |
| H A D | mx2_emmaprp.c | 791 .release = video_device_release, 880 video_device_release(vfd); in emmaprp_probe()
|
| H A D | imx7-media-csi.c | 1661 vdev->release = video_device_release; in imx7_csi_video_init() 1678 video_device_release(vdev); in imx7_csi_video_init() 1698 video_device_release(vdev); in imx7_csi_video_init()
|
| /linux-6.15/drivers/media/platform/samsung/s5p-g2d/ |
| H A D | g2d.c | 610 .release = video_device_release, 726 video_device_release(vfd); in g2d_probe()
|
| /linux-6.15/drivers/media/pci/cx23885/ |
| H A D | cx23885-video.c | 155 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()
|
| /linux-6.15/drivers/media/platform/rockchip/rga/ |
| H A D | rga.c | 702 .release = video_device_release, 915 video_device_release(vfd); in rga_probe()
|
| /linux-6.15/drivers/media/platform/amphion/ |
| H A D | vpu_v4l2.c | 829 vfd->release = video_device_release; in vpu_add_func() 846 video_device_release(vfd); in vpu_add_func()
|
| /linux-6.15/drivers/media/platform/mediatek/vcodec/encoder/ |
| H A D | mtk_vcodec_enc_drv.c | 322 vfd_enc->release = video_device_release; in mtk_vcodec_probe()
|
| /linux-6.15/drivers/media/platform/amlogic/meson-ge2d/ |
| H A D | ge2d.c | 906 .release = video_device_release, 1016 video_device_release(ge2d->vfd); in ge2d_probe()
|
| /linux-6.15/drivers/staging/media/meson/vdec/ |
| H A D | vdec.c | 1086 vdev->release = video_device_release; in vdec_probe() 1105 video_device_release(vdev); in vdec_probe()
|
| /linux-6.15/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);
|