Searched refs:pciehp_is_native (Results 1 – 3 of 3) sorted by relevance
93 bool pciehp_is_native(struct pci_dev *bridge);103 static inline bool pciehp_is_native(struct pci_dev *bridge) { return true; } in pciehp_is_native() function109 return pciehp_is_native(bridge) || shpchp_is_native(bridge); in hotplug_is_native()
793 bool pciehp_is_native(struct pci_dev *bridge) in pciehp_is_native() function
2981 if (bridge->is_hotplug_bridge && !pciehp_is_native(bridge)) in pci_bridge_d3_possible()
Completed in 16 milliseconds