Searched refs:enable_slot (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/pci/hotplug/
H A Ds390_pci_hpc.c23 static int enable_slot(struct hotplug_slot *hotplug_slot) function
121 .enable_slot = enable_slot,
H A Dacpiphp_core.c51 static int enable_slot(struct hotplug_slot *slot);
60 .enable_slot = enable_slot,
112 * enable_slot - power on and enable a slot
117 static int enable_slot(struct hotplug_slot *hotplug_slot) function
H A Dshpchp_core.c46 static int enable_slot(struct hotplug_slot *slot);
55 .enable_slot = enable_slot,
158 static int enable_slot(struct hotplug_slot *hotplug_slot) function
H A Dcpci_hotplug_core.c52 static int enable_slot(struct hotplug_slot *slot);
61 .enable_slot = enable_slot,
71 enable_slot(struct hotplug_slot *hotplug_slot) function
H A Dpci_hotplug_core.c102 if (slot->ops->enable_slot)
103 retval = slot->ops->enable_slot(slot);
240 if ((slot->ops->enable_slot) ||
H A Drpaphp_core.c484 static int enable_slot(struct hotplug_slot *hotplug_slot) function
532 .enable_slot = enable_slot,
H A Dpciehp_core.c62 ops->enable_slot = pciehp_sysfs_enable_slot;
H A Dacpiphp_glue.c475 * enable_slot - enable, configure a slot
482 static void enable_slot(struct acpiphp_slot *slot, bool bridge) function
560 * enable_slot() enumerates all functions in this device via
722 enable_slot(slot, true);
806 enable_slot(slot, false);
994 enable_slot(slot, false);
H A Dibmphp_core.c893 static int enable_slot(struct hotplug_slot *hs) function
1156 .enable_slot = enable_slot,
H A Dcpqphp_core.c561 .enable_slot = process_SI,
H A Dpnv_php.c603 .enable_slot = pnv_php_enable_slot,
/linux-master/include/linux/
H A Dpci_hotplug.h19 * @enable_slot: Called when the user wants to enable a specific pci slot
39 int (*enable_slot) (struct hotplug_slot *slot); member in struct:hotplug_slot_ops

Completed in 167 milliseconds