Home
last modified time | relevance | path

Searched refs:bss_hotplug_slot (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/pci/hotplug/
Dsgi_hotplug.c162 static int sn_hp_slot_private_alloc(struct hotplug_slot *bss_hotplug_slot, in sn_hp_slot_private_alloc() argument
174 bss_hotplug_slot->private = slot; in sn_hp_slot_private_alloc()
185 slot->hotplug_slot = bss_hotplug_slot; in sn_hp_slot_private_alloc()
195 struct hotplug_slot *bss_hotplug_slot = NULL; in sn_hp_destroy() local
198 bss_hotplug_slot = slot->hotplug_slot; in sn_hp_destroy()
199 pci_slot = bss_hotplug_slot->pci_slot; in sn_hp_destroy()
200 list_del(&((struct slot *)bss_hotplug_slot->private)-> in sn_hp_destroy()
206 return bss_hotplug_slot; in sn_hp_destroy()
230 static int sn_slot_enable(struct hotplug_slot *bss_hotplug_slot, in sn_slot_enable() argument
233 struct slot *slot = bss_hotplug_slot->private; in sn_slot_enable()
[all …]