acpiphp_slot
struct acpiphp_slot *slot;
int acpiphp_register_hotplug_slot(struct acpiphp_slot *slot, unsigned int sun);
void acpiphp_unregister_hotplug_slot(struct acpiphp_slot *slot);
int acpiphp_enable_slot(struct acpiphp_slot *slot);
int acpiphp_disable_slot(struct acpiphp_slot *slot);
u8 acpiphp_get_power_status(struct acpiphp_slot *slot);
u8 acpiphp_get_latch_status(struct acpiphp_slot *slot);
u8 acpiphp_get_adapter_status(struct acpiphp_slot *slot);
struct acpiphp_slot;
struct acpiphp_slot *acpi_slot;
int acpiphp_register_hotplug_slot(struct acpiphp_slot *acpiphp_slot,
slot->acpi_slot = acpiphp_slot;
acpiphp_slot->slot = slot;
retval = pci_hp_register(&slot->hotplug_slot, acpiphp_slot->bus,
acpiphp_slot->device, name);
void acpiphp_unregister_hotplug_slot(struct acpiphp_slot *acpiphp_slot)
struct slot *slot = acpiphp_slot->slot;
static int acpiphp_disable_and_eject_slot(struct acpiphp_slot *slot)
int acpiphp_disable_slot(struct acpiphp_slot *slot)
u8 acpiphp_get_power_status(struct acpiphp_slot *slot)
u8 acpiphp_get_latch_status(struct acpiphp_slot *slot)
u8 acpiphp_get_adapter_status(struct acpiphp_slot *slot)
struct acpiphp_slot *slot, *next;
struct acpiphp_slot *slot;
slot = kzalloc_obj(struct acpiphp_slot);
struct acpiphp_slot *slot;
static void acpiphp_set_acpi_region(struct acpiphp_slot *slot)
static void check_hotplug_bridge(struct acpiphp_slot *slot, struct pci_dev *dev)
static int acpiphp_rescan_slot(struct acpiphp_slot *slot)
static void enable_slot(struct acpiphp_slot *slot, bool bridge)
static void disable_slot(struct acpiphp_slot *slot)
static bool slot_no_hotplug(struct acpiphp_slot *slot)
static unsigned int get_slot_status(struct acpiphp_slot *slot)
struct acpiphp_slot *slot;
static int acpiphp_disable_and_eject_slot(struct acpiphp_slot *slot);
struct acpiphp_slot *slot = func->slot;
int acpiphp_enable_slot(struct acpiphp_slot *slot)