Symbol: acpi_dev_found
drivers/acpi/utils.c
905
EXPORT_SYMBOL(acpi_dev_found);
drivers/acpi/video_detect.c
964
return acpi_dev_found("GOOG0004") || acpi_dev_found("GOOG000C");
drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c
60
if (acpi_dev_found(hns_dsaf_acpi_match[0].id))
drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c
62
else if (acpi_dev_found(hns_dsaf_acpi_match[1].id))
drivers/net/ethernet/hisilicon/hns/hns_enet.c
2287
if (acpi_dev_found(hns_enet_acpi_match[0].id))
drivers/net/ethernet/hisilicon/hns/hns_enet.c
2289
else if (acpi_dev_found(hns_enet_acpi_match[1].id))
drivers/platform/chrome/chromeos_pstore.c
122
bool acpi_dev_found;
drivers/platform/chrome/chromeos_pstore.c
128
acpi_dev_found = chromeos_check_acpi();
drivers/platform/chrome/chromeos_pstore.c
130
if (acpi_dev_found || dmi_check_system(chromeos_pstore_dmi_table))
drivers/platform/loongarch/loongson-laptop.c
561
ec_found = acpi_dev_found(LOONGSON_ACPI_EC_HID);
drivers/platform/x86/acer-wmi.c
1069
if (acpi_dev_found(id->id))
drivers/platform/x86/asus-wmi.c
174
if (acpi_dev_found(ashs_ids[i++]))
drivers/platform/x86/eeepc-wmi.c
173
if (acpi_dev_found(EEEPC_ACPI_HID)) {
include/acpi/acpi_bus.h
87
bool acpi_dev_found(const char *hid);
include/linux/apple-gmux.h
163
return acpi_dev_found(GMUX_ACPI_HID);
sound/hda/codecs/helpers/ideapad_hotkey_led.c
15
(acpi_dev_found("LHK2019") || acpi_dev_found("VPC2004"));
sound/hda/codecs/helpers/thinkpad.c
14
(acpi_dev_found("LEN0068") || acpi_dev_found("LEN0268") ||
sound/hda/codecs/helpers/thinkpad.c
15
acpi_dev_found("IBM0068"));
sound/soc/intel/boards/cht_bsw_max98090_ti.c
543
drv->ts3a227e_present = acpi_dev_found("104C227E");
sound/soc/intel/boards/cht_bsw_rt5645.c
548
if (acpi_dev_found(snd_soc_cards[i].codec_id) &&