Searched refs:acpi_slot (Results 1 – 3 of 3) sorted by relevance
143 return acpiphp_enable_slot(slot->acpi_slot); in enable_slot()161 retval = acpiphp_disable_slot(slot->acpi_slot); in disable_slot()163 retval = acpiphp_eject_slot(slot->acpi_slot); in disable_slot()206 *value = acpiphp_get_power_status(slot->acpi_slot); in get_power_status()251 *value = acpiphp_get_latch_status(slot->acpi_slot); in get_latch_status()271 *value = acpiphp_get_adapter_status(slot->acpi_slot); in get_adapter_status()330 slot->acpi_slot = acpiphp_slot; in acpiphp_register_hotplug_slot()331 slot->hotplug_slot->info->power_status = acpiphp_get_power_status(slot->acpi_slot); in acpiphp_register_hotplug_slot()333 slot->hotplug_slot->info->latch_status = acpiphp_get_latch_status(slot->acpi_slot); in acpiphp_register_hotplug_slot()334 slot->hotplug_slot->info->adapter_status = acpiphp_get_adapter_status(slot->acpi_slot); in acpiphp_register_hotplug_slot()[all …]
60 struct acpiphp_slot *acpi_slot; member
69 #define hpslot_to_sun(A) (((struct slot *)((A)->private))->acpi_slot->sun)