Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dacpiphp_core.c66 static int enable_slot (struct hotplug_slot *slot);
75 .enable_slot = enable_slot,
133 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
Dpcihp_skeleton.c75 static int enable_slot (struct hotplug_slot *slot);
85 .enable_slot = enable_slot,
95 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
Ds390_pci_hpc.c65 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
143 .enable_slot = enable_slot,
Dpciehp_core.c66 static int enable_slot (struct hotplug_slot *slot);
107 ops->enable_slot = enable_slot; in init_slot()
157 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
Dshpchp_core.c61 static int enable_slot (struct hotplug_slot *slot);
70 .enable_slot = enable_slot,
210 static int enable_slot (struct hotplug_slot *hotplug_slot) in enable_slot() function
Drpaphp_core.c393 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
439 .enable_slot = enable_slot,
Dsgi_hotplug.c82 static int enable_slot(struct hotplug_slot *slot);
87 .enable_slot = enable_slot,
327 static int enable_slot(struct hotplug_slot *bss_hotplug_slot) in enable_slot() function
Dcpci_hotplug_core.c65 static int enable_slot(struct hotplug_slot *slot);
74 .enable_slot = enable_slot,
104 enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
Dpci_hotplug_core.c121 if (slot->ops->enable_slot) in power_write_file()
122 retval = slot->ops->enable_slot(slot); in power_write_file()
258 if ((slot->ops->enable_slot) || in has_power_file()
Dacpiphp_glue.c483 static void enable_slot(struct acpiphp_slot *slot) in enable_slot() function
692 enable_slot(slot); in acpiphp_check_bridge()
773 enable_slot(slot); in hotplug_event()
963 enable_slot(slot); in acpiphp_enable_slot()
Dibmphp_core.c1016 static int enable_slot(struct hotplug_slot *hs) in enable_slot() function
1282 .enable_slot = enable_slot,
Dcpqphp_core.c588 .enable_slot = process_SI,
/linux-4.4.14/include/linux/
Dpci_hotplug.h65 int (*enable_slot) (struct hotplug_slot *slot); member