Searched refs:acpi_dev_found (Results 1 - 15 of 15) sorted by relevance

/linux-master/sound/pci/hda/
H A Dthinkpad_helper.c14 (acpi_dev_found("LEN0068") || acpi_dev_found("LEN0268") ||
15 acpi_dev_found("IBM0068"));
/linux-master/drivers/platform/chrome/
H A Dchromeos_pstore.c118 bool acpi_dev_found; local
121 acpi_dev_found = chromeos_check_acpi();
123 if (acpi_dev_found || dmi_check_system(chromeos_pstore_dmi_table))
/linux-master/include/linux/
H A Dapple-gmux.h163 return acpi_dev_found(GMUX_ACPI_HID);
H A Dacpi.h785 static inline bool acpi_dev_found(const char *hid) function
/linux-master/drivers/platform/x86/
H A Deeepc-wmi.c173 if (acpi_dev_found(EEEPC_ACPI_HID)) {
H A Dacer-wmi.c958 if (acpi_dev_found(id->id))
H A Dasus-wmi.c142 if (acpi_dev_found(ashs_ids[i++]))
/linux-master/drivers/acpi/
H A Dvideo_detect.c875 return acpi_dev_found("GOOG0004") || acpi_dev_found("GOOG000C");
H A Dutils.c868 * acpi_dev_found - Detect presence of a given ACPI device in the namespace.
880 bool acpi_dev_found(const char *hid) function
895 EXPORT_SYMBOL(acpi_dev_found); variable
935 * Note that unlike acpi_dev_found() this function checks the status
/linux-master/drivers/platform/loongarch/
H A Dloongson-laptop.c560 ec_found = acpi_dev_found(LOONGSON_ACPI_EC_HID);
/linux-master/sound/soc/intel/boards/
H A Dcht_bsw_max98090_ti.c548 drv->ts3a227e_present = acpi_dev_found("104C227E");
H A Dcht_bsw_rt5645.c552 if (acpi_dev_found(snd_soc_cards[i].codec_id) &&
/linux-master/include/acpi/
H A Dacpi_bus.h82 bool acpi_dev_found(const char *hid);
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c2287 if (acpi_dev_found(hns_enet_acpi_match[0].id))
2289 else if (acpi_dev_found(hns_enet_acpi_match[1].id))
H A Dhns_dsaf_main.c60 if (acpi_dev_found(hns_dsaf_acpi_match[0].id))
62 else if (acpi_dev_found(hns_dsaf_acpi_match[1].id))

Completed in 439 milliseconds