Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dacpiphp_core.c140 return acpiphp_enable_slot(slot->acpi_slot); in enable_slot()
157 return acpiphp_disable_slot(slot->acpi_slot); in disable_slot()
200 *value = acpiphp_get_power_status(slot->acpi_slot); in get_power_status()
246 *value = acpiphp_get_latch_status(slot->acpi_slot); in get_latch_status()
266 *value = acpiphp_get_adapter_status(slot->acpi_slot); in get_adapter_status()
307 slot->acpi_slot = acpiphp_slot; in acpiphp_register_hotplug_slot()
308 slot->hotplug_slot->info->power_status = acpiphp_get_power_status(slot->acpi_slot); in acpiphp_register_hotplug_slot()
310 slot->hotplug_slot->info->latch_status = acpiphp_get_latch_status(slot->acpi_slot); in acpiphp_register_hotplug_slot()
311 slot->hotplug_slot->info->adapter_status = acpiphp_get_adapter_status(slot->acpi_slot); in acpiphp_register_hotplug_slot()
Dacpiphp.h51 struct acpiphp_slot *acpi_slot; member