| /Linux-v6.6/drivers/platform/x86/ | 
| D | dual_accel_detect.h | 39 	if (acpi_dev_present("KIOX010A", NULL, -1) &&  in dual_accel_detect()40 	    acpi_dev_present("KIOX020A", NULL, -1))  in dual_accel_detect()
 44 	if (acpi_dev_present("DUAL250E", NULL, -1))  in dual_accel_detect()
 
 | 
| /Linux-v6.6/sound/soc/ | 
| D | soc-acpi.c | 17 		if (acpi_dev_present(machine->id, NULL, -1))  in snd_soc_acpi_id_present()23 			if (acpi_dev_present(comp_ids->codecs[i], NULL, -1)) {  in snd_soc_acpi_id_present()
 120 		if (!acpi_dev_present(codec_list->codecs[i], NULL, -1))  in snd_soc_acpi_codec_list()
 
 | 
| /Linux-v6.6/drivers/platform/x86/intel/pmc/ | 
| D | pltdrv.c | 55 	if (acpi_dev_present("INT33A1", NULL, -1))  in pmc_core_platform_init()
 | 
| /Linux-v6.6/drivers/gpu/drm/ | 
| D | drm_privacy_screen_x86.c | 56 	return acpi_dev_present("GOOG0010", NULL, -1);  in detect_chromeos_privacy_screen()
 | 
| /Linux-v6.6/drivers/input/misc/ | 
| D | axp20x-pek.c | 300 				(acpi_dev_present("INTCFD9", NULL, -1) ||  in axp20x_pek_should_register_input()301 				 acpi_dev_present("ACPI0011", NULL, -1)))  in axp20x_pek_should_register_input()
 
 | 
| /Linux-v6.6/drivers/usb/dwc3/ | 
| D | dwc3-pci.c | 240 			if (acpi_dev_present("INT33FC", NULL, -1))  in dwc3_pci_quirks()279 			if (acpi_dev_present("INT33FD", "1", 2) &&  in dwc3_pci_quirks()
 
 | 
| /Linux-v6.6/drivers/platform/chrome/ | 
| D | chromeos_laptop.c | 805 		if (acpi_dev_present(src->acpi_peripherals[i].hid, NULL, -1))  in chromeos_laptop_prepare_acpi_peripherals()821 		if (!acpi_dev_present(src_dev->hid, NULL, -1))  in chromeos_laptop_prepare_acpi_peripherals()
 
 | 
| /Linux-v6.6/drivers/platform/x86/x86-android-tablets/ | 
| D | other.c | 188 	if (acpi_dev_present("MSSL0001", NULL, 1))  in chuwi_hi8_init()
 | 
| /Linux-v6.6/drivers/acpi/ | 
| D | utils.c | 900 bool acpi_dev_present(const char *hid, const char *uid, s64 hrv)  in acpi_dev_present()  function913 EXPORT_SYMBOL(acpi_dev_present);
 
 | 
| /Linux-v6.6/drivers/acpi/x86/ | 
| D | utils.c | 510 		if (acpi_dev_present(acpi_skip_ac_and_battery_pmic_ids[i].hid, "1",  in acpi_quirk_skip_acpi_ac_and_battery()
 | 
| /Linux-v6.6/sound/soc/intel/boards/ | 
| D | sof_realtek_common.c | 197 	if (!acpi_dev_present("RTL1015", "1", -1))  in rt1015p_get_num_codecs()
 | 
| D | sof_rt5682.c | 959 	if (acpi_dev_present("RTL5682", NULL, -1))  in sof_audio_probe()961 	else if (acpi_dev_present("10EC5650", NULL, -1)) {  in sof_audio_probe()
 
 | 
| D | glk_rt5682_max98357a.c | 632 	if (acpi_dev_present("RTL5682", NULL, -1)) {  in geminilake_audio_probe()
 | 
| D | bxt_da7219_max98357a.c | 787 	if (acpi_dev_present("MX98390", NULL, -1))  in broxton_audio_probe()
 | 
| /Linux-v6.6/sound/hda/ | 
| D | intel-dsp-config.c | 545 				if (acpi_dev_present(table->codec_hid->codecs[i], NULL, -1))  in snd_intel_dsp_find_config()
 | 
| /Linux-v6.6/sound/soc/intel/avs/ | 
| D | board_selection.c | 462 		if (!acpi_dev_present(mach->id, mach->uid, -1))  in avs_register_i2s_boards()
 | 
| /Linux-v6.6/drivers/tty/serial/8250/ | 
| D | 8250_dw.c | 485 	} else if (acpi_dev_present("APMC0D08", NULL, -1)) {  in dw8250_quirks()
 | 
| /Linux-v6.6/include/acpi/ | 
| D | acpi_bus.h | 81 bool acpi_dev_present(const char *hid, const char *uid, s64 hrv);
 | 
| /Linux-v6.6/drivers/power/supply/ | 
| D | axp288_charger.c | 883 	else if (acpi_dev_present(USB_HOST_EXTCON_HID, NULL, -1))  in axp288_charger_probe()
 | 
| /Linux-v6.6/include/linux/ | 
| D | acpi.h | 783 static inline bool acpi_dev_present(const char *hid, const char *uid, s64 hrv)  in acpi_dev_present()  function
 | 
| /Linux-v6.6/drivers/mfd/ | 
| D | lpc_ich.c | 1164 	if (acpi_dev_present("INT3452", NULL, -1))  in lpc_ich_init_pinctrl()
 |