Searched refs:acpi_dev_get_first_match_name (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/sound/soc/intel/boards/ |
D | bytcht_da7213.c | 246 i2c_name = acpi_dev_get_first_match_name(mach->id, NULL, -1); in bytcht_da7213_probe()
|
D | bytcht_es8316.c | 261 i2c_name = acpi_dev_get_first_match_name(mach->id, NULL, -1); in snd_byt_cht_es8316_mc_probe()
|
D | cht_bsw_rt5672.c | 409 i2c_name = acpi_dev_get_first_match_name(mach->id, NULL, -1); in snd_cht_mc_probe()
|
D | cht_bsw_rt5645.c | 576 i2c_name = acpi_dev_get_first_match_name(mach->id, NULL, -1); in snd_cht_mc_probe()
|
D | bytcr_rt5651.c | 904 i2c_name = acpi_dev_get_first_match_name(mach->id, NULL, -1); in snd_byt_rt5651_mc_probe()
|
D | bytcr_rt5640.c | 1142 i2c_name = acpi_dev_get_first_match_name(mach->id, NULL, -1); in snd_byt_rt5640_mc_probe()
|
/Linux-v4.19/drivers/acpi/ |
D | utils.c | 819 acpi_dev_get_first_match_name(const char *hid, const char *uid, s64 hrv) in acpi_dev_get_first_match_name() function 831 EXPORT_SYMBOL(acpi_dev_get_first_match_name);
|
/Linux-v4.19/drivers/extcon/ |
D | extcon-axp288.c | 360 name = acpi_dev_get_first_match_name("INT3496", NULL, -1); in axp288_extcon_probe()
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-merrifield.c | 386 const char *dev_name = acpi_dev_get_first_match_name("INTC1002", NULL, -1); in mrfld_gpio_get_pinctrl_dev_name()
|
/Linux-v4.19/include/acpi/ |
D | acpi_bus.h | 95 acpi_dev_get_first_match_name(const char *hid, const char *uid, s64 hrv);
|
/Linux-v4.19/include/linux/ |
D | acpi.h | 661 acpi_dev_get_first_match_name(const char *hid, const char *uid, s64 hrv) in acpi_dev_get_first_match_name() function
|