Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dpci_hotplug.h174 bool shpchp_is_native(struct pci_dev *bridge);
189 static inline bool shpchp_is_native(struct pci_dev *bridge) { return true; } in shpchp_is_native() function
194 return pciehp_is_native(bridge) || shpchp_is_native(bridge); in hotplug_is_native()
/linux-4.19.296/drivers/pci/
Dpci-acpi.c404 bool shpchp_is_native(struct pci_dev *bridge) in shpchp_is_native() function