Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Ds390_pci_hpc.c51 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
124 .enable_slot = enable_slot,
H A Dacpiphp_core.c52 static int enable_slot(struct hotplug_slot *slot);
61 .enable_slot = enable_slot,
114 * enable_slot - power on and enable a slot
119 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
H A Dshpchp_core.c47 static int enable_slot(struct hotplug_slot *slot);
56 .enable_slot = enable_slot,
159 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_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) in enable_slot() function
H A Drpaphp_core.c482 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
530 .enable_slot = enable_slot,
H A Dpci_hotplug_core.c102 if (slot->ops->enable_slot) in power_write_file()
103 retval = slot->ops->enable_slot(slot); in power_write_file()
240 if ((slot->ops->enable_slot) || in has_power_file()
H A Dacpiphp_glue.c466 * enable_slot - enable, configure a slot
473 static void enable_slot(struct acpiphp_slot *slot, bool bridge) in enable_slot() function
551 * enable_slot() enumerates all functions in this device via in disable_slot()
713 enable_slot(slot, true); in acpiphp_check_bridge()
797 enable_slot(slot, false); in hotplug_event()
985 enable_slot(slot, false); in acpiphp_enable_slot()
H A Dibmphp_core.c964 static int enable_slot(struct hotplug_slot *hs) in enable_slot() function
1227 .enable_slot = enable_slot,
H A Dpciehp_core.c61 ops->enable_slot = pciehp_sysfs_enable_slot; in init_slot()
H A Dpnv_php.c600 .enable_slot = pnv_php_enable_slot,
H A Dcpqphp_core.c560 .enable_slot = process_SI,
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Ds390_pci_hpc.c23 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
100 .enable_slot = enable_slot,
H A Dacpiphp_core.c51 static int enable_slot(struct hotplug_slot *slot);
60 .enable_slot = enable_slot,
113 * enable_slot - power on and enable a slot
118 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_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) in enable_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) in enable_slot() function
H A Dpci_hotplug_core.c102 if (slot->ops->enable_slot) in power_write_file()
103 retval = slot->ops->enable_slot(slot); in power_write_file()
240 if ((slot->ops->enable_slot) || in has_power_file()
H A Drpaphp_core.c484 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
532 .enable_slot = enable_slot,
H A Dacpiphp_glue.c475 * enable_slot - enable, configure a slot
482 static void enable_slot(struct acpiphp_slot *slot, bool bridge) in enable_slot() function
560 * enable_slot() enumerates all functions in this device via in disable_slot()
722 enable_slot(slot, true); in acpiphp_check_bridge()
806 enable_slot(slot, false); in hotplug_event()
994 enable_slot(slot, false); in acpiphp_enable_slot()
H A Dibmphp_core.c893 static int enable_slot(struct hotplug_slot *hs) in enable_slot() function
1156 .enable_slot = enable_slot,
H A Dpciehp_core.c61 ops->enable_slot = pciehp_sysfs_enable_slot; in init_slot()
H A Dpnv_php.c602 .enable_slot = pnv_php_enable_slot,
H A Dcpqphp_core.c561 .enable_slot = process_SI,
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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

Completed in 20 milliseconds