/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_sysfs.c | 541 struct hda_codec **codecp) in parse_codec_mode() 546 *codecp = NULL; in parse_codec_mode() 552 *codecp = codec; in parse_codec_mode() 564 struct hda_codec **codecp) in parse_pincfg_mode() 566 parse_user_pin_configs(*codecp, buf); in parse_pincfg_mode() 570 struct hda_codec **codecp) in parse_verb_mode() 572 parse_init_verbs(*codecp, buf); in parse_verb_mode() 576 struct hda_codec **codecp) in parse_hint_mode() 578 parse_hints(*codecp, buf); in parse_hint_mode() 582 struct hda_codec **codecp) in parse_model_mode() 540 parse_codec_mode(char *buf, struct hda_bus *bus, struct hda_codec **codecp) parse_codec_mode() argument 563 parse_pincfg_mode(char *buf, struct hda_bus *bus, struct hda_codec **codecp) parse_pincfg_mode() argument 569 parse_verb_mode(char *buf, struct hda_bus *bus, struct hda_codec **codecp) parse_verb_mode() argument 575 parse_hint_mode(char *buf, struct hda_bus *bus, struct hda_codec **codecp) parse_hint_mode() argument 581 parse_model_mode(char *buf, struct hda_bus *bus, struct hda_codec **codecp) parse_model_mode() argument 588 parse_chip_name_mode(char *buf, struct hda_bus *bus, struct hda_codec **codecp) parse_chip_name_mode() argument [all...] |
H A D | hda_codec.c | 872 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_device_init() 897 *codecp = codec; in snd_hda_codec_device_init() 907 * @codecp: the pointer to store the generated codec 912 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_new() 916 ret = snd_hda_codec_device_init(bus, card, codec_addr, codecp); in snd_hda_codec_new() 920 return snd_hda_codec_device_new(bus, card, codec_addr, *codecp); in snd_hda_codec_new() 871 snd_hda_codec_device_init(struct hda_bus *bus, struct snd_card *card, unsigned int codec_addr, struct hda_codec **codecp) snd_hda_codec_device_init() argument 911 snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card, unsigned int codec_addr, struct hda_codec **codecp) snd_hda_codec_new() argument
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_sysfs.c | 538 struct hda_codec **codecp) in parse_codec_mode() 543 *codecp = NULL; in parse_codec_mode() 549 *codecp = codec; in parse_codec_mode() 561 struct hda_codec **codecp) in parse_pincfg_mode() 563 parse_user_pin_configs(*codecp, buf); in parse_pincfg_mode() 567 struct hda_codec **codecp) in parse_verb_mode() 569 parse_init_verbs(*codecp, buf); in parse_verb_mode() 573 struct hda_codec **codecp) in parse_hint_mode() 575 parse_hints(*codecp, buf); in parse_hint_mode() 579 struct hda_codec **codecp) in parse_model_mode() 537 parse_codec_mode(char *buf, struct hda_bus *bus, struct hda_codec **codecp) parse_codec_mode() argument 560 parse_pincfg_mode(char *buf, struct hda_bus *bus, struct hda_codec **codecp) parse_pincfg_mode() argument 566 parse_verb_mode(char *buf, struct hda_bus *bus, struct hda_codec **codecp) parse_verb_mode() argument 572 parse_hint_mode(char *buf, struct hda_bus *bus, struct hda_codec **codecp) parse_hint_mode() argument 578 parse_model_mode(char *buf, struct hda_bus *bus, struct hda_codec **codecp) parse_model_mode() argument 585 parse_chip_name_mode(char *buf, struct hda_bus *bus, struct hda_codec **codecp) parse_chip_name_mode() argument [all...] |
H A D | hda_codec.c | 957 * @codecp: the pointer to store the generated codec 962 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_new() 971 *codecp = codec; in snd_hda_codec_new() 973 ret = snd_hda_codec_device_new(bus, card, codec_addr, *codecp, true); in snd_hda_codec_new() 975 put_device(hda_codec_dev(*codecp)); in snd_hda_codec_new() 961 snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card, unsigned int codec_addr, struct hda_codec **codecp) snd_hda_codec_new() argument
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_sysfs.c | 96 static int get_codec_nid(struct kobject *kobj, struct hdac_device **codecp) in get_codec_nid() argument 105 *codecp = dev_to_hdac_dev(dev); in get_codec_nid()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_sysfs.c | 96 static int get_codec_nid(struct kobject *kobj, struct hdac_device **codecp) in get_codec_nid() argument 105 *codecp = dev_to_hdac_dev(dev); in get_codec_nid()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_codec.h | 309 unsigned int codec_addr, struct hda_codec **codecp);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_codec.h | 311 unsigned int codec_addr, struct hda_codec **codecp);
|