Searched refs:modelname (Results 1 – 8 of 8) sorted by relevance
/linux/sound/pci/hda/ |
H A D | hda_sysfs.c | 76 CODEC_INFO_STR_SHOW(modelname, modelname); 197 CODEC_INFO_STR_STORE(modelname, modelname); 505 static RECONFIG_DEVICE_ATTR(modelname); 579 kfree((*codecp)->modelname); in parse_model_mode() 580 (*codecp)->modelname = kstrdup(buf, GFP_KERNEL); in parse_model_mode()
|
H A D | hda_bind.c | 298 (codec->modelname && !strcmp(codec->modelname, "generic"))
|
/linux/sound/soc/sof/intel/ |
H A D | hda-codec.c | 128 ((bus)->modelname && !strcmp((bus)->modelname, "generic"))
|
H A D | hda.c | 474 hbus->modelname = hda_model; in hda_init()
|
/linux/include/sound/ |
H A D | hda_codec.h | 43 const char *modelname; member 182 const char *modelname; /* model name for preset */ member
|
/linux/sound/pci/ice1712/ |
H A D | ice1724.c | 2252 const char *modelname) in snd_vt1724_read_eeprom() argument 2258 if (!modelname || !*modelname) { in snd_vt1724_read_eeprom() 2287 if (modelname && c->model && in snd_vt1724_read_eeprom() 2288 !strcmp(modelname, c->model)) { in snd_vt1724_read_eeprom() 2467 const char *modelname) in snd_vt1724_create() argument 2511 if (snd_vt1724_read_eeprom(ice, modelname) < 0) in snd_vt1724_create()
|
H A D | ice1712.c | 2235 const char *modelname) in snd_ice1712_read_eeprom() argument 2241 if (!modelname || !*modelname) { in snd_ice1712_read_eeprom() 2264 if (modelname && c->model && !strcmp(modelname, c->model)) { in snd_ice1712_read_eeprom() 2455 const char *modelname, in snd_ice1712_create() argument 2523 if (snd_ice1712_read_eeprom(ice, modelname) < 0) in snd_ice1712_create()
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_attr.c | 2983 static DEVICE_ATTR(modelname, S_IRUGO, lpfc_modelname_show, NULL);
|