Searched refs:acpi_dev_present (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/platform/x86/
H A Ddual_accel_detect.h39 if (acpi_dev_present("KIOX010A", NULL, -1) &&
40 acpi_dev_present("KIOX020A", NULL, -1))
44 if (acpi_dev_present("DUAL250E", NULL, -1))
/linux-master/sound/soc/intel/boards/
H A Dsof_ssp_common.c72 if (!acpi_dev_present(codecs[i].acpi_hid, NULL, -1))
88 if (!acpi_dev_present(amps[i].acpi_hid, NULL, -1))
H A Dsof_realtek_common.c197 if (!acpi_dev_present("RTL1015", "1", -1))
H A Dglk_rt5682_max98357a.c632 if (acpi_dev_present("RTL5682", NULL, -1)) {
H A Dbxt_da7219_max98357a.c787 if (acpi_dev_present("MX98390", NULL, -1))
/linux-master/drivers/gpu/drm/
H A Ddrm_privacy_screen_x86.c56 return acpi_dev_present("GOOG0010", NULL, -1);
/linux-master/drivers/platform/x86/intel/pmc/
H A Dpltdrv.c55 if (acpi_dev_present("INT33A1", NULL, -1))
/linux-master/sound/soc/
H A Dsoc-acpi.c17 if (acpi_dev_present(machine->id, NULL, -1))
23 if (acpi_dev_present(comp_ids->codecs[i], NULL, -1)) {
120 if (!acpi_dev_present(codec_list->codecs[i], NULL, -1))
/linux-master/drivers/input/misc/
H A Daxp20x-pek.c291 (acpi_dev_present("INTCFD9", NULL, -1) ||
292 acpi_dev_present("ACPI0011", NULL, -1)))
/linux-master/drivers/usb/dwc3/
H A Ddwc3-pci.c241 if (acpi_dev_present("INT33FC", NULL, -1))
280 if (acpi_dev_present("INT33FD", "1", 2) &&
/linux-master/drivers/platform/chrome/
H A Dchromeos_laptop.c805 if (acpi_dev_present(src->acpi_peripherals[i].hid, NULL, -1))
821 if (!acpi_dev_present(src_dev->hid, NULL, -1))
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dother.c191 if (acpi_dev_present("MSSL0001", NULL, 1))
/linux-master/drivers/acpi/x86/
H A Dutils.c539 if (acpi_dev_present(acpi_skip_ac_and_battery_pmic_ids[i].hid, "1",
/linux-master/sound/hda/
H A Dintel-dsp-config.c561 if (acpi_dev_present(table->codec_hid->codecs[i], NULL, -1))
/linux-master/sound/soc/intel/avs/
H A Dboard_selection.c556 if (!acpi_dev_present(mach->id, mach->uid, -1))
/linux-master/drivers/acpi/
H A Dutils.c927 * acpi_dev_present - Detect that a given ACPI device is present
946 bool acpi_dev_present(const char *hid, const char *uid, s64 hrv) function
959 EXPORT_SYMBOL(acpi_dev_present); variable
975 * See additional information in acpi_dev_present() as well.
1005 * See additional information in acpi_dev_present() as well.
/linux-master/drivers/power/supply/
H A Daxp288_charger.c883 else if (acpi_dev_present(USB_HOST_EXTCON_HID, NULL, -1))
/linux-master/include/acpi/
H A Dacpi_bus.h83 bool acpi_dev_present(const char *hid, const char *uid, s64 hrv);
/linux-master/drivers/mfd/
H A Dlpc_ich.c1244 if (acpi_dev_present(info->hid, NULL, -1))
/linux-master/include/linux/
H A Dacpi.h790 static inline bool acpi_dev_present(const char *hid, const char *uid, s64 hrv) function

Completed in 384 milliseconds