Lines Matching refs:hotplug_slot
664 static int fillslotinfo(struct hotplug_slot *hotplug_slot) in fillslotinfo() argument
669 if (!hotplug_slot || !hotplug_slot->private) in fillslotinfo()
672 slot = hotplug_slot->private; in fillslotinfo()
678 hotplug_slot->info->power_status = SLOT_POWER(slot->status); in fillslotinfo()
681 hotplug_slot->info->attention_status = SLOT_ATTN(slot->status, slot->ext_status); in fillslotinfo()
684 hotplug_slot->info->latch_status = SLOT_LATCH(slot->status); in fillslotinfo()
688 hotplug_slot->info->adapter_status = 1; in fillslotinfo()
690 hotplug_slot->info->adapter_status = 0; in fillslotinfo()
715 struct hotplug_slot *hp_slot_ptr; in ebda_rsrc_controller()
922 tmp_slot->hotplug_slot = hp_slot_ptr; in ebda_rsrc_controller()
947 pci_hp_register(tmp_slot->hotplug_slot, in ebda_rsrc_controller()