Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/hotplug/
H A Dacpiphp_core.c51 static int enable_slot(struct hotplug_slot *slot);
60 .enable_slot = enable_slot,
117 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
H A Ds390_pci_hpc.c23 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
120 .enable_slot = enable_slot,
H A Dshpchp_core.c43 static int enable_slot(struct hotplug_slot *slot);
52 .enable_slot = enable_slot,
154 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.c484 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
532 .enable_slot = enable_slot,
H A Dpci_hotplug_core.c90 if (slot->ops->enable_slot) in power_write_file()
91 retval = slot->ops->enable_slot(slot); in power_write_file()
210 if ((slot->ops->enable_slot) || in has_power_file()
H A Dacpiphp_glue.c482 static void enable_slot(struct acpiphp_slot *slot, bool bridge) in enable_slot() function
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.c62 ops->enable_slot = pciehp_sysfs_enable_slot; in init_slot()
H A Doctep_hp.c126 .enable_slot = octep_hp_enable_slot,
H A Dpnv_php.c602 .enable_slot = pnv_php_enable_slot,
H A Dcpqphp_core.c561 .enable_slot = process_SI,
/linux-6.15/include/linux/
H A Dpci_hotplug.h39 int (*enable_slot) (struct hotplug_slot *slot); member