Searched refs:modelname (Results 1 – 12 of 12) sorted by relevance
| /linux/sound/hda/common/ |
| H A D | auto_parser.c | 830 const char *modelname = codec->fixup_name; in __snd_hda_apply_fixup() local 845 codec->core.chip_name, modelname); in __snd_hda_apply_fixup() 852 codec->core.chip_name, modelname); in __snd_hda_apply_fixup() 859 codec->core.chip_name, modelname); in __snd_hda_apply_fixup() 866 codec->core.chip_name, modelname); in __snd_hda_apply_fixup() 1023 if (codec->modelname && !strcmp(codec->modelname, "nofixup")) { in snd_hda_pick_fixup() 1032 if (codec->modelname && models) { in snd_hda_pick_fixup() 1034 if (!strcmp(codec->modelname, models->name)) { in snd_hda_pick_fixup() 1057 if (codec->modelname && in snd_hda_pick_fixup() 1058 sscanf(codec->modelname, "%04x:%04x", &vendor, &device) == 2) { in snd_hda_pick_fixup()
|
| H A D | sysfs.c | 76 CODEC_INFO_STR_SHOW(modelname, modelname); 194 CODEC_INFO_STR_STORE(modelname, modelname); 478 static RECONFIG_DEVICE_ATTR(modelname); 552 kfree((*codecp)->modelname); in parse_model_mode() 553 (*codecp)->modelname = kstrdup(buf, GFP_KERNEL); in parse_model_mode()
|
| H A D | bind.c | 301 (codec->modelname && !strcmp(codec->modelname, "generic"))
|
| H A D | codec.c | 869 kfree(codec->modelname); in snd_hda_codec_dev_release() 994 if (codec->bus->modelname) { in snd_hda_codec_device_new() 995 codec->modelname = kstrdup(codec->bus->modelname, GFP_KERNEL); in snd_hda_codec_device_new() 996 if (!codec->modelname) in snd_hda_codec_device_new()
|
| H A D | controller.c | 1162 bus->modelname = model; in azx_bus_init()
|
| /linux/sound/soc/sof/intel/ |
| H A D | hda-codec.c | 128 ((bus)->modelname && !strcmp((bus)->modelname, "generic"))
|
| H A D | hda.c | 512 hbus->modelname = hda_model; in hda_init()
|
| /linux/include/sound/ |
| H A D | hda_codec.h | 44 const char *modelname; member 187 const char *modelname; /* model name for preset */ member
|
| /linux/sound/pci/ice1712/ |
| H A D | ice1712.c | 2209 const char *modelname) in snd_ice1712_read_eeprom() argument 2215 if (!modelname || !*modelname) { in snd_ice1712_read_eeprom() 2238 if (modelname && c->model && !strcmp(modelname, c->model)) { in snd_ice1712_read_eeprom() 2429 const char *modelname, in snd_ice1712_create() argument 2497 if (snd_ice1712_read_eeprom(ice, modelname) < 0) in snd_ice1712_create()
|
| H A D | ice1724.c | 2238 const char *modelname) in snd_vt1724_read_eeprom() argument 2244 if (!modelname || !*modelname) { in snd_vt1724_read_eeprom() 2273 if (modelname && c->model && in snd_vt1724_read_eeprom() 2274 !strcmp(modelname, c->model)) { in snd_vt1724_read_eeprom() 2453 const char *modelname) in snd_vt1724_create() argument 2497 if (snd_vt1724_read_eeprom(ice, modelname) < 0) in snd_vt1724_create()
|
| /linux/Documentation/sound/hd-audio/ |
| H A D | notes.rst | 391 modelname
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_attr.c | 3115 static DEVICE_ATTR(modelname, S_IRUGO, lpfc_modelname_show, NULL);
|