Symbol: acpi_dev_present
drivers/acpi/utils.c
969
EXPORT_SYMBOL(acpi_dev_present);
drivers/acpi/video_detect.c
1001
dell_uart_present = acpi_dev_present("DELL0501", NULL, -1);
drivers/acpi/x86/utils.c
622
if (acpi_dev_present(acpi_skip_ac_and_battery_pmic_ids[i].hid, "1",
drivers/gpu/drm/drm_privacy_screen_x86.c
56
return acpi_dev_present("GOOG0010", NULL, -1);
drivers/input/misc/axp20x-pek.c
291
(acpi_dev_present("INTCFD9", NULL, -1) ||
drivers/input/misc/axp20x-pek.c
292
acpi_dev_present("ACPI0011", NULL, -1)))
drivers/mfd/lpc_ich.c
1245
if (acpi_dev_present(info->hid, NULL, -1))
drivers/platform/chrome/chromeos_laptop.c
803
if (acpi_dev_present(src->acpi_peripherals[i].hid, NULL, -1))
drivers/platform/chrome/chromeos_laptop.c
817
if (!acpi_dev_present(src_dev->hid, NULL, -1))
drivers/platform/x86/amd/hsmp/plat.c
299
if (acpi_dev_present(ACPI_HSMP_DEVICE_HID, NULL, -1)) {
drivers/platform/x86/dual_accel_detect.h
39
if (acpi_dev_present("KIOX010A", NULL, -1) &&
drivers/platform/x86/dual_accel_detect.h
40
acpi_dev_present("KIOX020A", NULL, -1))
drivers/platform/x86/dual_accel_detect.h
44
if (acpi_dev_present("DUAL250E", NULL, -1))
drivers/platform/x86/intel/pmc/pltdrv.c
55
if (acpi_dev_present("INT33A1", NULL, -1))
drivers/platform/x86/x86-android-tablets/other.c
133
if (acpi_dev_present("MSSL0001", NULL, 1))
drivers/power/supply/axp288_charger.c
883
else if (acpi_dev_present(USB_HOST_EXTCON_HID, NULL, -1))
drivers/usb/dwc3/dwc3-pci.c
260
if (acpi_dev_present("INT33FC", NULL, -1))
drivers/usb/dwc3/dwc3-pci.c
300
if (acpi_dev_present("INT33FD", "1", 2) &&
include/acpi/acpi_bus.h
88
bool acpi_dev_present(const char *hid, const char *uid, s64 hrv);
sound/hda/core/intel-dsp-config.c
613
if (!acpi_dev_present(table->codec_hid->codecs[i], NULL, -1))
sound/soc/intel/avs/board_selection.c
573
if (!acpi_dev_present(mach->id, mach->uid, -1))
sound/soc/intel/common/soc-acpi-intel-ssp-common.c
104
if (!acpi_dev_present(amps[i].acpi_hid, NULL, -1))
sound/soc/intel/common/soc-acpi-intel-ssp-common.c
87
if (!acpi_dev_present(codecs[i].acpi_hid, NULL, -1))
sound/soc/soc-acpi.c
120
if (!acpi_dev_present(codec_list->codecs[i], NULL, -1))
sound/soc/soc-acpi.c
17
if (acpi_dev_present(machine->id, NULL, -1))
sound/soc/soc-acpi.c
23
if (acpi_dev_present(comp_ids->codecs[i], NULL, -1)) {