Home
last modified time | relevance | path

Searched refs:hc_dip (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c1497 ndi_devi_enter(ctrl_p->hc_dip); in pciehpc_slotinfo_init()
1499 ndi_devi_exit(ctrl_p->hc_dip); in pciehpc_slotinfo_init()
1657 dev_info_t *dip = ctrl_p->hc_dip; in pciehpc_state_sync()
1997 ctrl_p->hc_dip = dip; in pciehpc_create_controller()
2047 dev_info_t *dip = ctrl_p->hc_dip; in pciehpc_register_slot()
2072 dev_info_t *dip = ctrl_p->hc_dip; in pciehpc_unregister_slot()
2598 PCIE_DISABLE_ERRORS(ctrl_p->hc_dip); in pciehpc_slot_probe()
2611 PCIE_ENABLE_ERRORS(ctrl_p->hc_dip); in pciehpc_slot_probe()
2641 PCIE_DISABLE_ERRORS(ctrl_p->hc_dip); in pciehpc_slot_unprobe()
2646 PCIE_ENABLE_ERRORS(ctrl_p->hc_dip); in pciehpc_slot_unprobe()
[all …]
H A Dpcishpc.c477 ctrl_p->hc_dip, slot_p->hs_device_num, 0); in pcishpc_slot_get_property()
848 ctrl_p->hc_dip = dip; in pcishpc_create_controller()
897 ppdip = ddi_get_parent(ddi_get_parent(ctrl_p->hc_dip)); in pcishpc_setup_controller()
995 dev_info_t *dip = ctrl_p->hc_dip; in pcishpc_register_slot()
1063 dev_info_t *dip = ctrl_p->hc_dip; in pcishpc_destroy_slots()
1762 slot_p->hs_ctrl->hc_dip, in pcishpc_attn_btn_handler()
1887 pcie_bus_t *bus_p = PCIE_DIP2BUS(ctrl_p->hc_dip); in pcishpc_set_slot_name()
1898 if (ddi_prop_lookup_int_array(DDI_DEV_T_ANY, ctrl_p->hc_dip, in pcishpc_set_slot_name()
1909 if ((ndi_prop_update_int(DDI_DEV_T_NONE, ctrl_p->hc_dip, in pcishpc_set_slot_name()
2363 pcie_bus_t *bus_p = PCIE_DIP2BUS(ctrl_p->hc_dip); in pcishpc_read_reg()
[all …]
H A Dpcie_hp.c325 dev_info_t *dip = ctrl_p->hc_dip; in pcie_hp_probe()
358 dev_info_t *dip = ctrl_p->hc_dip; in pcie_hp_unprobe()
547 dev_info_t *dip = ctrl_p->hc_dip; in pcie_create_minor_node()
570 ddi_remove_minor_node(ctrl_p->hc_dip, in pcie_remove_minor_node()
/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c92 if (pcie_acpi_osc(ctrl_p->hc_dip, &osc_flags) == DDI_SUCCESS) { in pciehpc_update_ops()
98 pcie_bus_t *bus_p = PCIE_DIP2BUS(ctrl_p->hc_dip); in pciehpc_update_ops()
135 status = acpica_get_handle(ctrl_p->hc_dip, &pcibus_obj); in pciehpc_acpi_hpc_init()
233 pcie_bus_t *bus_p = PCIE_DIP2BUS(ctrl_p->hc_dip); in pciehpc_acpi_slotinfo_init()
245 PCI_MINOR_NUM(ddi_get_instance(ctrl_p->hc_dip), in pciehpc_acpi_slotinfo_init()
326 pcie_bus_t *bus_p = PCIE_DIP2BUS(ctrl_p->hc_dip); in pciehpc_acpi_slot_poweron()
398 pcie_bus_t *bus_p = PCIE_DIP2BUS(ctrl_p->hc_dip); 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/usb/usba/
H A Dwhcdi.h84 dev_info_t *hc_dip; member
155 _NOTE(DATA_READABLE_WITHOUT_LOCK(wusb_hc_data_t::hc_dip))
/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h343 dev_info_t *hc_dip; /* DIP for HP controller */ member