Home
last modified time | relevance | path

Searched refs:acpi_dev_present (Results 1 – 25 of 25) sorted by relevance

/linux-6.1.9/drivers/platform/x86/
Ddual_accel_detect.h39 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()
Dx86-android-tablets.c723 if (acpi_dev_present("MSSL0001", NULL, 1)) in chuwi_hi8_init()
Dideapad-laptop.c1694 if (acpi_dev_present("ELAN0634", NULL, -1)) in ideapad_check_features()
/linux-6.1.9/sound/soc/
Dsoc-acpi.c17 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-6.1.9/drivers/platform/x86/intel/pmc/
Dpltdrv.c55 if (acpi_dev_present("INT33A1", NULL, -1)) in pmc_core_platform_init()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_privacy_screen_x86.c56 return acpi_dev_present("GOOG0010", NULL, -1); in detect_chromeos_privacy_screen()
/linux-6.1.9/drivers/input/misc/
Daxp20x-pek.c300 (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-6.1.9/drivers/acpi/x86/
Dutils.c455 if (acpi_dev_present(acpi_skip_ac_and_battery_pmic_ids[i].hid, "1", in acpi_quirk_skip_acpi_ac_and_battery()
/linux-6.1.9/drivers/platform/chrome/
Dchromeos_laptop.c805 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-6.1.9/sound/soc/intel/boards/
Dsof_maxim_common.c272 if (acpi_dev_present("MX98390", "3", -1)) { in max_98390_spk_codec_init()
Dsof_realtek_common.c197 if (!acpi_dev_present("RTL1015", "1", -1)) in rt1015p_get_num_codecs()
Dsof_rt5682.c867 if (acpi_dev_present("RTL5682", NULL, -1)) in sof_audio_probe()
871 if (acpi_dev_present("RTL5682", NULL, -1)) in sof_audio_probe()
Dglk_rt5682_max98357a.c632 if (acpi_dev_present("RTL5682", NULL, -1)) { in geminilake_audio_probe()
Dbxt_da7219_max98357a.c781 if (acpi_dev_present("MX98390", NULL, -1)) in broxton_audio_probe()
/linux-6.1.9/drivers/acpi/
Dutils.c900 bool acpi_dev_present(const char *hid, const char *uid, s64 hrv) in acpi_dev_present() function
913 EXPORT_SYMBOL(acpi_dev_present);
/linux-6.1.9/sound/soc/intel/avs/
Dboard_selection.c397 if (!acpi_dev_present(mach->id, NULL, -1)) in avs_register_i2s_boards()
/linux-6.1.9/sound/hda/
Dintel-dsp-config.c492 if (acpi_dev_present(table->codec_hid->codecs[i], NULL, -1)) in snd_intel_dsp_find_config()
/linux-6.1.9/drivers/usb/dwc3/
Ddwc3-pci.c275 if (acpi_dev_present("INT33FD", "1", 2) && in dwc3_pci_quirks()
/linux-6.1.9/drivers/usb/typec/mux/
Dintel_pmc_mux.c605 if (acpi_dev_present(dev_id->id, NULL, -1)) { in pmc_usb_probe_iom()
/linux-6.1.9/drivers/tty/serial/8250/
D8250_dw.c485 } else if (acpi_dev_present("APMC0D08", NULL, -1)) { in dw8250_quirks()
/linux-6.1.9/include/acpi/
Dacpi_bus.h80 bool acpi_dev_present(const char *hid, const char *uid, s64 hrv);
/linux-6.1.9/drivers/power/supply/
Daxp288_charger.c875 if (acpi_dev_present(USB_HOST_EXTCON_HID, NULL, -1)) { in axp288_charger_probe()
/linux-6.1.9/include/linux/
Dacpi.h792 static inline bool acpi_dev_present(const char *hid, const char *uid, s64 hrv) in acpi_dev_present() function
/linux-6.1.9/drivers/mfd/
Dlpc_ich.c1164 if (acpi_dev_present("INT3452", NULL, -1)) in lpc_ich_init_pinctrl()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_driver.c1556 if (!IS_ENABLED(CONFIG_ACPI) || acpi_dev_present(irst_name, NULL, -1)) in i915_pm_resume()