Searched refs:enable_slot (Results 1 – 13 of 13) sorted by relevance
66 static int enable_slot (struct hotplug_slot *slot);75 .enable_slot = enable_slot,133 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
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
65 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function143 .enable_slot = enable_slot,
66 static int enable_slot (struct hotplug_slot *slot);107 ops->enable_slot = enable_slot; in init_slot()157 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
61 static int enable_slot (struct hotplug_slot *slot);70 .enable_slot = enable_slot,210 static int enable_slot (struct hotplug_slot *hotplug_slot) in enable_slot() function
393 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function439 .enable_slot = enable_slot,
82 static int enable_slot(struct hotplug_slot *slot);87 .enable_slot = enable_slot,327 static int enable_slot(struct hotplug_slot *bss_hotplug_slot) in enable_slot() function
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
121 if (slot->ops->enable_slot) in power_write_file()122 retval = slot->ops->enable_slot(slot); in power_write_file()258 if ((slot->ops->enable_slot) || in has_power_file()
483 static void enable_slot(struct acpiphp_slot *slot) in enable_slot() function692 enable_slot(slot); in acpiphp_check_bridge()773 enable_slot(slot); in hotplug_event()963 enable_slot(slot); in acpiphp_enable_slot()
1016 static int enable_slot(struct hotplug_slot *hs) in enable_slot() function1282 .enable_slot = enable_slot,
588 .enable_slot = process_SI,
65 int (*enable_slot) (struct hotplug_slot *slot); member