Searched refs:modelname (Results 1 – 6 of 6) 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 | 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.c | 512 hbus->modelname = hda_model; in hda_init()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_attr.c | 3115 static DEVICE_ATTR(modelname, S_IRUGO, lpfc_modelname_show, NULL);
|