Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-hyperv.c2831 static int hv_pci_bus_exit(struct hv_device *hdev, bool keep_devs);
3264 ret = hv_pci_bus_exit(hdev, true); in hv_pci_probe()
3296 (void) hv_pci_bus_exit(hdev, true); in hv_pci_probe()
3316 static int hv_pci_bus_exit(struct hv_device *hdev, bool keep_devs) in hv_pci_bus_exit() function
3415 ret = hv_pci_bus_exit(hdev, false); in hv_pci_remove()
3472 ret = hv_pci_bus_exit(hdev, true); in hv_pci_suspend()