Searched refs:hc_ops (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c107 ctrl_p->hc_ops.init_hpc_hw = pciehpc_acpi_hpc_init;
108 ctrl_p->hc_ops.uninit_hpc_hw = pciehpc_acpi_hpc_uninit;
109 ctrl_p->hc_ops.init_hpc_slotinfo = pciehpc_acpi_slotinfo_init;
110 ctrl_p->hc_ops.uninit_hpc_slotinfo = pciehpc_acpi_slotinfo_uninit;
111 ctrl_p->hc_ops.poweron_hpc_slot = pciehpc_acpi_slot_poweron;
112 ctrl_p->hc_ops.poweroff_hpc_slot = pciehpc_acpi_slot_poweroff;
113 ctrl_p->hc_ops.disable_hpc_intr = pciehpc_acpi_disable_intr;
114 ctrl_p->hc_ops.enable_hpc_intr = pciehpc_acpi_enable_intr;
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c157 ctrl_p->hc_ops.init_hpc_hw = pciehpc_hpc_init;
158 ctrl_p->hc_ops.uninit_hpc_hw = pciehpc_hpc_uninit;
159 ctrl_p->hc_ops.init_hpc_slotinfo = pciehpc_slotinfo_init;
160 ctrl_p->hc_ops.uninit_hpc_slotinfo = pciehpc_slotinfo_uninit;
161 ctrl_p->hc_ops.poweron_hpc_slot = pciehpc_slot_poweron;
162 ctrl_p->hc_ops.poweroff_hpc_slot = pciehpc_slot_poweroff;
164 ctrl_p->hc_ops.enable_hpc_intr = pciehpc_enable_intr;
165 ctrl_p->hc_ops.disable_hpc_intr = pciehpc_disable_intr;
172 if ((ctrl_p->hc_ops.init_hpc_hw)(ctrl_p) != DDI_SUCCESS)
176 if ((ctrl_p->hc_ops
[all...]
/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h239 pcie_hp_ops_t hc_ops; /* Platform specific ops */ member in struct:pcie_hp_ctrl
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c290 (void) (ctrl_p->hc_ops.enable_hpc_intr)(ctrl_p);
310 (void) (ctrl_p->hc_ops.disable_hpc_intr)(ctrl_p);
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c135 static const topo_modops_t hc_ops = variable
138 { HC, FM_FMRI_SCHEME_HC, HC_VERSION, &hc_ops };

Completed in 82 milliseconds