Searched refs:acpi_dev_get_first_match_dev (Results 1 – 19 of 19) sorted by relevance
/Linux-v5.15/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 | acer-wmi.c | 2168 adev = acpi_dev_get_first_match_dev("BST0001", NULL, -1); in acer_wmi_accel_setup()
|
/Linux-v5.15/sound/soc/intel/boards/ |
D | sof_wm8804.c | 268 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in sof_wm8804_probe()
|
D | bytcht_cx2072x.c | 252 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_byt_cht_cx2072x_probe()
|
D | bytcht_da7213.c | 255 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in bytcht_da7213_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 | 489 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_rt5651.c | 929 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_byt_rt5651_mc_probe()
|
D | bytcr_rt5640.c | 1533 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1); in snd_byt_rt5640_mc_probe()
|
/Linux-v5.15/include/acpi/ |
D | acpi_bus.h | 700 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv); 712 for (adev = acpi_dev_get_first_match_dev(hid, uid, hrv); \
|
/Linux-v5.15/drivers/acpi/ |
D | utils.c | 900 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv) in acpi_dev_get_first_match_dev() function 904 EXPORT_SYMBOL(acpi_dev_get_first_match_dev);
|
D | sleep.c | 484 pwr_btn_adev = acpi_dev_get_first_match_dev(ACPI_BUTTON_HID_POWERF, in acpi_pm_finish()
|
/Linux-v5.15/drivers/extcon/ |
D | extcon-axp288.c | 374 adev = acpi_dev_get_first_match_dev("INT3496", NULL, -1); in axp288_extcon_probe()
|
/Linux-v5.15/drivers/gpio/ |
D | gpio-merrifield.c | 392 adev = acpi_dev_get_first_match_dev("INTC1002", NULL, -1); in mrfld_gpio_get_pinctrl_dev_name()
|
/Linux-v5.15/drivers/usb/typec/mux/ |
D | intel_pmc_mux.c | 583 adev = acpi_dev_get_first_match_dev(dev_id->id, NULL, -1); in pmc_usb_probe_iom()
|
/Linux-v5.15/drivers/staging/media/atomisp/pci/ |
D | atomisp_gmin_platform.c | 383 adev = acpi_dev_get_first_match_dev(name, NULL, -1); in gmin_i2c_dev_exists()
|
/Linux-v5.15/include/linux/ |
D | acpi.h | 752 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv) in acpi_dev_get_first_match_dev() function
|