Lines Matching refs:hotplug_slot
54 static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 value) in set_attention_status() argument
57 struct slot *slot = to_slot(hotplug_slot); in set_attention_status()
81 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() argument
84 struct slot *slot = to_slot(hotplug_slot); in get_power_status()
97 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_attention_status() argument
99 struct slot *slot = to_slot(hotplug_slot); in get_attention_status()
104 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status() argument
106 struct slot *slot = to_slot(hotplug_slot); in get_adapter_status()
462 pci_hp_deregister(&slot->hotplug_slot); in cleanup_slots()
484 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() argument
486 struct slot *slot = to_slot(hotplug_slot); in enable_slot()
516 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() argument
518 struct slot *slot = to_slot(hotplug_slot); in disable_slot()