Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dacpiphp_core.c68 static int enable_slot (struct hotplug_slot *slot);
82 .enable_slot = enable_slot,
138 static int enable_slot (struct hotplug_slot *hotplug_slot) in enable_slot() function
Dpciehp_core.c70 static int enable_slot (struct hotplug_slot *slot);
83 .enable_slot = enable_slot,
248 static int enable_slot (struct hotplug_slot *hotplug_slot) in enable_slot() function
Dshpchp_core.c70 static int enable_slot (struct hotplug_slot *slot);
83 .enable_slot = enable_slot,
255 static int enable_slot (struct hotplug_slot *hotplug_slot) in enable_slot() function
Dpci_hotplug.h110 int (*enable_slot) (struct hotplug_slot *slot); member
Dpci_hotplug_core.c673 if (!slot->ops->enable_slot) in power_write_file()
677 retval = slot->ops->enable_slot(slot); in power_write_file()
1090 if ((slot->ops->enable_slot) || in fs_add_slot()
Dibmphp_core.c1263 static int enable_slot (struct hotplug_slot *hs) in enable_slot() function
1590 .enable_slot = enable_slot,
Dcpqphp_core.c90 .enable_slot = process_SI,