Searched refs:pciehp_is_native (Results 1 – 1 of 1) 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()