Searched refs:disable_slot (Results 1 – 11 of 11) sorted by relevance
76 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
72 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
69 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
64 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
415 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function430 .disable_slot = disable_slot,
66 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
83 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
126 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()
1275 .disable_slot = ibmphp_disable_slot,
589 .disable_slot = process_SS,
76 int (*disable_slot) (struct hotplug_slot *slot); member