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

/linux-master/drivers/pci/hotplug/
H A Ds390_pci_hpc.c75 static int reset_slot(struct hotplug_slot *hotplug_slot, bool probe) function
123 .reset_slot = reset_slot,
H A Dpciehp_core.c66 ops->reset_slot = pciehp_reset_slot;
H A Dpnv_php.c540 * reset_slot() if we have a bridge device (for now...)
605 .reset_slot = pnv_php_reset_slot,
/linux-master/include/linux/
H A Dpci_hotplug.h29 * @reset_slot: Optional interface to allow override of a bus reset for the
47 int (*reset_slot) (struct hotplug_slot *slot, bool probe); member in struct:hotplug_slot_ops
/linux-master/drivers/pci/
H A Dpci.c4913 if (hotplug->ops->reset_slot)
4914 rc = hotplug->ops->reset_slot(hotplug, probe);

Completed in 125 milliseconds