Searched refs:enable_slot (Results 1 – 11 of 11) sorted by relevance
75 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
71 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
68 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
63 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
387 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function429 .enable_slot = enable_slot,
65 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
82 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
131 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()
1005 static int enable_slot(struct hotplug_slot *hs) in enable_slot() function1274 .enable_slot = enable_slot,
588 .enable_slot = process_SI,
75 int (*enable_slot) (struct hotplug_slot *slot); member