Home
last modified time | relevance | path

Searched refs:acpi_slot (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Dacpiphp_core.c125 return acpiphp_enable_slot(slot->acpi_slot); in enable_slot()
142 return acpiphp_disable_slot(slot->acpi_slot); in disable_slot()
185 *value = acpiphp_get_power_status(slot->acpi_slot); in get_power_status()
231 *value = acpiphp_get_latch_status(slot->acpi_slot); in get_latch_status()
251 *value = acpiphp_get_adapter_status(slot->acpi_slot); in get_adapter_status()
270 slot->acpi_slot = acpiphp_slot; in acpiphp_register_hotplug_slot()
H A Dacpiphp.h37 struct acpiphp_slot *acpi_slot; member