Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Ds390_pci_hpc.c60 static int reset_slot(struct hotplug_slot *hotplug_slot, bool probe) in reset_slot() function
68 * We can't take the zdev->lock as reset_slot may be called during in reset_slot()
102 .reset_slot = reset_slot,
H A Dpciehp_core.c65 ops->reset_slot = pciehp_reset_slot; in init_slot()
H A Dpnv_php.c539 * reset_slot() if we have a bridge device (for now...) in pnv_php_reset_slot()
604 .reset_slot = pnv_php_reset_slot,
/kernel/linux/linux-5.10/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, int probe); member
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dpciehp_core.c65 ops->reset_slot = pciehp_reset_slot; in init_slot()
H A Dpnv_php.c537 * reset_slot() if we have a bridge device (for now...) in pnv_php_reset_slot()
602 .reset_slot = pnv_php_reset_slot,
/kernel/linux/linux-5.10/drivers/pci/
H A Dpci.c4957 if (hotplug->ops->reset_slot) in pci_reset_hotplug_slot()
4958 rc = hotplug->ops->reset_slot(hotplug, probe); in pci_reset_hotplug_slot()
/kernel/linux/linux-6.6/drivers/pci/
H A Dpci.c5244 if (hotplug->ops->reset_slot) in pci_reset_hotplug_slot()
5245 rc = hotplug->ops->reset_slot(hotplug, probe); in pci_reset_hotplug_slot()

Completed in 22 milliseconds