Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_pwr.h162 #define pcie_pm_add_child PX_MOD_NAME##_pcie_pm_add_child macro
175 #define pcie_pm_add_child PX_PLX##_pcie_pm_add_child macro
192 extern int pcie_pm_add_child(dev_info_t *dip, dev_info_t *cdip);
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_pwr.c360 (void) pcie_pm_add_child(dip, cdip); in pcie_bus_power()
760 pcie_pm_add_child(dev_info_t *dip, dev_info_t *cdip) in pcie_pm_add_child() function