Home
last modified time | relevance | path

Searched refs:modelname (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_auto_parser.c828 const char *modelname = codec->fixup_name; in __snd_hda_apply_fixup() local
843 codec->core.chip_name, modelname); in __snd_hda_apply_fixup()
850 codec->core.chip_name, modelname); in __snd_hda_apply_fixup()
857 codec->core.chip_name, modelname); in __snd_hda_apply_fixup()
864 codec->core.chip_name, modelname); in __snd_hda_apply_fixup()
991 if (codec->modelname && !strcmp(codec->modelname, "nofixup")) { in snd_hda_pick_fixup()
1000 if (codec->modelname && models) { in snd_hda_pick_fixup()
1002 if (!strcmp(codec->modelname, models->name)) { in snd_hda_pick_fixup()
Dhda_sysfs.c78 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()
Dhda_bind.c286 (codec->modelname && !strcmp(codec->modelname, "generic"))
Dhda_codec.c859 kfree(codec->modelname); in snd_hda_codec_dev_release()
972 if (codec->bus->modelname) { in snd_hda_codec_device_new()
973 codec->modelname = kstrdup(codec->bus->modelname, GFP_KERNEL); in snd_hda_codec_device_new()
974 if (!codec->modelname) { in snd_hda_codec_device_new()
Dhda_controller.c1184 bus->modelname = model; in azx_bus_init()
/kernel/linux/linux-5.10/sound/soc/sof/intel/
Dhda-codec.c107 ((bus)->modelname && !strcmp((bus)->modelname, "generic"))
Dhda.c543 hbus->modelname = hda_model; in hda_init()
/kernel/linux/linux-5.10/include/sound/
Dhda_codec.h46 const char *modelname; member
184 const char *modelname; /* model name for preset */ member
/kernel/linux/linux-5.10/sound/pci/ice1712/
Dice1724.c2278 const char *modelname) in snd_vt1724_read_eeprom() argument
2284 if (!modelname || !*modelname) { in snd_vt1724_read_eeprom()
2313 if (modelname && c->model && in snd_vt1724_read_eeprom()
2314 !strcmp(modelname, c->model)) { in snd_vt1724_read_eeprom()
2503 const char *modelname, in snd_vt1724_create() argument
2563 if (snd_vt1724_read_eeprom(ice, modelname) < 0) { in snd_vt1724_create()
Dice1712.c2241 const char *modelname) in snd_ice1712_read_eeprom() argument
2247 if (!modelname || !*modelname) { in snd_ice1712_read_eeprom()
2270 if (modelname && c->model && !strcmp(modelname, c->model)) { in snd_ice1712_read_eeprom()
2470 const char *modelname, in snd_ice1712_create() argument
2556 if (snd_ice1712_read_eeprom(ice, modelname) < 0) { in snd_ice1712_create()
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
Dskl.c898 hbus->modelname = "sklbus"; in skl_create()
/kernel/linux/linux-5.10/Documentation/sound/hd-audio/
Dnotes.rst386 modelname
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_attr.c2639 static DEVICE_ATTR(modelname, S_IRUGO, lpfc_modelname_show, NULL);