Searched refs:modelname (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/sound/pci/hda/ |
| D | hda_auto_parser.c | 822 const char *modelname = codec->fixup_name; in apply_fixup() local 837 codec->core.chip_name, modelname); in apply_fixup() 844 codec->core.chip_name, modelname); in apply_fixup() 851 codec->core.chip_name, modelname); in apply_fixup() 858 codec->core.chip_name, modelname); in apply_fixup() 984 if (codec->modelname && !strcmp(codec->modelname, "nofixup")) { in snd_hda_pick_fixup() 993 if (codec->modelname && models) { in snd_hda_pick_fixup() 995 if (!strcmp(codec->modelname, models->name)) { in snd_hda_pick_fixup()
|
| D | hda_sysfs.c | 78 CODEC_INFO_STR_SHOW(modelname, modelname); 199 CODEC_INFO_STR_STORE(modelname, modelname); 510 static RECONFIG_DEVICE_ATTR(modelname); 584 kfree((*codecp)->modelname); in parse_model_mode() 585 (*codecp)->modelname = kstrdup(buf, GFP_KERNEL); in parse_model_mode()
|
| D | hda_bind.c | 278 (codec->modelname && !strcmp(codec->modelname, "generic"))
|
| D | hda_codec.c | 847 kfree(codec->modelname); in snd_hda_codec_dev_release() 959 if (codec->bus->modelname) { in snd_hda_codec_device_new() 960 codec->modelname = kstrdup(codec->bus->modelname, GFP_KERNEL); in snd_hda_codec_device_new() 961 if (!codec->modelname) { in snd_hda_codec_device_new()
|
| D | hda_controller.c | 1234 bus->modelname = model; in azx_bus_init()
|
| /Linux-v5.4/include/sound/ |
| D | hda_codec.h | 46 const char *modelname; member 185 const char *modelname; /* model name for preset */ member
|
| /Linux-v5.4/sound/pci/ice1712/ |
| D | ice1724.c | 2287 const char *modelname) in snd_vt1724_read_eeprom() argument 2293 if (!modelname || !*modelname) { in snd_vt1724_read_eeprom() 2322 if (modelname && c->model && in snd_vt1724_read_eeprom() 2323 !strcmp(modelname, c->model)) { in snd_vt1724_read_eeprom() 2512 const char *modelname, in snd_vt1724_create() argument 2572 if (snd_vt1724_read_eeprom(ice, modelname) < 0) { in snd_vt1724_create()
|
| D | ice1712.c | 2269 const char *modelname) in snd_ice1712_read_eeprom() argument 2275 if (!modelname || !*modelname) { in snd_ice1712_read_eeprom() 2298 if (modelname && c->model && !strcmp(modelname, c->model)) { in snd_ice1712_read_eeprom() 2497 const char *modelname, in snd_ice1712_create() argument 2583 if (snd_ice1712_read_eeprom(ice, modelname) < 0) { in snd_ice1712_create()
|
| /Linux-v5.4/sound/soc/sof/intel/ |
| D | hda.c | 275 hbus->modelname = "sofbus"; in hda_init()
|
| /Linux-v5.4/sound/soc/intel/skylake/ |
| D | skl.c | 899 hbus->modelname = "sklbus"; in skl_create()
|
| /Linux-v5.4/Documentation/sound/hd-audio/ |
| D | notes.rst | 386 modelname
|
| /Linux-v5.4/drivers/scsi/lpfc/ |
| D | lpfc_attr.c | 2680 static DEVICE_ATTR(modelname, S_IRUGO, lpfc_modelname_show, NULL);
|