Searched refs:acpica_get_devcfg_feature (Results 1 – 7 of 7) sorted by relevance
116 if (acpica_get_devcfg_feature(ACPI_DEVCFG_MEMORY)) { in acpidev_memory_probe()126 if (acpica_get_devcfg_feature(ACPI_DEVCFG_MEMORY)) { in acpidev_memory_probe()
145 if (acpica_get_devcfg_feature(ACPI_DEVCFG_CONTAINER)) { in acpidev_container_probe()155 if (acpica_get_devcfg_feature(ACPI_DEVCFG_CONTAINER)) { in acpidev_container_probe()
507 if (acpica_get_devcfg_feature(ACPI_DEVCFG_CPU)) { in acpidev_cpu_probe()517 if (acpica_get_devcfg_feature(ACPI_DEVCFG_CPU)) { in acpidev_cpu_probe()752 if (acpica_get_devcfg_feature(ACPI_DEVCFG_CPU)) { in acpidev_cpu_lookup_dip()
133 if (acpica_get_devcfg_feature(ACPI_DEVCFG_PCI) == 0) { in acpidev_pci_probe()
176 acpica_get_devcfg_feature(flags2) != flags2) { in acpidev_dr_capable()
198 extern uint64_t acpica_get_devcfg_feature(uint64_t);
1910 if (acpica_get_devcfg_feature(ACPI_DEVCFG_CPU)) { in acpica_build_processor_map()2000 !acpica_get_devcfg_feature(ACPI_DEVCFG_CPU)) { in acpica_add_processor_to_map()2347 acpica_get_devcfg_feature(uint64_t features) in acpica_get_devcfg_feature() function