Home
last modified time | relevance | path

Searched refs:shpchp_is_native (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/linux/
Dpci_hotplug.h93 bool shpchp_is_native(struct pci_dev *bridge);
102 static inline bool shpchp_is_native(struct pci_dev *bridge) { return true; } in shpchp_is_native() function
107 return pciehp_is_native(bridge) || shpchp_is_native(bridge); in hotplug_is_native()
/Linux-v5.10/drivers/pci/
Dpci-acpi.c817 bool shpchp_is_native(struct pci_dev *bridge) in shpchp_is_native() function