Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/hotplug/
Dacpiphp_core.c52 static int enable_slot(struct hotplug_slot *slot);
61 .enable_slot = enable_slot,
119 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
Ds390_pci_hpc.c66 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
139 .enable_slot = enable_slot,
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
Drpaphp_core.c430 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
476 .enable_slot = enable_slot,
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
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()
Dacpiphp_glue.c465 static void enable_slot(struct acpiphp_slot *slot, bool bridge) in enable_slot() function
705 enable_slot(slot, true); in acpiphp_check_bridge()
789 enable_slot(slot, false); in hotplug_event()
977 enable_slot(slot, false); in acpiphp_enable_slot()
Dibmphp_core.c964 static int enable_slot(struct hotplug_slot *hs) in enable_slot() function
1227 .enable_slot = enable_slot,
Dpciehp_core.c61 ops->enable_slot = pciehp_sysfs_enable_slot; in init_slot()
Dpnv_php.c592 .enable_slot = pnv_php_enable_slot,
Dcpqphp_core.c560 .enable_slot = process_SI,
/Linux-v5.4/include/linux/
Dpci_hotplug.h39 int (*enable_slot) (struct hotplug_slot *slot); member