Searched refs:acpi_get_rc_resources (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/pci/controller/dwc/ |
D | pcie-hisi.c | 96 ret = acpi_get_rc_resources(dev, "HISI0081", root->segment, res); in hisi_pcie_init()
|
D | pcie-al.c | 60 ret = acpi_get_rc_resources(dev, "AMZN0001", root->segment, res); in al_pcie_init()
|
/linux-6.1.9/drivers/pci/ |
D | pci.h | 607 int acpi_get_rc_resources(struct device *dev, const char *hid, u16 segment, 610 static inline int acpi_get_rc_resources(struct device *dev, const char *hid, in acpi_get_rc_resources() function
|
D | pci-acpi.c | 78 int acpi_get_rc_resources(struct device *dev, const char *hid, u16 segment, in acpi_get_rc_resources() function
|
/linux-6.1.9/drivers/pci/controller/ |
D | pci-thunder-pem.c | 391 ret = acpi_get_rc_resources(dev, "CAVA02B", root->segment, res_pem); in thunder_pem_acpi_init()
|