Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dacpiphp_core.c69 static int disable_slot (struct hotplug_slot *slot);
83 .disable_slot = disable_slot,
162 static int disable_slot (struct hotplug_slot *hotplug_slot) in disable_slot() function
Dpciehp_core.c71 static int disable_slot (struct hotplug_slot *slot);
84 .disable_slot = disable_slot,
261 static int disable_slot (struct hotplug_slot *hotplug_slot) in disable_slot() function
Dshpchp_core.c71 static int disable_slot (struct hotplug_slot *slot);
84 .disable_slot = disable_slot,
268 static int disable_slot (struct hotplug_slot *hotplug_slot) in disable_slot() function
Dpci_hotplug.h111 int (*disable_slot) (struct hotplug_slot *slot); member
Dpci_hotplug_core.c663 if (!slot->ops->disable_slot) in power_write_file()
667 retval = slot->ops->disable_slot(slot); in power_write_file()
1091 (slot->ops->disable_slot) || in fs_add_slot()
Dcpqphp_core.c91 .disable_slot = process_SS,
Dibmphp_core.c1591 .disable_slot = ibmphp_disable_slot,