acpi_dev_present  441 drivers/acpi/ac.c 			if (acpi_dev_present(acpi_ac_blacklist[i].hid, "1",
acpi_dev_present  173 drivers/acpi/acpi_lpss.c 	if (!acpi_dev_present("INT33FD", NULL, BYT_CRC_HRV))
acpi_dev_present 1527 drivers/acpi/battery.c 			if (acpi_dev_present(acpi_battery_blacklist[i], "1", -1)) {
acpi_dev_present  790 drivers/acpi/utils.c EXPORT_SYMBOL(acpi_dev_present);
acpi_dev_present  389 drivers/i2c/busses/i2c-cht-wc.c 	if (acpi_dev_present("INT33FE", NULL, -1)) {
acpi_dev_present  308 drivers/input/misc/axp20x-pek.c 		if (hrv == 3 && (acpi_dev_present("INTCFD9", NULL, -1) ||
acpi_dev_present  309 drivers/input/misc/axp20x-pek.c 				 acpi_dev_present("ACPI0011", NULL, -1)))
acpi_dev_present  780 drivers/platform/chrome/chromeos_laptop.c 		if (acpi_dev_present(src->acpi_peripherals[i].hid, NULL, -1))
acpi_dev_present  796 drivers/platform/chrome/chromeos_laptop.c 		if (!acpi_dev_present(src_dev->hid, NULL, -1))
acpi_dev_present  285 drivers/platform/x86/intel_cht_int33fe.c 	if (!acpi_dev_present("INT34D3", "1", 3)) {
acpi_dev_present   56 drivers/platform/x86/intel_pmc_core_pltdrv.c 	if (acpi_dev_present("INT33A1", NULL, -1))
acpi_dev_present  825 drivers/power/supply/axp288_charger.c 	if (acpi_dev_present(USB_HOST_EXTCON_HID, NULL, -1)) {
acpi_dev_present  369 drivers/tty/serial/8250/8250_dw.c 	} else if (acpi_dev_present("APMC0D08", NULL, -1)) {
acpi_dev_present   79 include/acpi/acpi_bus.h bool acpi_dev_present(const char *hid, const char *uid, s64 hrv);
acpi_dev_present   18 sound/soc/soc-acpi.c 		if (acpi_dev_present(mach->id, NULL, -1)) {
acpi_dev_present  101 sound/soc/soc-acpi.c 		if (!acpi_dev_present(codec_list->codecs[i], NULL, -1))