Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/pci/hotplug/
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
Dacpiphp_core.c71 static int enable_slot (struct hotplug_slot *slot);
80 .enable_slot = enable_slot,
136 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
Dpciehp_core.c68 static int enable_slot (struct hotplug_slot *slot);
112 ops->enable_slot = enable_slot; in init_slot()
167 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
Dshpchp_core.c63 static int enable_slot (struct hotplug_slot *slot);
72 .enable_slot = enable_slot,
199 static int enable_slot (struct hotplug_slot *hotplug_slot) in enable_slot() function
Drpaphp_core.c387 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
429 .enable_slot = enable_slot,
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
Dsgi_hotplug.c82 static int enable_slot(struct hotplug_slot *slot);
87 .enable_slot = enable_slot,
332 static int enable_slot(struct hotplug_slot *bss_hotplug_slot) in enable_slot() function
Dpci_hotplug_core.c131 if (slot->ops->enable_slot) in power_write_file()
132 retval = slot->ops->enable_slot(slot); in power_write_file()
273 if ((slot->ops->enable_slot) || in has_power_file()
Dibmphp_core.c1005 static int enable_slot(struct hotplug_slot *hs) in enable_slot() function
1274 .enable_slot = enable_slot,
Dcpqphp_core.c588 .enable_slot = process_SI,
/linux-2.6.39/include/linux/
Dpci_hotplug.h75 int (*enable_slot) (struct hotplug_slot *slot); member