Lines Matching refs:codecp
541 struct hda_codec **codecp) in parse_codec_mode() argument
546 *codecp = NULL; in parse_codec_mode()
552 *codecp = codec; in parse_codec_mode()
564 struct hda_codec **codecp) in parse_pincfg_mode() argument
566 parse_user_pin_configs(*codecp, buf); in parse_pincfg_mode()
570 struct hda_codec **codecp) in parse_verb_mode() argument
572 parse_init_verbs(*codecp, buf); in parse_verb_mode()
576 struct hda_codec **codecp) in parse_hint_mode() argument
578 parse_hints(*codecp, buf); in parse_hint_mode()
582 struct hda_codec **codecp) in parse_model_mode() argument
584 kfree((*codecp)->modelname); in parse_model_mode()
585 (*codecp)->modelname = kstrdup(buf, GFP_KERNEL); in parse_model_mode()
589 struct hda_codec **codecp) in parse_chip_name_mode() argument
591 snd_hda_codec_set_name(*codecp, buf); in parse_chip_name_mode()
596 struct hda_codec **codecp) \
600 (*codecp)->core.name = val; \