Home
last modified time | relevance | path

Searched refs:vmbus_close (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_drv.c162 vmbus_close(hdev->channel); in hyperv_vmbus_probe()
175 vmbus_close(hdev->channel); in hyperv_vmbus_remove()
190 vmbus_close(hdev->channel); in hyperv_vmbus_suspend()
H A Dhyperv_drm_proto.c526 vmbus_close(hdev->channel); in hyperv_connect_vsp()
/kernel/linux/linux-5.10/drivers/input/serio/
H A Dhyperv-keyboard.c365 vmbus_close(hv_dev->channel); in hv_kbd_probe()
377 vmbus_close(hv_dev->channel); in hv_kbd_remove()
387 vmbus_close(hv_dev->channel); in hv_kbd_suspend()
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dhyperv-keyboard.c365 vmbus_close(hv_dev->channel); in hv_kbd_probe()
377 vmbus_close(hv_dev->channel); in hv_kbd_remove()
385 vmbus_close(hv_dev->channel); in hv_kbd_suspend()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-hyperv.c528 vmbus_close(device->channel); in mousevsc_probe()
542 vmbus_close(dev->channel); in mousevsc_remove()
552 vmbus_close(dev->channel); in mousevsc_suspend()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-hyperv.c516 vmbus_close(device->channel); in mousevsc_probe()
530 vmbus_close(dev->channel); in mousevsc_remove()
538 vmbus_close(dev->channel); in mousevsc_suspend()
/kernel/linux/linux-5.10/drivers/hv/
H A Dhv_balloon.c1672 vmbus_close(dev->channel); in balloon_connect_vsp()
1727 vmbus_close(dev->channel); in balloon_probe()
1749 vmbus_close(dev->channel); in balloon_remove()
1780 vmbus_close(hv_dev->channel); in balloon_suspend()
1811 vmbus_close(dev->channel); in balloon_resume()
H A Dhv_util.c558 vmbus_close(dev->channel); in util_remove()
580 vmbus_close(dev->channel); in util_suspend()
H A Dchannel.c768 * in Hyper-V Manager), the driver's remove() invokes vmbus_close(): in vmbus_close_internal()
849 * vmbus_close - Close the specified channel
851 void vmbus_close(struct vmbus_channel *channel) in vmbus_close() function
856 EXPORT_SYMBOL_GPL(vmbus_close); variable
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dhyperv_fb.c680 vmbus_close(hdev->channel); in synthvid_connect_vsp()
1245 vmbus_close(hdev->channel); in hvfb_probe()
1270 vmbus_close(hdev->channel); in hvfb_remove()
1296 vmbus_close(hdev->channel); in hvfb_suspend()
1317 vmbus_close(hdev->channel); in hvfb_resume()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dhyperv_fb.c662 vmbus_close(hdev->channel); in synthvid_connect_vsp()
1228 vmbus_close(hdev->channel); in hvfb_probe()
1252 vmbus_close(hdev->channel); in hvfb_remove()
1276 vmbus_close(hdev->channel); in hvfb_suspend()
1297 vmbus_close(hdev->channel); in hvfb_resume()
/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_balloon.c1870 vmbus_close(dev->channel); in balloon_connect_vsp()
2032 vmbus_close(dev->channel); in balloon_probe()
2064 vmbus_close(dev->channel); in balloon_remove()
2094 vmbus_close(hv_dev->channel); in balloon_suspend()
2125 vmbus_close(dev->channel); in balloon_resume()
H A Dhv_util.c611 vmbus_close(dev->channel); in util_remove()
631 vmbus_close(dev->channel); in util_suspend()
H A Dchannel.c934 * in Hyper-V Manager), the driver's remove() invokes vmbus_close(): in vmbus_close_internal()
1015 * vmbus_close - Close the specified channel
1017 void vmbus_close(struct vmbus_channel *channel) in vmbus_close() function
1022 EXPORT_SYMBOL_GPL(vmbus_close); variable
/kernel/linux/linux-6.6/drivers/uio/
H A Duio_hv_generic.c174 vmbus_close(new_sc); in hv_uio_new_channel()
/kernel/linux/linux-5.10/drivers/uio/
H A Duio_hv_generic.c175 vmbus_close(new_sc); in hv_uio_new_channel()
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-hyperv.c3308 vmbus_close(hdev->channel); in hv_pci_probe()
3419 vmbus_close(hdev->channel); in hv_pci_remove()
3444 * before calling vmbus_close(), since it runs in a process context in hv_pci_suspend()
3478 vmbus_close(hdev->channel); in hv_pci_suspend()
3549 vmbus_close(hdev->channel); in hv_pci_resume()
/kernel/linux/linux-5.10/drivers/net/hyperv/
H A Dnetvsc.c671 vmbus_close(device->channel); in netvsc_device_remove()
1567 vmbus_close(device->channel); in netvsc_device_add()
/kernel/linux/linux-5.10/net/vmw_vsock/
H A Dhyperv_transport.c860 vmbus_close(chan); in hvs_remove()
/kernel/linux/linux-6.6/net/vmw_vsock/
H A Dhyperv_transport.c886 vmbus_close(chan); in hvs_remove()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpci-hyperv.c3801 vmbus_close(hdev->channel); in hv_pci_probe()
3921 vmbus_close(hdev->channel); in hv_pci_remove()
3942 * before calling vmbus_close(), since it runs in a process context in hv_pci_suspend()
3976 vmbus_close(hdev->channel); in hv_pci_suspend()
4065 vmbus_close(hdev->channel); in hv_pci_resume()
/kernel/linux/linux-5.10/include/linux/
H A Dhyperv.h1131 extern void vmbus_close(struct vmbus_channel *channel);
/kernel/linux/linux-5.10/drivers/scsi/
H A Dstorvsc_drv.c1332 vmbus_close(device->channel); in storvsc_dev_remove()
2115 vmbus_close(hv_dev->channel); in storvsc_suspend()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dstorvsc_drv.c1376 vmbus_close(device->channel); in storvsc_dev_remove()
2154 vmbus_close(hv_dev->channel); in storvsc_suspend()
/kernel/linux/linux-6.6/drivers/net/hyperv/
H A Dnetvsc.c725 vmbus_close(device->channel); in netvsc_device_remove()
1806 vmbus_close(device->channel); in netvsc_device_add()

Completed in 60 milliseconds

12