Home
last modified time | relevance | path

Searched refs:acpi_dev_found (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/sound/pci/hda/
H A Dthinkpad_helper.c14 (acpi_dev_found("LEN0068") || acpi_dev_found("LEN0268") || in is_thinkpad()
15 acpi_dev_found("IBM0068")); in is_thinkpad()
H A Dideapad_hotkey_led_helper.c15 (acpi_dev_found("LHK2019") || acpi_dev_found("VPC2004")); in is_ideapad()
/linux-6.15/drivers/platform/chrome/
H A Dchromeos_pstore.c118 bool acpi_dev_found; in chromeos_pstore_init() local
121 acpi_dev_found = chromeos_check_acpi(); in chromeos_pstore_init()
123 if (acpi_dev_found || dmi_check_system(chromeos_pstore_dmi_table)) in chromeos_pstore_init()
/linux-6.15/include/linux/
H A Dapple-gmux.h163 return acpi_dev_found(GMUX_ACPI_HID); in apple_gmux_present()
H A Dacpi.h790 static inline bool acpi_dev_found(const char *hid) in acpi_dev_found() function
/linux-6.15/drivers/platform/x86/
H A Deeepc-wmi.c173 if (acpi_dev_found(EEEPC_ACPI_HID)) { in eeepc_wmi_probe()
H A Dacer-wmi.c1019 if (acpi_dev_found(id->id)) in AMW0_set_cap_acpi_check_device()
H A Dasus-wmi.c172 if (acpi_dev_found(ashs_ids[i++])) in ashs_present()
/linux-6.15/drivers/acpi/
H A Dvideo_detect.c956 return acpi_dev_found("GOOG0004") || acpi_dev_found("GOOG000C"); in google_cros_ec_present()
H A Dutils.c890 bool acpi_dev_found(const char *hid) in acpi_dev_found() function
905 EXPORT_SYMBOL(acpi_dev_found);
/linux-6.15/sound/soc/intel/boards/
H A Dcht_bsw_max98090_ti.c544 drv->ts3a227e_present = acpi_dev_found("104C227E"); in snd_cht_mc_probe()
H A Dcht_bsw_rt5645.c548 if (acpi_dev_found(snd_soc_cards[i].codec_id) && in snd_cht_mc_probe()
/linux-6.15/drivers/platform/loongarch/
H A Dloongson-laptop.c560 ec_found = acpi_dev_found(LOONGSON_ACPI_EC_HID); in generic_acpi_laptop_init()
/linux-6.15/include/acpi/
H A Dacpi_bus.h87 bool acpi_dev_found(const char *hid);
/linux-6.15/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c2287 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()
H A Dhns_dsaf_main.c60 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()