Searched refs:pcie_hp_slot_t (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/io/pciex/hotplug/ |
H A D | pcishpc.c | 75 static pcie_hp_slot_t *pcishpc_create_slot(pcie_hp_ctrl_t *ctrl_p); 78 static int pcishpc_slot_get_property(pcie_hp_slot_t *slot_p, 80 static int pcishpc_slot_set_property(pcie_hp_slot_t *slot_p, 85 static void pcishpc_attn_btn_handler(pcie_hp_slot_t *slot_p); 86 static void pcishpc_get_slot_state(pcie_hp_slot_t *slot_p); 87 static int pcishpc_set_slot_state(pcie_hp_slot_t *slot_p, 90 static int pcishpc_set_bus_speed(pcie_hp_slot_t *slot_p); 91 static int pcishpc_setled(pcie_hp_slot_t *slot_p, pcie_hp_led_t led, 104 static int pcishpc_upgrade_slot_state(pcie_hp_slot_t *slot_p, 106 static int pcishpc_downgrade_slot_state(pcie_hp_slot_t *slot_p, [all …]
|
H A D | pciehpc.c | 78 static int pciehpc_slot_get_property(pcie_hp_slot_t *slot_p, 80 static int pciehpc_slot_set_property(pcie_hp_slot_t *slot_p, 90 static int pciehpc_upgrade_slot_state(pcie_hp_slot_t *slot_p, 92 static int pciehpc_downgrade_slot_state(pcie_hp_slot_t *slot_p, 94 static int pciehpc_change_slot_state(pcie_hp_slot_t *slot_p, 97 pciehpc_slot_poweron(pcie_hp_slot_t *slot_p, ddi_hp_cn_state_t *result); 99 pciehpc_slot_poweroff(pcie_hp_slot_t *slot_p, ddi_hp_cn_state_t *result); 100 static int pciehpc_slot_probe(pcie_hp_slot_t *slot_p); 101 static int pciehpc_slot_unprobe(pcie_hp_slot_t *slot_p); 267 pcie_hp_slot_t *slot_p; in pciehpc_intr() [all …]
|
H A D | pcie_hp.c | 319 pcie_hp_probe(pcie_hp_slot_t *slot_p) in pcie_hp_probe() 352 pcie_hp_unprobe(pcie_hp_slot_t *slot_p) in pcie_hp_unprobe() 472 pcie_hp_slot_t *slotp; in pcie_hp_create_occupant_props() 546 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[slot]; in pcie_create_minor_node() 666 static pcie_hp_slot_t * 696 pcie_hp_slot_t *slot; in pcie_hp_create_port_name_num() 787 pcie_hp_slot_t *slot; in pcie_hp_setup_port_name_num() 1119 pcie_hp_slot_t *slot_p = in pcie_hp_list_occupants() 1120 (pcie_hp_slot_t *)cn_cfg_p->slotp; in pcie_hp_list_occupants()
|
/titanic_50/usr/src/uts/common/sys/hotplug/pci/ |
H A D | pcie_hp.h | 106 typedef struct pcie_hp_slot pcie_hp_slot_t; typedef 138 int (*poweron_hpc_slot)(pcie_hp_slot_t *slot_p, 143 int (*poweroff_hpc_slot)(pcie_hp_slot_t *slot_p, 230 pcie_hp_slot_t *hc_slots[PCIE_HP_MAX_SLOTS]; /* Slot pointers */ 301 extern int pcie_hp_probe(pcie_hp_slot_t *slot_p); 302 extern int pcie_hp_unprobe(pcie_hp_slot_t *slot_p);
|
H A D | pciehpc.h | 41 void pciehpc_get_slot_state(pcie_hp_slot_t *slot_p);
|
/titanic_50/usr/src/uts/intel/io/pciex/hotplug/ |
H A D | pciehpc_acpi.c | 56 static int pciehpc_acpi_slot_poweron(pcie_hp_slot_t *slot_p, 58 static int pciehpc_acpi_slot_poweroff(pcie_hp_slot_t *slot_p, 229 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[0]; in pciehpc_acpi_slotinfo_init() 291 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[0]; in pciehpc_acpi_slotinfo_uninit() 309 pciehpc_acpi_slot_poweron(pcie_hp_slot_t *slot_p, ddi_hp_cn_state_t *result) in pciehpc_acpi_slot_poweron() 381 pciehpc_acpi_slot_poweroff(pcie_hp_slot_t *slot_p, ddi_hp_cn_state_t *result) in pciehpc_acpi_slot_poweroff() 436 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[0]; in pciehpc_acpi_install_event_handler() 478 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[0]; in pciehpc_acpi_notify_handler() 560 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[0]; in pciehpc_acpi_uninstall_event_handler() 579 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[0]; in pciehpc_acpi_power_on_slot() [all …]
|