/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_auto_parser.c | 824 const char *modelname = codec->fixup_name; in __snd_hda_apply_fixup() local 839 codec->core.chip_name, modelname); in __snd_hda_apply_fixup() 846 codec->core.chip_name, modelname); in __snd_hda_apply_fixup() 853 codec->core.chip_name, modelname); in __snd_hda_apply_fixup() 860 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() 1017 if (codec->modelname in snd_hda_pick_fixup() [all...] |
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()
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A 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()
|
H A D | hda_auto_parser.c | 828 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()
|
H A D | hda_bind.c | 288 (codec->modelname && !strcmp(codec->modelname, "generic"))
|
H A D | hda_codec.c | 858 kfree(codec->modelname); in snd_hda_codec_dev_release() 971 if (codec->bus->modelname) { in snd_hda_codec_device_new() 972 codec->modelname = kstrdup(codec->bus->modelname, GFP_KERNEL); in snd_hda_codec_device_new() 973 if (!codec->modelname) { in snd_hda_codec_device_new()
|
H A D | hda_controller.c | 1220 bus->modelname = model; in azx_bus_init()
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | hda-codec.c | 107 ((bus)->modelname && !strcmp((bus)->modelname, "generic"))
|
H A D | hda.c | 543 hbus->modelname = hda_model; in hda_init()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_codec.h | 46 const char *modelname; member 184 const char *modelname; /* model name for preset */ member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_codec.h | 43 const char *modelname; member 183 const char *modelname; /* model name for preset */ member
|
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | ice1724.c | 2278 const char *modelname) in snd_vt1724_read_eeprom() 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() 2563 if (snd_vt1724_read_eeprom(ice, modelname) < 0) { in snd_vt1724_create() 2277 snd_vt1724_read_eeprom(struct snd_ice1712 *ice, const char *modelname) snd_vt1724_read_eeprom() argument 2501 snd_vt1724_create(struct snd_card *card, struct pci_dev *pci, const char *modelname, struct snd_ice1712 **r_ice1712) snd_vt1724_create() argument
|
H A D | ice1712.c | 2241 const char *modelname) in snd_ice1712_read_eeprom() 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() 2556 if (snd_ice1712_read_eeprom(ice, modelname) < 0) { in snd_ice1712_create() 2240 snd_ice1712_read_eeprom(struct snd_ice1712 *ice, const char *modelname) snd_ice1712_read_eeprom() argument 2468 snd_ice1712_create(struct snd_card *card, struct pci_dev *pci, const char *modelname, int omni, int cs8427_timeout, int dxr_enable, struct snd_ice1712 **r_ice1712) snd_ice1712_create() argument
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | ice1724.c | 2252 const char *modelname) in snd_vt1724_read_eeprom() 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() 2511 if (snd_vt1724_read_eeprom(ice, modelname) < 0) in snd_vt1724_create() 2251 snd_vt1724_read_eeprom(struct snd_ice1712 *ice, const char *modelname) snd_vt1724_read_eeprom() argument 2465 snd_vt1724_create(struct snd_card *card, struct pci_dev *pci, const char *modelname) snd_vt1724_create() argument
|
H A D | ice1712.c | 2235 const char *modelname) in snd_ice1712_read_eeprom() 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() 2523 if (snd_ice1712_read_eeprom(ice, modelname) < 0) in snd_ice1712_create() 2234 snd_ice1712_read_eeprom(struct snd_ice1712 *ice, const char *modelname) snd_ice1712_read_eeprom() argument 2453 snd_ice1712_create(struct snd_card *card, struct pci_dev *pci, const char *modelname, int omni, int cs8427_timeout, int dxr_enable) snd_ice1712_create() argument
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl.c | 898 hbus->modelname = "sklbus"; in skl_create()
|
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl.c | 908 hbus->modelname = "sklbus"; in skl_create()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_attr.c | 2639 static DEVICE_ATTR(modelname, S_IRUGO, lpfc_modelname_show, NULL);
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_attr.c | 2972 static DEVICE_ATTR(modelname, S_IRUGO, lpfc_modelname_show, NULL);
|