Home
last modified time | relevance | path

Searched refs:codecp (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_sysfs.c541 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 Dhda_codec.c872 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 Dhda_sysfs.c538 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 Dhda_codec.c957 * @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 Dhdac_sysfs.c96 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 Dhdac_sysfs.c96 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 Dhda_codec.h309 unsigned int codec_addr, struct hda_codec **codecp);
/kernel/linux/linux-6.6/include/sound/
H A Dhda_codec.h311 unsigned int codec_addr, struct hda_codec **codecp);

Completed in 19 milliseconds