Home
last modified time | relevance | path

Searched refs:i2c_name (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/sound/soc/intel/boards/
Dbytcht_da7213.c228 const char *i2c_name = NULL; in bytcht_da7213_probe() local
246 i2c_name = acpi_dev_get_first_match_name(mach->id, NULL, -1); in bytcht_da7213_probe()
247 if (i2c_name) { in bytcht_da7213_probe()
249 "%s%s", "i2c-", i2c_name); in bytcht_da7213_probe()
Dbytcht_es8316.c241 const char *i2c_name = NULL; in snd_byt_cht_es8316_mc_probe() local
261 i2c_name = acpi_dev_get_first_match_name(mach->id, NULL, -1); in snd_byt_cht_es8316_mc_probe()
262 if (i2c_name) { in snd_byt_cht_es8316_mc_probe()
264 "%s%s", "i2c-", i2c_name); in snd_byt_cht_es8316_mc_probe()
Dcht_bsw_rt5672.c398 const char *i2c_name; in snd_cht_mc_probe() local
409 i2c_name = acpi_dev_get_first_match_name(mach->id, NULL, -1); in snd_cht_mc_probe()
410 if (i2c_name) { in snd_cht_mc_probe()
412 "i2c-%s", i2c_name); in snd_cht_mc_probe()
Dcht_bsw_rt5645.c535 const char *i2c_name = NULL; in snd_cht_mc_probe() local
576 i2c_name = acpi_dev_get_first_match_name(mach->id, NULL, -1); in snd_cht_mc_probe()
577 if (i2c_name) { in snd_cht_mc_probe()
579 "%s%s", "i2c-", i2c_name); in snd_cht_mc_probe()
Dbytcr_rt5651.c878 const char *i2c_name = NULL; in snd_byt_rt5651_mc_probe() local
904 i2c_name = acpi_dev_get_first_match_name(mach->id, NULL, -1); in snd_byt_rt5651_mc_probe()
905 if (!i2c_name) { in snd_byt_rt5651_mc_probe()
910 "%s%s", "i2c-", i2c_name); in snd_byt_rt5651_mc_probe()
Dbytcr_rt5640.c1118 const char *i2c_name = NULL; in snd_byt_rt5640_mc_probe() local
1142 i2c_name = acpi_dev_get_first_match_name(mach->id, NULL, -1); in snd_byt_rt5640_mc_probe()
1143 if (i2c_name) { in snd_byt_rt5640_mc_probe()
1145 "%s%s", "i2c-", i2c_name); in snd_byt_rt5640_mc_probe()
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-i2c.c469 xgbe_i2c_isr, 0, pdata->i2c_name, in xgbe_i2c_start()
Dxgbe.h1275 char i2c_name[IFNAMSIZ + 32]; member
Dxgbe-drv.c1916 snprintf(pdata->i2c_name, sizeof(pdata->i2c_name) - 1, "%s-i2c", in xgbe_open()