Home
last modified time | relevance | path

Searched refs:codecp (Results 1 – 4 of 4) sorted by relevance

/linux/sound/hda/common/
H A Dsysfs.c509 struct hda_codec **codecp) in parse_codec_mode()
514 *codecp = NULL; in parse_codec_mode()
520 *codecp = codec; in parse_codec_mode()
532 struct hda_codec **codecp) in parse_pincfg_mode()
534 parse_user_pin_configs(*codecp, buf); in parse_pincfg_mode()
538 struct hda_codec **codecp) in parse_verb_mode()
540 parse_init_verbs(*codecp, buf); in parse_verb_mode()
544 struct hda_codec **codecp) in parse_hint_mode()
546 parse_hints(*codecp, buf); in parse_hint_mode()
550 struct hda_codec **codecp) in parse_model_mode()
508 parse_codec_mode(char * buf,struct hda_bus * bus,struct hda_codec ** codecp) parse_codec_mode() argument
531 parse_pincfg_mode(char * buf,struct hda_bus * bus,struct hda_codec ** codecp) parse_pincfg_mode() argument
537 parse_verb_mode(char * buf,struct hda_bus * bus,struct hda_codec ** codecp) parse_verb_mode() argument
543 parse_hint_mode(char * buf,struct hda_bus * bus,struct hda_codec ** codecp) parse_hint_mode() argument
549 parse_model_mode(char * buf,struct hda_bus * bus,struct hda_codec ** codecp) parse_model_mode() argument
556 parse_chip_name_mode(char * buf,struct hda_bus * bus,struct hda_codec ** codecp) parse_chip_name_mode() argument
[all...]
H A Dcodec.c948 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_new() argument
957 *codecp = codec; in snd_hda_codec_new()
959 ret = snd_hda_codec_device_new(bus, card, codec_addr, *codecp, true); in snd_hda_codec_new()
961 put_device(hda_codec_dev(*codecp)); in snd_hda_codec_new()
/linux/sound/hda/core/
H A Dsysfs.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()
/linux/include/sound/
H A Dhda_codec.h311 unsigned int codec_addr, struct hda_codec **codecp);