Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/pci/hotplug/
Dpcihp_skeleton.c76 static int disable_slot (struct hotplug_slot *slot);
86 .disable_slot = disable_slot,
109 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
Dacpiphp_core.c72 static int disable_slot (struct hotplug_slot *slot);
81 .disable_slot = disable_slot,
153 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
Dpciehp_core.c69 static int disable_slot (struct hotplug_slot *slot);
113 ops->disable_slot = disable_slot; in init_slot()
178 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
Dshpchp_core.c64 static int disable_slot (struct hotplug_slot *slot);
73 .disable_slot = disable_slot,
209 static int disable_slot (struct hotplug_slot *hotplug_slot) in disable_slot() function
Drpaphp_core.c415 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
430 .disable_slot = disable_slot,
Dcpci_hotplug_core.c66 static int disable_slot(struct hotplug_slot *slot);
75 .disable_slot = disable_slot,
117 disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
Dsgi_hotplug.c83 static int disable_slot(struct hotplug_slot *slot);
88 .disable_slot = disable_slot,
487 static int disable_slot(struct hotplug_slot *bss_hotplug_slot) in disable_slot() function
Dpci_hotplug_core.c126 if (slot->ops->disable_slot) in power_write_file()
127 retval = slot->ops->disable_slot(slot); in power_write_file()
274 (slot->ops->disable_slot) || in has_power_file()
Dibmphp_core.c1275 .disable_slot = ibmphp_disable_slot,
Dcpqphp_core.c589 .disable_slot = process_SS,
/linux-2.6.39/include/linux/
Dpci_hotplug.h76 int (*disable_slot) (struct hotplug_slot *slot); member