Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dpci_hotplug.h93 bool shpchp_is_native(struct pci_dev *bridge);
102 static inline bool shpchp_is_native(struct pci_dev *bridge) { return true; } in shpchp_is_native() function
107 return pciehp_is_native(bridge) || shpchp_is_native(bridge); in hotplug_is_native()
/kernel/linux/linux-6.6/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; } in shpchp_is_native() function
109 return pciehp_is_native(bridge) || shpchp_is_native(bridge); in hotplug_is_native()
/kernel/linux/linux-5.10/drivers/pci/
H A Dpci-acpi.c811 * shpchp_is_native - Check whether a hotplug port is handled by the OS
817 bool shpchp_is_native(struct pci_dev *bridge) in shpchp_is_native() function
/kernel/linux/linux-6.6/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) in shpchp_is_native() function

Completed in 5 milliseconds