Lines Matching refs:hotplug_slot

213 static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 value)  in set_attention_status()  argument
220 (ulong) hotplug_slot, value); in set_attention_status()
224 if (hotplug_slot) { in set_attention_status()
242 pslot = to_slot(hotplug_slot); in set_attention_status()
254 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_attention_status() argument
261 (ulong) hotplug_slot, (ulong) value); in get_attention_status()
264 if (hotplug_slot) { in get_attention_status()
265 pslot = to_slot(hotplug_slot); in get_attention_status()
281 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() argument
288 (ulong) hotplug_slot, (ulong) value); in get_latch_status()
290 if (hotplug_slot) { in get_latch_status()
291 pslot = to_slot(hotplug_slot); in get_latch_status()
306 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() argument
313 (ulong) hotplug_slot, (ulong) value); in get_power_status()
315 if (hotplug_slot) { in get_power_status()
316 pslot = to_slot(hotplug_slot); in get_power_status()
330 static int get_adapter_present(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_present() argument
338 (ulong) hotplug_slot, (ulong) value); in get_adapter_present()
340 if (hotplug_slot) { in get_adapter_present()
341 pslot = to_slot(hotplug_slot); in get_adapter_present()
364 struct pci_bus *bus = slot->hotplug_slot.pci_slot->bus; in get_max_bus_speed()
501 struct pci_bus *bus = slot_cur->hotplug_slot.pci_slot->bus; in ibmphp_update_slot_info()
571 pci_hp_del(&slot_cur->hotplug_slot); in free_slots()
581 pci_hp_destroy(&slot_cur->hotplug_slot); in free_slots()
893 static int enable_slot(struct hotplug_slot *hs) in enable_slot()
1062 static int ibmphp_disable_slot(struct hotplug_slot *hotplug_slot) in ibmphp_disable_slot() argument
1064 struct slot *slot = to_slot(hotplug_slot); in ibmphp_disable_slot()