Home
last modified time | relevance | path

Searched refs:acpi_dev_get_first_match_dev (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.6.21/drivers/platform/x86/
Ddual_accel_detect.h25 adev = acpi_dev_get_first_match_dev("BOSC0200", NULL, -1); in dual_accel_detect_bosc0200()
Dlenovo-ymc.c154 priv->ec_acpi_dev = acpi_dev_get_first_match_dev("VPC2004", NULL, -1); in lenovo_ymc_probe()
Dlenovo-yogabook.c344 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-6.6.21/include/linux/
Dapple-gmux.h108 adev = acpi_dev_get_first_match_dev(GMUX_ACPI_HID, NULL, -1); in apple_gmux_detect()
/linux-6.6.21/drivers/gpio/
Dgpio-merrifield.c58 adev = acpi_dev_get_first_match_dev("INTC1002", NULL, -1); in mrfld_gpio_get_pinctrl_dev_name()
/linux-6.6.21/drivers/platform/x86/x86-android-tablets/
Dcore.c173 ctrl_adev = acpi_dev_get_first_match_dev(info->ctrl_hid, info->ctrl_uid, -1); in x86_instantiate_serdev()
180 serdev_adev = acpi_dev_get_first_match_dev(info->serdev_hid, NULL, -1); in x86_instantiate_serdev()
/linux-6.6.21/sound/soc/intel/boards/
Dsof_cirrus_common.c164 adev = acpi_dev_get_first_match_dev(CS35L41_HID, uid_strings[uid], -1); in cs35l41_compute_codec_conf()
Dsof_wm8804.c268 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in sof_wm8804_probe()
Dbytcht_cx2072x.c252 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_byt_cht_cx2072x_probe()
Dbytcht_da7213.c255 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in bytcht_da7213_probe()
Dbytcr_wm5102.c415 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_byt_wm5102_mc_probe()
Dcht_bsw_rt5672.c472 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_cht_mc_probe()
Dbytcht_es8316.c496 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_byt_cht_es8316_mc_probe()
Dcht_bsw_rt5645.c580 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_cht_mc_probe()
Dbytcr_rt5640.c1213 adev = acpi_dev_get_first_match_dev("AMCR0F28", "1", -1); in byt_rt5640_get_amcr0f28_settings()
1663 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_byt_rt5640_mc_probe()
Dsof_es8336.c673 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in sof_es8336_probe()
Dbytcr_rt5651.c921 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_byt_rt5651_mc_probe()
/linux-6.6.21/sound/soc/amd/
Dacp-es8336.c200 adev = acpi_dev_get_first_match_dev("ESSX8336", NULL, -1); in st_es8336_late_probe()
/linux-6.6.21/drivers/acpi/
Dutils.c962 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);
Dsleep.c507 pwr_btn_adev = acpi_dev_get_first_match_dev(ACPI_BUTTON_HID_POWERF, in acpi_pm_finish()
/linux-6.6.21/include/acpi/
Dacpi_bus.h786 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv);
798 for (adev = acpi_dev_get_first_match_dev(hid, uid, hrv); \
/linux-6.6.21/drivers/extcon/
Dextcon-axp288.c393 adev = acpi_dev_get_first_match_dev("INT3496", NULL, -1); in axp288_extcon_probe()
/linux-6.6.21/drivers/platform/x86/intel/
Dishtp_eclite.c292 adev = acpi_dev_get_first_match_dev("INTC1035", NULL, -1); in acpi_find_eclite_device()
/linux-6.6.21/drivers/usb/typec/mux/
Dintel_pmc_mux.c645 adev = acpi_dev_get_first_match_dev(dev_id->id, NULL, -1); in pmc_usb_probe_iom()
/linux-6.6.21/sound/pci/hda/
Dtas2781_hda_i2c.c101 adev = acpi_dev_get_first_match_dev(hid, NULL, -1); in tas2781_read_acpi()

12