Lines Matching refs:hotplug_slot
65 static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 value) in set_attention_status() argument
68 struct slot *slot = (struct slot *)hotplug_slot->private; in set_attention_status()
82 hotplug_slot->info->attention_status = value; in set_attention_status()
92 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() argument
95 struct slot *slot = (struct slot *)hotplug_slot->private; in get_power_status()
108 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_attention_status() argument
110 struct slot *slot = (struct slot *)hotplug_slot->private; in get_attention_status()
111 *value = slot->hotplug_slot->info->attention_status; in get_attention_status()
115 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status() argument
117 struct slot *slot = (struct slot *)hotplug_slot->private; in get_adapter_status()
371 pci_hp_deregister(slot->hotplug_slot); in cleanup_slots()
393 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() argument
395 struct slot *slot = (struct slot *)hotplug_slot->private; in enable_slot()
423 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() argument
425 struct slot *slot = (struct slot *)hotplug_slot->private; in disable_slot()