Lines Matching refs:hotplug_slot
62 struct hotplug_slot *hotplug_slot; member
82 static int enable_slot(struct hotplug_slot *slot);
83 static int disable_slot(struct hotplug_slot *slot);
84 static inline int get_power_status(struct hotplug_slot *slot, u8 *value);
162 static int sn_hp_slot_private_alloc(struct hotplug_slot *bss_hotplug_slot, in sn_hp_slot_private_alloc()
185 slot->hotplug_slot = bss_hotplug_slot; in sn_hp_slot_private_alloc()
191 static struct hotplug_slot *sn_hp_destroy(void) in sn_hp_destroy()
195 struct hotplug_slot *bss_hotplug_slot = NULL; in sn_hp_destroy()
198 bss_hotplug_slot = slot->hotplug_slot; in sn_hp_destroy()
230 static int sn_slot_enable(struct hotplug_slot *bss_hotplug_slot, in sn_slot_enable()
270 static int sn_slot_disable(struct hotplug_slot *bss_hotplug_slot, in sn_slot_disable()
327 static int enable_slot(struct hotplug_slot *bss_hotplug_slot) in enable_slot()
473 static int disable_slot(struct hotplug_slot *bss_hotplug_slot) in disable_slot()
574 static inline int get_power_status(struct hotplug_slot *bss_hotplug_slot, in get_power_status()
589 static void sn_release_slot(struct hotplug_slot *bss_hotplug_slot) in sn_release_slot()
600 struct hotplug_slot *bss_hotplug_slot; in sn_hotplug_slot_register()
707 struct hotplug_slot *bss_hotplug_slot; in sn_pci_hotplug_exit()