Searched refs:modelname (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/sound/pci/hda/ |
H A D | hda_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() 1021 if (codec->modelname && !strcmp(codec->modelname, "nofixup")) { in snd_hda_pick_fixup() 1030 if (codec->modelname && models) { in snd_hda_pick_fixup() 1032 if (!strcmp(codec->modelname, models->name)) { in snd_hda_pick_fixup() 1055 if (codec->modelname && in snd_hda_pick_fixup() 1056 sscanf(codec->modelname, "%04x:%04x", &vendor, &device) == 2) { in snd_hda_pick_fixup()
|
H A D | hda_sysfs.c | 78 CODEC_INFO_STR_SHOW(modelname, modelname); 199 CODEC_INFO_STR_STORE(modelname, modelname); 507 static RECONFIG_DEVICE_ATTR(modelname); 581 kfree((*codecp)->modelname); in parse_model_mode() 582 (*codecp)->modelname = kstrdup(buf, GFP_KERNEL); in parse_model_mode()
|
H A D | hda_bind.c | 298 (codec->modelname && !strcmp(codec->modelname, "generic"))
|
H A D | hda_codec.c | 883 kfree(codec->modelname); in snd_hda_codec_dev_release() 1010 if (codec->bus->modelname) { in snd_hda_codec_device_new() 1011 codec->modelname = kstrdup(codec->bus->modelname, GFP_KERNEL); in snd_hda_codec_device_new() 1012 if (!codec->modelname) in snd_hda_codec_device_new()
|
H A D | hda_controller.c | 1172 bus->modelname = model; in azx_bus_init()
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda-codec.c | 119 ((bus)->modelname && !strcmp((bus)->modelname, "generic"))
|
H A D | hda.c | 836 hbus->modelname = hda_model; in hda_init()
|
/openbmc/linux/include/sound/ |
H A D | hda_codec.h | 43 const char *modelname; member 183 const char *modelname; /* model name for preset */ member
|
/openbmc/linux/sound/pci/ice1712/ |
H A D | ice1712.c | 2235 const char *modelname) in snd_ice1712_read_eeprom() argument 2241 if (!modelname || !*modelname) { in snd_ice1712_read_eeprom() 2264 if (modelname && c->model && !strcmp(modelname, c->model)) { in snd_ice1712_read_eeprom() 2455 const char *modelname, in snd_ice1712_create() argument 2523 if (snd_ice1712_read_eeprom(ice, modelname) < 0) in snd_ice1712_create()
|
H A D | ice1724.c | 2252 const char *modelname) in snd_vt1724_read_eeprom() argument 2258 if (!modelname || !*modelname) { in snd_vt1724_read_eeprom() 2287 if (modelname && c->model && in snd_vt1724_read_eeprom() 2288 !strcmp(modelname, c->model)) { in snd_vt1724_read_eeprom() 2467 const char *modelname) in snd_vt1724_create() argument 2511 if (snd_vt1724_read_eeprom(ice, modelname) < 0) in snd_vt1724_create()
|
/openbmc/openbmc/meta-raspberrypi/docs/ |
H A D | extra-build-config.md | 256 modelname should be added as a MACHINE_FEATURES in local.conf like below: 258 MACHINE_FEATURES += "pitft <modelname>"
|
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl.c | 908 hbus->modelname = "sklbus"; in skl_create()
|
/openbmc/linux/Documentation/sound/hd-audio/ |
H A D | notes.rst | 397 modelname
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_attr.c | 2977 static DEVICE_ATTR(modelname, S_IRUGO, lpfc_modelname_show, NULL);
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 758 ``model=modelname``. Use ``model=help`` to list the available 2967 ``model=modelname``. Use ``model=help`` to list the available device
|