Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dpci_hotplug.h95 bool shpchp_is_native(struct pci_dev *bridge);
104 static inline bool shpchp_is_native(struct pci_dev *bridge) { return true; } in shpchp_is_native() function
109 return pciehp_is_native(bridge) || shpchp_is_native(bridge); in hotplug_is_native()
/linux-6.1.9/drivers/pci/
Dpci-acpi.c819 bool shpchp_is_native(struct pci_dev *bridge) in shpchp_is_native() function