Lines Matching refs:hotplug_slot
65 static int set_attention_status (struct hotplug_slot *slot, u8 value);
66 static int enable_slot (struct hotplug_slot *slot);
67 static int disable_slot (struct hotplug_slot *slot);
68 static int get_power_status (struct hotplug_slot *slot, u8 *value);
69 static int get_attention_status (struct hotplug_slot *slot, u8 *value);
70 static int get_latch_status (struct hotplug_slot *slot, u8 *value);
71 static int get_adapter_status (struct hotplug_slot *slot, u8 *value);
72 static int reset_slot (struct hotplug_slot *slot, int probe);
78 static void release_slot(struct hotplug_slot *hotplug_slot) in release_slot() argument
80 struct slot *slot = hotplug_slot->private; in release_slot()
86 kfree(hotplug_slot->ops); in release_slot()
87 kfree(hotplug_slot->info); in release_slot()
88 kfree(hotplug_slot); in release_slot()
94 struct hotplug_slot *hotplug = NULL; in init_slot()
130 slot->hotplug_slot = hotplug; in init_slot()
148 pci_hp_deregister(ctrl->slot->hotplug_slot); in cleanup_slot()
154 static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 status) in set_attention_status() argument
156 struct slot *slot = hotplug_slot->private; in set_attention_status()
163 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() argument
165 struct slot *slot = hotplug_slot->private; in enable_slot()
171 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() argument
173 struct slot *slot = hotplug_slot->private; in disable_slot()
178 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() argument
180 struct slot *slot = hotplug_slot->private; in get_power_status()
186 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_attention_status() argument
188 struct slot *slot = hotplug_slot->private; in get_attention_status()
194 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() argument
196 struct slot *slot = hotplug_slot->private; in get_latch_status()
202 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status() argument
204 struct slot *slot = hotplug_slot->private; in get_adapter_status()
210 static int reset_slot(struct hotplug_slot *hotplug_slot, int probe) in reset_slot() argument
212 struct slot *slot = hotplug_slot->private; in reset_slot()