Searched refs:acpi_dev_found (Results 1 – 9 of 9) sorted by relevance
122 bool acpi_dev_found; in chromeos_pstore_init() local128 acpi_dev_found = chromeos_check_acpi(); in chromeos_pstore_init()130 if (acpi_dev_found || dmi_check_system(chromeos_pstore_dmi_table)) in chromeos_pstore_init()
173 if (acpi_dev_found(EEEPC_ACPI_HID)) { in eeepc_wmi_probe()
1019 if (acpi_dev_found(id->id)) in AMW0_set_cap_acpi_check_device()
176 if (acpi_dev_found(ashs_ids[i++])) in ashs_present()
956 return acpi_dev_found("GOOG0004") || acpi_dev_found("GOOG000C"); in google_cros_ec_present()
890 bool acpi_dev_found(const char *hid) in acpi_dev_found() function905 EXPORT_SYMBOL(acpi_dev_found);
561 ec_found = acpi_dev_found(LOONGSON_ACPI_EC_HID); in generic_acpi_laptop_init()
2287 if (acpi_dev_found(hns_enet_acpi_match[0].id)) in hns_nic_dev_probe()2289 else if (acpi_dev_found(hns_enet_acpi_match[1].id)) in hns_nic_dev_probe()
60 if (acpi_dev_found(hns_dsaf_acpi_match[0].id)) in hns_dsaf_get_cfg()62 else if (acpi_dev_found(hns_dsaf_acpi_match[1].id)) in hns_dsaf_get_cfg()
Completed in 41 milliseconds