Symbol: acpi_dev_get_first_match_dev
drivers/acpi/arm64/mpam.c
194
buddy = acpi_dev_get_first_match_dev(hid, uid, -1);
drivers/acpi/arm64/mpam.c
238
companion = acpi_dev_get_first_match_dev("ARMHAA5C", uid, -1);
drivers/acpi/sleep.c
517
pwr_btn_adev = acpi_dev_get_first_match_dev(ACPI_BUTTON_HID_POWERF,
drivers/acpi/utils.c
1022
EXPORT_SYMBOL(acpi_dev_get_first_match_dev);
drivers/extcon/extcon-axp288.c
393
adev = acpi_dev_get_first_match_dev("INT3496", NULL, -1);
drivers/gpio/gpio-merrifield.c
58
adev = acpi_dev_get_first_match_dev("INTC1002", NULL, -1);
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
1159
acpi_dev = acpi_dev_get_first_match_dev(hid, NULL, -1);
drivers/hwmon/acpi_power_meter.c
914
struct acpi_device *ipi_device = acpi_dev_get_first_match_dev("IPI0001", NULL, -1);
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
4623
adev = acpi_dev_get_first_match_dev("NVDA200C", uid, -1);
drivers/platform/x86/acer-wmi.c
2653
adev = acpi_dev_get_first_match_dev("BST0001", NULL, -1);
drivers/platform/x86/dual_accel_detect.h
25
adev = acpi_dev_get_first_match_dev("BOSC0200", NULL, -1);
drivers/platform/x86/intel/ishtp_eclite.c
292
adev = acpi_dev_get_first_match_dev("INTC1035", NULL, -1);
drivers/platform/x86/lenovo/yogabook.c
344
data->kbd_adev = acpi_dev_get_first_match_dev("GDIX1001", NULL, -1);
drivers/platform/x86/lenovo/yogabook.c
349
data->dig_adev = acpi_dev_get_first_match_dev("WCOM0019", NULL, -1);
drivers/platform/x86/serdev_helpers.h
70
adev = acpi_dev_get_first_match_dev(serial_ctrl_hid, serial_ctrl_uid, -1);
drivers/platform/x86/x86-android-tablets/core.c
304
serdev_adev = acpi_dev_get_first_match_dev(info->serdev_hid, NULL, -1);
drivers/soc/tegra/fuse/tegra-apbmisc.c
273
adev = acpi_dev_get_first_match_dev(apbmisc_acpi_match[0].id, NULL, -1);
drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c
335
adev = acpi_dev_get_first_match_dev(name, NULL, -1);
drivers/usb/typec/mux/intel_pmc_mux.c
669
adev = acpi_dev_get_first_match_dev(dev_id->id, NULL, -1);
include/acpi/acpi_bus.h
960
acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv);
include/acpi/acpi_bus.h
972
for (adev = acpi_dev_get_first_match_dev(hid, uid, hrv); \
include/linux/apple-gmux.h
108
adev = acpi_dev_get_first_match_dev(GMUX_ACPI_HID, NULL, -1);
sound/hda/codecs/cirrus/cs8409.c
1315
adev = acpi_dev_get_first_match_dev(acpi_ids[i].hid, NULL, -1);
sound/hda/codecs/realtek/alc269.c
3208
adev = acpi_dev_get_first_match_dev(acpi_ids[i].hid, NULL, -1);
sound/hda/codecs/side-codecs/cs35l41_hda.c
1891
adev = acpi_dev_get_first_match_dev(hid, NULL, -1);
sound/hda/codecs/side-codecs/cs35l56_hda.c
1028
adev = acpi_dev_get_first_match_dev(hid_string, NULL, -1);
sound/hda/codecs/side-codecs/tas2781_hda_i2c.c
98
adev = acpi_dev_get_first_match_dev(hid, NULL, -1);
sound/hda/codecs/side-codecs/tas2781_hda_spi.c
330
adev = acpi_dev_get_first_match_dev(hid, NULL, -1);
sound/soc/amd/acp-es8336.c
198
adev = acpi_dev_get_first_match_dev("ESSX8336", NULL, -1);
sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.c
418
adev = acpi_dev_get_first_match_dev(acp_drvdata->acpi_mach->id, NULL, -1);
sound/soc/intel/boards/bytcht_cx2072x.c
250
adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);
sound/soc/intel/boards/bytcht_da7213.c
252
adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);
sound/soc/intel/boards/bytcht_es8316.c
569
adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);
sound/soc/intel/boards/bytcr_rt5640.c
1287
adev = acpi_dev_get_first_match_dev("AMCR0F28", "1", -1);
sound/soc/intel/boards/bytcr_rt5640.c
1735
adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);
sound/soc/intel/boards/bytcr_rt5651.c
934
adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);
sound/soc/intel/boards/bytcr_wm5102.c
549
adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);
sound/soc/intel/boards/cht_bsw_rt5645.c
576
adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);
sound/soc/intel/boards/cht_bsw_rt5672.c
474
adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);
sound/soc/intel/boards/sof_cirrus_common.c
165
adev = acpi_dev_get_first_match_dev(CS35L41_HID, uid_strings[uid], -1);
sound/soc/intel/boards/sof_es8336.c
682
adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);
sound/soc/intel/boards/sof_wm8804.c
266
adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);