Searched refs:i2c_name (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/sound/soc/intel/boards/ |
D | bytcht_da7213.c | 228 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()
|
D | bytcht_es8316.c | 241 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()
|
D | cht_bsw_rt5672.c | 398 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()
|
D | cht_bsw_rt5645.c | 535 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()
|
D | bytcr_rt5651.c | 878 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()
|
D | bytcr_rt5640.c | 1118 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/ |
D | xgbe-i2c.c | 469 xgbe_i2c_isr, 0, pdata->i2c_name, in xgbe_i2c_start()
|
D | xgbe.h | 1275 char i2c_name[IFNAMSIZ + 32]; member
|
D | xgbe-drv.c | 1916 snprintf(pdata->i2c_name, sizeof(pdata->i2c_name) - 1, "%s-i2c", in xgbe_open()
|