Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c370 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pcishpc_slot_get_property()
801 mutex_exit(&slot_p->hs_ctrl->hc_mutex); in pcishpc_hp_ops()
978 slot_p->hs_ctrl = ctrl_p; in pcishpc_create_slot()
1263 pcishpc_write_reg(slot_p->hs_ctrl, in pcishpc_slot_poweron()
1364 pcishpc_write_reg(slot_p->hs_ctrl, in pcishpc_slot_poweroff()
1450 mutex_exit(&slot_p->hs_ctrl->hc_mutex); in pcishpc_slot_probe()
1490 mutex_exit(&slot_p->hs_ctrl->hc_mutex); in pcishpc_slot_unprobe()
1724 &slot_p->hs_ctrl->hc_mutex, in pcishpc_attn_btn_handler()
1762 slot_p->hs_ctrl->hc_dip, in pcishpc_attn_btn_handler()
1798 reg = pcishpc_read_reg(slot_p->hs_ctrl, in pcishpc_get_slot_state()
[all …]
H A Dpciehpc.c924 mutex_enter(&slot_p->hs_ctrl->hc_mutex); in pciehpc_hp_ops()
931 mutex_exit(&slot_p->hs_ctrl->hc_mutex); in pciehpc_hp_ops()
938 mutex_enter(&slot_p->hs_ctrl->hc_mutex); in pciehpc_hp_ops()
943 mutex_exit(&slot_p->hs_ctrl->hc_mutex); in pciehpc_hp_ops()
979 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_get_slot_state()
1348 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_led_init()
2002 ctrl_p->hc_slots[0]->hs_ctrl = ctrl_p; in pciehpc_create_controller()
2093 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_slot_power_state()
2127 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_slot_wait_for_active()
2178 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_slot_noctrl_active()
[all …]
H A Dpcie_hp.c324 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pcie_hp_probe()
357 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pcie_hp_unprobe()
/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c325 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_acpi_slot_poweron()
397 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_acpi_slot_poweroff()
555 (void) ndi_hp_state_change_req(slot_p->hs_ctrl->hc_dip, in pciehpc_acpi_notify_handler()
/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h327 pcie_hp_ctrl_t *hs_ctrl; /* Hotplug ctrl for this slot */ member