Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c505 pcie_bus_t *bus_p = PCIE_DIP2BUS(ctrl_p->hc_dip); in pciehpc_get_slot_state()
561 pcie_bus_t *bus_p = PCIE_DIP2BUS(ctrl_p->hc_dip); in pciehpc_set_slot_name()
569 if (ddi_prop_lookup_int_array(DDI_DEV_T_ANY, ctrl_p->hc_dip, in pciehpc_set_slot_name()
584 ddi_driver_name(ctrl_p->hc_dip), in pciehpc_set_slot_name()
585 ddi_get_instance(ctrl_p->hc_dip)); in pciehpc_set_slot_name()
599 if (ddi_getlongprop(DDI_DEV_T_ANY, ctrl_p->hc_dip, DDI_PROP_DONTPASS, in pciehpc_set_slot_name()
638 pcie_bus_t *bus_p = PCIE_DIP2BUS(ctrl_p->hc_dip); in pciehpc_reg_get8()
651 pcie_bus_t *bus_p = PCIE_DIP2BUS(ctrl_p->hc_dip); in pciehpc_reg_get16()
664 pcie_bus_t *bus_p = PCIE_DIP2BUS(ctrl_p->hc_dip); in pciehpc_reg_get32()
677 pcie_bus_t *bus_p = PCIE_DIP2BUS(ctrl_p->hc_dip); in pciehpc_reg_put8()
[all …]
H A Dpcishpc.c475 ctrl_p->hc_dip, slot_p->hs_device_num, 0); in pcishpc_slot_get_property()
844 ctrl_p->hc_dip = dip; in pcishpc_create_controller()
893 ppdip = ddi_get_parent(ddi_get_parent(ctrl_p->hc_dip)); in pcishpc_setup_controller()
991 dev_info_t *dip = ctrl_p->hc_dip; in pcishpc_register_slot()
1059 dev_info_t *dip = ctrl_p->hc_dip; in pcishpc_destroy_slots()
1758 slot_p->hs_ctrl->hc_dip, in pcishpc_attn_btn_handler()
1883 pcie_bus_t *bus_p = PCIE_DIP2BUS(ctrl_p->hc_dip); in pcishpc_set_slot_name()
1894 if (ddi_prop_lookup_int_array(DDI_DEV_T_ANY, ctrl_p->hc_dip, in pcishpc_set_slot_name()
1905 if ((ndi_prop_update_int(DDI_DEV_T_NONE, ctrl_p->hc_dip, in pcishpc_set_slot_name()
1927 if (ddi_getlongprop(DDI_DEV_T_ANY, ctrl_p->hc_dip, DDI_PROP_DONTPASS, in pcishpc_set_slot_name()
[all …]
H A Dpcie_hp.c322 dev_info_t *dip = ctrl_p->hc_dip; in pcie_hp_probe()
355 dev_info_t *dip = ctrl_p->hc_dip; in pcie_hp_unprobe()
545 dev_info_t *dip = ctrl_p->hc_dip; in pcie_create_minor_node()
568 ddi_remove_minor_node(ctrl_p->hc_dip, in pcie_remove_minor_node()
/titanic_50/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c89 if (pcie_acpi_osc(ctrl_p->hc_dip, &osc_flags) == DDI_SUCCESS) { in pciehpc_update_ops()
95 pcie_bus_t *bus_p = PCIE_DIP2BUS(ctrl_p->hc_dip); in pciehpc_update_ops()
132 status = acpica_get_handle(ctrl_p->hc_dip, &pcibus_obj); in pciehpc_acpi_hpc_init()
230 pcie_bus_t *bus_p = PCIE_DIP2BUS(ctrl_p->hc_dip); in pciehpc_acpi_slotinfo_init()
242 PCI_MINOR_NUM(ddi_get_instance(ctrl_p->hc_dip), in pciehpc_acpi_slotinfo_init()
312 pcie_bus_t *bus_p = PCIE_DIP2BUS(ctrl_p->hc_dip); in pciehpc_acpi_slot_poweron()
384 pcie_bus_t *bus_p = PCIE_DIP2BUS(ctrl_p->hc_dip); in pciehpc_acpi_slot_poweroff()
542 (void) ndi_hp_state_change_req(slot_p->hs_ctrl->hc_dip, in pciehpc_acpi_notify_handler()
/titanic_50/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))
/titanic_50/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h225 dev_info_t *hc_dip; /* DIP for HP controller */ member