Searched refs:pciehp_is_native (Results 1 – 3 of 3) sorted by relevance
91 bool pciehp_is_native(struct pci_dev *bridge);101 static inline bool pciehp_is_native(struct pci_dev *bridge) { return true; } in pciehp_is_native() function107 return pciehp_is_native(bridge) || shpchp_is_native(bridge); in hotplug_is_native()
791 bool pciehp_is_native(struct pci_dev *bridge) in pciehp_is_native() function
2853 if (bridge->is_hotplug_bridge && !pciehp_is_native(bridge)) in pci_bridge_d3_possible()