Home
last modified time | relevance | path

Searched refs:PCI_DN_FLAG_DEAD (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/powerpc/kernel/
Dpci-hotplug.c65 if (pdn && (pdn->flags & PCI_DN_FLAG_DEAD)) { in pcibios_release_device()
Dpci_dn.c374 pdn->flags |= PCI_DN_FLAG_DEAD; in pci_remove_device_node_info()
/linux-6.1.9/arch/powerpc/include/asm/
Dpci-bridge.h194 #define PCI_DN_FLAG_DEAD 0x02 /* Device has been hot-removed */ macro