/Linux-v6.1/drivers/platform/x86/ |
D | dual_accel_detect.h | 25 adev = acpi_dev_get_first_match_dev("BOSC0200", NULL, -1); in dual_accel_detect_bosc0200()
|
D | lenovo-yogabook-wmi.c | 256 data->kbd_adev = acpi_dev_get_first_match_dev("GDIX1001", NULL, -1); in yogabook_wmi_probe() 262 data->dig_adev = acpi_dev_get_first_match_dev("WCOM0019", NULL, -1); in yogabook_wmi_probe()
|
D | x86-android-tablets.c | 1329 ctrl_adev = acpi_dev_get_first_match_dev(info->ctrl_hid, info->ctrl_uid, -1); in x86_instantiate_serdev() 1336 serdev_adev = acpi_dev_get_first_match_dev(info->serdev_hid, NULL, -1); in x86_instantiate_serdev()
|
/Linux-v6.1/sound/soc/intel/boards/ |
D | sof_cirrus_common.c | 164 adev = acpi_dev_get_first_match_dev(CS35L41_HID, uid_strings[uid], -1); in cs35l41_compute_codec_conf()
|
D | sof_wm8804.c | 268 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in sof_wm8804_probe()
|
D | bytcht_da7213.c | 255 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in bytcht_da7213_probe()
|
D | bytcht_cx2072x.c | 252 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_byt_cht_cx2072x_probe()
|
D | bytcr_wm5102.c | 408 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_byt_wm5102_mc_probe()
|
D | cht_bsw_rt5672.c | 472 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_cht_mc_probe()
|
D | bytcht_es8316.c | 496 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_byt_cht_es8316_mc_probe()
|
D | cht_bsw_rt5645.c | 580 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_cht_mc_probe()
|
D | bytcr_rt5640.c | 1160 adev = acpi_dev_get_first_match_dev("AMCR0F28", "1", -1); in byt_rt5640_get_amcr0f28_settings() 1610 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_byt_rt5640_mc_probe()
|
D | sof_es8336.c | 680 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in sof_es8336_probe()
|
D | bytcr_rt5651.c | 921 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_byt_rt5651_mc_probe()
|
/Linux-v6.1/sound/soc/amd/ |
D | acp-es8336.c | 200 adev = acpi_dev_get_first_match_dev("ESSX8336", NULL, -1); in st_es8336_late_probe()
|
/Linux-v6.1/drivers/acpi/ |
D | utils.c | 962 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv) in acpi_dev_get_first_match_dev() function 966 EXPORT_SYMBOL(acpi_dev_get_first_match_dev);
|
D | sleep.c | 503 pwr_btn_adev = acpi_dev_get_first_match_dev(ACPI_BUTTON_HID_POWERF, in acpi_pm_finish()
|
/Linux-v6.1/include/acpi/ |
D | acpi_bus.h | 762 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv); 774 for (adev = acpi_dev_get_first_match_dev(hid, uid, hrv); \
|
/Linux-v6.1/drivers/extcon/ |
D | extcon-axp288.c | 393 adev = acpi_dev_get_first_match_dev("INT3496", NULL, -1); in axp288_extcon_probe()
|
/Linux-v6.1/drivers/gpio/ |
D | gpio-merrifield.c | 400 adev = acpi_dev_get_first_match_dev("INTC1002", NULL, -1); in mrfld_gpio_get_pinctrl_dev_name()
|
/Linux-v6.1/drivers/platform/x86/intel/ |
D | ishtp_eclite.c | 292 adev = acpi_dev_get_first_match_dev("INTC1035", NULL, -1); in acpi_find_eclite_device()
|
/Linux-v6.1/drivers/usb/typec/mux/ |
D | intel_pmc_mux.c | 607 adev = acpi_dev_get_first_match_dev(dev_id->id, NULL, -1); in pmc_usb_probe_iom()
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/ |
D | atomisp_gmin_platform.c | 388 adev = acpi_dev_get_first_match_dev(name, NULL, -1); in gmin_i2c_dev_exists()
|
/Linux-v6.1/include/linux/ |
D | acpi.h | 811 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv) in acpi_dev_get_first_match_dev() function
|
/Linux-v6.1/sound/pci/hda/ |
D | cs35l41_hda.c | 1264 adev = acpi_dev_get_first_match_dev(hid, NULL, -1); in cs35l41_hda_read_acpi()
|