Home
last modified time | relevance | path

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

/Linux-v5.15/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()
Dideapad-laptop.c1510 priv->features.touchpad_ctrl_via_ec = !acpi_dev_present("ELAN0634", NULL, -1); in ideapad_check_features()
/Linux-v5.15/sound/soc/
Dsoc-acpi.c18 if (acpi_dev_present(mach->id, NULL, -1)) { in snd_soc_acpi_find_machine()
101 if (!acpi_dev_present(codec_list->codecs[i], NULL, -1)) in snd_soc_acpi_codec_list()
/Linux-v5.15/drivers/platform/x86/intel/pmc/
Dpltdrv.c53 if (acpi_dev_present("INT33A1", NULL, -1)) in pmc_core_platform_init()
/Linux-v5.15/drivers/platform/x86/intel/int33fe/
Dintel_cht_int33fe_common.c39 if (!acpi_dev_present("INT34D3", "1", 3)) { in cht_int33fe_check_hw_type()
/Linux-v5.15/drivers/input/misc/
Daxp20x-pek.c278 if (hrv == 3 && (acpi_dev_present("INTCFD9", NULL, -1) || in axp20x_pek_should_register_input()
279 acpi_dev_present("ACPI0011", NULL, -1))) in axp20x_pek_should_register_input()
/Linux-v5.15/sound/soc/intel/boards/
Dsof_realtek_common.c192 if (!acpi_dev_present("RTL1015", "1", -1)) in rt1015p_get_num_codecs()
Dbxt_da7219_max98357a.c769 if (acpi_dev_present("MX98390", NULL, -1)) in broxton_audio_probe()
/Linux-v5.15/drivers/acpi/
Dac.c335 if (acpi_dev_present(acpi_ac_blacklist[i].hid, "1", in acpi_ac_init()
Dutils.c838 bool acpi_dev_present(const char *hid, const char *uid, s64 hrv) in acpi_dev_present() function
851 EXPORT_SYMBOL(acpi_dev_present);
Dbattery.c1289 if (acpi_dev_present(acpi_battery_blacklist[i], "1", -1)) { in acpi_battery_init_async()
/Linux-v5.15/drivers/platform/chrome/
Dchromeos_laptop.c803 if (acpi_dev_present(src->acpi_peripherals[i].hid, NULL, -1)) in chromeos_laptop_prepare_acpi_peripherals()
819 if (!acpi_dev_present(src_dev->hid, NULL, -1)) in chromeos_laptop_prepare_acpi_peripherals()
/Linux-v5.15/drivers/i2c/busses/
Di2c-cht-wc.c390 if (acpi_dev_present("INT33FE", NULL, -1)) { in cht_wc_i2c_adap_i2c_probe()
/Linux-v5.15/drivers/usb/typec/mux/
Dintel_pmc_mux.c581 if (acpi_dev_present(dev_id->id, NULL, -1)) { in pmc_usb_probe_iom()
/Linux-v5.15/drivers/tty/serial/8250/
D8250_dw.c422 } else if (acpi_dev_present("APMC0D08", NULL, -1)) { in dw8250_quirks()
/Linux-v5.15/include/acpi/
Dacpi_bus.h80 bool acpi_dev_present(const char *hid, const char *uid, s64 hrv);
/Linux-v5.15/drivers/power/supply/
Daxp288_charger.c831 if (acpi_dev_present(USB_HOST_EXTCON_HID, NULL, -1)) { in axp288_charger_probe()
/Linux-v5.15/include/linux/
Dacpi.h738 static inline bool acpi_dev_present(const char *hid, const char *uid, s64 hrv) in acpi_dev_present() function