Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dsgi_hotplug.c159 static int sn_hp_slot_private_alloc(struct hotplug_slot *bss_hotplug_slot, in sn_hp_slot_private_alloc() argument
171 bss_hotplug_slot->private = slot; in sn_hp_slot_private_alloc()
182 slot->hotplug_slot = bss_hotplug_slot; in sn_hp_slot_private_alloc()
192 struct hotplug_slot *bss_hotplug_slot = NULL; in sn_hp_destroy() local
195 bss_hotplug_slot = slot->hotplug_slot; in sn_hp_destroy()
196 pci_slot = bss_hotplug_slot->pci_slot; in sn_hp_destroy()
197 list_del(&((struct slot *)bss_hotplug_slot->private)-> in sn_hp_destroy()
203 return bss_hotplug_slot; in sn_hp_destroy()
227 static int sn_slot_enable(struct hotplug_slot *bss_hotplug_slot, in sn_slot_enable() argument
230 struct slot *slot = bss_hotplug_slot->private; in sn_slot_enable()
[all …]