Lines Matching refs:hotplug_slot
59 struct hotplug_slot *hotplug_slot; member
79 static int enable_slot(struct hotplug_slot *slot);
80 static int disable_slot(struct hotplug_slot *slot);
81 static inline int get_power_status(struct hotplug_slot *slot, u8 *value);
159 static int sn_hp_slot_private_alloc(struct hotplug_slot *bss_hotplug_slot, in sn_hp_slot_private_alloc()
182 slot->hotplug_slot = bss_hotplug_slot; in sn_hp_slot_private_alloc()
188 static struct hotplug_slot *sn_hp_destroy(void) in sn_hp_destroy()
192 struct hotplug_slot *bss_hotplug_slot = NULL; in sn_hp_destroy()
195 bss_hotplug_slot = slot->hotplug_slot; in sn_hp_destroy()
227 static int sn_slot_enable(struct hotplug_slot *bss_hotplug_slot, in sn_slot_enable()
267 static int sn_slot_disable(struct hotplug_slot *bss_hotplug_slot, in sn_slot_disable()
324 static int enable_slot(struct hotplug_slot *bss_hotplug_slot) in enable_slot()
470 static int disable_slot(struct hotplug_slot *bss_hotplug_slot) in disable_slot()
571 static inline int get_power_status(struct hotplug_slot *bss_hotplug_slot, in get_power_status()
586 static void sn_release_slot(struct hotplug_slot *bss_hotplug_slot) in sn_release_slot()
597 struct hotplug_slot *bss_hotplug_slot; in sn_hotplug_slot_register()
705 struct hotplug_slot *bss_hotplug_slot; in sn_pci_hotplug_exit()