Searched refs:reset_slot (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/pci/hotplug/
H A Dpciehp_core.c72 static int reset_slot (struct hotplug_slot *slot, int probe);
111 ops->reset_slot = reset_slot; init_slot()
204 static int reset_slot(struct hotplug_slot *hotplug_slot, int probe) reset_slot() function
/linux-4.4.14/include/linux/
H A Dpci_hotplug.h53 * @reset_slot: Optional interface to allow override of a bus reset for the
73 int (*reset_slot) (struct hotplug_slot *slot, int probe); member in struct:hotplug_slot_ops
/linux-4.4.14/drivers/pci/
H A Dpci.c3582 if (hotplug->ops->reset_slot) pci_reset_hotplug_slot()
3583 rc = hotplug->ops->reset_slot(hotplug, probe); pci_reset_hotplug_slot()

Completed in 369 milliseconds