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 (bridge->is_pciehp && pciehp_is_native(bridge)) || in hotplug_is_native()
816 bool pciehp_is_native(struct pci_dev *bridge) in pciehp_is_native() function
3060 if (bridge->is_pciehp && !pciehp_is_native(bridge)) in pci_bridge_d3_possible()