Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/hda/
Dhda_auto_parser.c822 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()
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.c278 (codec->modelname && !strcmp(codec->modelname, "generic"))
Dhda_codec.c847 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()
Dhda_controller.c1234 bus->modelname = model; in azx_bus_init()
/Linux-v5.4/include/sound/
Dhda_codec.h46 const char *modelname; member
185 const char *modelname; /* model name for preset */ member
/Linux-v5.4/sound/pci/ice1712/
Dice1724.c2287 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()
Dice1712.c2269 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/
Dhda.c275 hbus->modelname = "sofbus"; in hda_init()
/Linux-v5.4/sound/soc/intel/skylake/
Dskl.c899 hbus->modelname = "sklbus"; in skl_create()
/Linux-v5.4/Documentation/sound/hd-audio/
Dnotes.rst386 modelname
/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_attr.c2680 static DEVICE_ATTR(modelname, S_IRUGO, lpfc_modelname_show, NULL);