Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_pwr.h166 #define pcie_pm_hold PX_MOD_NAME##_pcie_pm_hold macro
179 #define pcie_pm_hold PX_PLX##_pcie_pm_hold macro
196 extern int pcie_pm_hold(dev_info_t *dip);
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_pwr.c342 rv = pcie_pm_hold(dip); in pcie_bus_power()
670 pcie_pm_hold(dev_info_t *dip) in pcie_pm_hold() function
H A Dpcieb.c751 return (pcie_pm_hold(dip)); in pcieb_ctlops()
974 if (pcie_pm_hold(pcieb->pcieb_dip) != DDI_SUCCESS) { in pcieb_initchild()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_util.c500 if (pcie_pm_hold(parent_dip) != DDI_SUCCESS) { in px_init_child()
H A Dpx.c1290 return (pcie_pm_hold(dip)); in px_ctlops()