Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dpciehp_core.c72 static int reset_slot (struct hotplug_slot *slot, int probe);
116 ops->reset_slot = reset_slot; in init_slot()
234 static int reset_slot(struct hotplug_slot *hotplug_slot, int probe) in reset_slot() function
/drivers/pci/
Dpci.c3313 if (hotplug->ops->reset_slot) in pci_reset_hotplug_slot()
3314 rc = hotplug->ops->reset_slot(hotplug, probe); in pci_reset_hotplug_slot()