Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Ds390_pci_hpc.c74 static int reset_slot(struct hotplug_slot *hotplug_slot, bool probe) in reset_slot() function
122 .reset_slot = reset_slot,
H A Dpciehp_core.c66 ops->reset_slot = pciehp_reset_slot; in init_slot()
H A Dpnv_php.c636 * reset_slot() if we have a bridge device (for now...) in pnv_php_reset_slot()
758 .reset_slot = pnv_php_reset_slot,
/linux/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
/linux/drivers/pci/
H A Dpci.c5024 if (hotplug->ops->reset_slot) in pci_reset_hotplug_slot()
5025 rc = hotplug->ops->reset_slot(hotplug, probe); in pci_reset_hotplug_slot()