acpiphp_slot       30 drivers/pci/hotplug/acpiphp.h struct acpiphp_slot;
acpiphp_slot       37 drivers/pci/hotplug/acpiphp.h 	struct acpiphp_slot	*acpi_slot;
acpiphp_slot      100 drivers/pci/hotplug/acpiphp.h 	struct acpiphp_slot *slot;
acpiphp_slot      176 drivers/pci/hotplug/acpiphp.h int acpiphp_register_hotplug_slot(struct acpiphp_slot *slot, unsigned int sun);
acpiphp_slot      177 drivers/pci/hotplug/acpiphp.h void acpiphp_unregister_hotplug_slot(struct acpiphp_slot *slot);
acpiphp_slot      180 drivers/pci/hotplug/acpiphp.h typedef int (*acpiphp_callback)(struct acpiphp_slot *slot, void *data);
acpiphp_slot      182 drivers/pci/hotplug/acpiphp.h int acpiphp_enable_slot(struct acpiphp_slot *slot);
acpiphp_slot      183 drivers/pci/hotplug/acpiphp.h int acpiphp_disable_slot(struct acpiphp_slot *slot);
acpiphp_slot      184 drivers/pci/hotplug/acpiphp.h u8 acpiphp_get_power_status(struct acpiphp_slot *slot);
acpiphp_slot      185 drivers/pci/hotplug/acpiphp.h u8 acpiphp_get_attention_status(struct acpiphp_slot *slot);
acpiphp_slot      186 drivers/pci/hotplug/acpiphp.h u8 acpiphp_get_latch_status(struct acpiphp_slot *slot);
acpiphp_slot      187 drivers/pci/hotplug/acpiphp.h u8 acpiphp_get_adapter_status(struct acpiphp_slot *slot);
acpiphp_slot      258 drivers/pci/hotplug/acpiphp_core.c int acpiphp_register_hotplug_slot(struct acpiphp_slot *acpiphp_slot,
acpiphp_slot      271 drivers/pci/hotplug/acpiphp_core.c 	slot->acpi_slot = acpiphp_slot;
acpiphp_slot      273 drivers/pci/hotplug/acpiphp_core.c 	acpiphp_slot->slot = slot;
acpiphp_slot      277 drivers/pci/hotplug/acpiphp_core.c 	retval = pci_hp_register(&slot->hotplug_slot, acpiphp_slot->bus,
acpiphp_slot      278 drivers/pci/hotplug/acpiphp_core.c 				 acpiphp_slot->device, name);
acpiphp_slot      296 drivers/pci/hotplug/acpiphp_core.c void acpiphp_unregister_hotplug_slot(struct acpiphp_slot *acpiphp_slot)
acpiphp_slot      298 drivers/pci/hotplug/acpiphp_core.c 	struct slot *slot = acpiphp_slot->slot;
acpiphp_slot      145 drivers/pci/hotplug/acpiphp_glue.c 	struct acpiphp_slot *slot, *next;
acpiphp_slot      224 drivers/pci/hotplug/acpiphp_glue.c 	struct acpiphp_slot *slot;
acpiphp_slot      273 drivers/pci/hotplug/acpiphp_glue.c 	slot = kzalloc(sizeof(struct acpiphp_slot), GFP_KERNEL);
acpiphp_slot      332 drivers/pci/hotplug/acpiphp_glue.c 	struct acpiphp_slot *slot;
acpiphp_slot      385 drivers/pci/hotplug/acpiphp_glue.c static void acpiphp_set_acpi_region(struct acpiphp_slot *slot)
acpiphp_slot      404 drivers/pci/hotplug/acpiphp_glue.c static void check_hotplug_bridge(struct acpiphp_slot *slot, struct pci_dev *dev)
acpiphp_slot      420 drivers/pci/hotplug/acpiphp_glue.c static int acpiphp_rescan_slot(struct acpiphp_slot *slot)
acpiphp_slot      472 drivers/pci/hotplug/acpiphp_glue.c static void enable_slot(struct acpiphp_slot *slot, bool bridge)
acpiphp_slot      542 drivers/pci/hotplug/acpiphp_glue.c static void disable_slot(struct acpiphp_slot *slot)
acpiphp_slot      564 drivers/pci/hotplug/acpiphp_glue.c static bool slot_no_hotplug(struct acpiphp_slot *slot)
acpiphp_slot      588 drivers/pci/hotplug/acpiphp_glue.c static unsigned int get_slot_status(struct acpiphp_slot *slot)
acpiphp_slot      688 drivers/pci/hotplug/acpiphp_glue.c 	struct acpiphp_slot *slot;
acpiphp_slot      770 drivers/pci/hotplug/acpiphp_glue.c static int acpiphp_disable_and_eject_slot(struct acpiphp_slot *slot);
acpiphp_slot      776 drivers/pci/hotplug/acpiphp_glue.c 	struct acpiphp_slot *slot = func->slot;
acpiphp_slot      972 drivers/pci/hotplug/acpiphp_glue.c int acpiphp_enable_slot(struct acpiphp_slot *slot)
acpiphp_slot      993 drivers/pci/hotplug/acpiphp_glue.c static int acpiphp_disable_and_eject_slot(struct acpiphp_slot *slot)
acpiphp_slot     1016 drivers/pci/hotplug/acpiphp_glue.c int acpiphp_disable_slot(struct acpiphp_slot *slot)
acpiphp_slot     1036 drivers/pci/hotplug/acpiphp_glue.c u8 acpiphp_get_power_status(struct acpiphp_slot *slot)
acpiphp_slot     1045 drivers/pci/hotplug/acpiphp_glue.c u8 acpiphp_get_latch_status(struct acpiphp_slot *slot)
acpiphp_slot     1054 drivers/pci/hotplug/acpiphp_glue.c u8 acpiphp_get_adapter_status(struct acpiphp_slot *slot)