Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpci-pwrctrl.h59 void pci_pwrctrl_destroy_devices(struct device *parent);
64 static void pci_pwrctrl_destroy_devices(struct device *parent) { } in pci_pwrctrl_destroy_devices() function
/linux/drivers/pci/pwrctrl/
H A Dcore.c365 pci_pwrctrl_destroy_devices(parent); in pci_pwrctrl_create_devices()
399 void pci_pwrctrl_destroy_devices(struct device *parent) in pci_pwrctrl_destroy_devices() function
406 EXPORT_SYMBOL_GPL(pci_pwrctrl_destroy_devices);
/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom.c1336 pci_pwrctrl_destroy_devices(pci->dev); in qcom_pcie_host_init()