/linux/drivers/platform/x86/ |
H A D | dual_accel_detect.h | 25 adev = acpi_dev_get_first_match_dev("BOSC0200", NULL, -1); in dual_accel_detect_bosc0200()
|
H A D | serdev_helpers.h | 70 adev = acpi_dev_get_first_match_dev(serial_ctrl_hid, serial_ctrl_uid, -1); in get_serdev_controller()
|
/linux/include/linux/ |
H A D | apple-gmux.h | 108 adev = acpi_dev_get_first_match_dev(GMUX_ACPI_HID, NULL, -1); in apple_gmux_detect()
|
/linux/drivers/gpio/ |
H A D | gpio-merrifield.c | 58 adev = acpi_dev_get_first_match_dev("INTC1002", NULL, -1); in mrfld_gpio_get_pinctrl_dev_name()
|
/linux/drivers/soc/tegra/fuse/ |
H A D | tegra-apbmisc.c | 273 adev = acpi_dev_get_first_match_dev(apbmisc_acpi_match[0].id, NULL, -1); in tegra_acpi_init_apbmisc()
|
/linux/sound/soc/intel/boards/ |
H A D | sof_wm8804.c | 266 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in sof_wm8804_probe()
|
H A D | bytcht_cx2072x.c | 249 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_byt_cht_cx2072x_probe()
|
H A D | bytcht_da7213.c | 252 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in bytcht_da7213_probe()
|
H A D | cht_bsw_rt5672.c | 474 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_cht_mc_probe()
|
H A D | bytcr_wm5102.c | 549 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_byt_wm5102_mc_probe()
|
H A D | bytcht_es8316.c | 554 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_byt_cht_es8316_mc_probe()
|
H A D | cht_bsw_rt5645.c | 576 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_cht_mc_probe()
|
H A D | bytcr_rt5640.c | 1284 adev = acpi_dev_get_first_match_dev("AMCR0F28", "1", -1); in byt_rt5640_get_amcr0f28_settings() 1731 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_byt_rt5640_mc_probe()
|
H A D | sof_es8336.c | 671 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in sof_es8336_probe()
|
/linux/drivers/platform/x86/lenovo/ |
H A D | yogabook.c | 344 data->kbd_adev = acpi_dev_get_first_match_dev("GDIX1001", NULL, -1); in yogabook_wmi_probe() 348 data->dig_adev = acpi_dev_get_first_match_dev("WCOM0019", NULL, -1); in yogabook_wmi_probe()
|
/linux/sound/soc/amd/ |
H A D | acp-es8336.c | 198 adev = acpi_dev_get_first_match_dev("ESSX8336", NULL, -1); in st_es8336_late_probe()
|
/linux/drivers/acpi/ |
H A D | utils.c | 1018 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv) in acpi_dev_get_first_match_dev() function 1022 EXPORT_SYMBOL(acpi_dev_get_first_match_dev);
|
H A D | sleep.c | 509 pwr_btn_adev = acpi_dev_get_first_match_dev(ACPI_BUTTON_HID_POWERF, in acpi_pm_finish()
|
/linux/include/acpi/ |
H A D | acpi_bus.h | 960 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv); 972 for (adev = acpi_dev_get_first_match_dev(hid, uid, hrv); \
|
/linux/drivers/extcon/ |
H A D | extcon-axp288.c | 393 adev = acpi_dev_get_first_match_dev("INT3496", NULL, -1); in axp288_extcon_probe()
|
/linux/drivers/platform/x86/x86-android-tablets/ |
H A D | core.c | 303 serdev_adev = acpi_dev_get_first_match_dev(info->serdev_hid, NULL, -1); in x86_instantiate_serdev()
|
/linux/drivers/platform/x86/intel/ |
H A D | ishtp_eclite.c | 292 adev = acpi_dev_get_first_match_dev("INTC1035", NULL, -1); in acpi_find_eclite_device()
|
/linux/sound/hda/codecs/side-codecs/ |
H A D | tas2781_hda_i2c.c | 95 adev = acpi_dev_get_first_match_dev(hid, NULL, -1); in tas2781_read_acpi()
|
H A D | tas2781_hda_spi.c | 333 adev = acpi_dev_get_first_match_dev(hid, NULL, -1); in tas2781_read_acpi()
|
/linux/drivers/usb/typec/mux/ |
H A D | intel_pmc_mux.c | 669 adev = acpi_dev_get_first_match_dev(dev_id->id, NULL, -1); in pmc_usb_probe_iom()
|