Searched refs:acpi_dev_present (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/sound/soc/ |
D | soc-acpi.c | 15 if (acpi_dev_present(mach->id, NULL, -1)) { in snd_soc_acpi_find_machine() 93 if (!acpi_dev_present(codec_list->codecs[i], NULL, -1)) in snd_soc_acpi_codec_list()
|
/Linux-v4.19/drivers/input/misc/ |
D | axp20x-pek.c | 317 if (hrv == 3 && (acpi_dev_present("INTCFD9", NULL, -1) || in axp20x_pek_should_register_input() 318 acpi_dev_present("ACPI0011", NULL, -1))) in axp20x_pek_should_register_input()
|
/Linux-v4.19/drivers/platform/x86/ |
D | intel_cht_int33fe.c | 117 if (!acpi_dev_present("INT34D3", "1", 3)) { in cht_int33fe_probe()
|
/Linux-v4.19/drivers/platform/chrome/ |
D | chromeos_laptop.c | 780 if (acpi_dev_present(src->acpi_peripherals[i].hid, NULL, -1)) in chromeos_laptop_prepare_acpi_peripherals() 796 if (!acpi_dev_present(src_dev->hid, NULL, -1)) in chromeos_laptop_prepare_acpi_peripherals()
|
/Linux-v4.19/drivers/acpi/ |
D | utils.c | 793 bool acpi_dev_present(const char *hid, const char *uid, s64 hrv) in acpi_dev_present() function 805 EXPORT_SYMBOL(acpi_dev_present);
|
D | ac.c | 454 if (acpi_dev_present(acpi_ac_blacklist[i].hid, "1", in acpi_ac_init()
|
D | acpi_lpss.c | 170 if (!acpi_dev_present("INT33FD", NULL, BYT_CRC_HRV)) in byt_pwm_setup()
|
D | battery.c | 1503 if (acpi_dev_present(acpi_battery_blacklist[i], "1", -1)) { in acpi_battery_init_async()
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-cht-wc.c | 352 if (acpi_dev_present("INT33FE", NULL, -1)) { in cht_wc_i2c_adap_i2c_probe()
|
/Linux-v4.19/include/acpi/ |
D | acpi_bus.h | 92 bool acpi_dev_present(const char *hid, const char *uid, s64 hrv);
|
/Linux-v4.19/drivers/tty/serial/8250/ |
D | 8250_dw.c | 430 } else if (acpi_dev_present("APMC0D08", NULL, -1)) { in dw8250_quirks()
|
/Linux-v4.19/drivers/power/supply/ |
D | axp288_charger.c | 777 if (acpi_dev_present(USB_HOST_EXTCON_HID, NULL, -1)) { in axp288_charger_probe()
|
/Linux-v4.19/include/linux/ |
D | acpi.h | 655 static inline bool acpi_dev_present(const char *hid, const char *uid, s64 hrv) in acpi_dev_present() function
|