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

/linux-master/include/linux/
H A Dpci_hotplug.h95 bool shpchp_is_native(struct pci_dev *bridge);
104 static inline bool shpchp_is_native(struct pci_dev *bridge) { return true; } function
109 return pciehp_is_native(bridge) || shpchp_is_native(bridge);
/linux-master/drivers/pci/
H A Dpci-acpi.c813 * shpchp_is_native - Check whether a hotplug port is handled by the OS
819 bool shpchp_is_native(struct pci_dev *bridge) function

Completed in 101 milliseconds