Lines Matching refs:codecp
538 struct hda_codec **codecp) in parse_codec_mode() argument
543 *codecp = NULL; in parse_codec_mode()
549 *codecp = codec; in parse_codec_mode()
561 struct hda_codec **codecp) in parse_pincfg_mode() argument
563 parse_user_pin_configs(*codecp, buf); in parse_pincfg_mode()
567 struct hda_codec **codecp) in parse_verb_mode() argument
569 parse_init_verbs(*codecp, buf); in parse_verb_mode()
573 struct hda_codec **codecp) in parse_hint_mode() argument
575 parse_hints(*codecp, buf); in parse_hint_mode()
579 struct hda_codec **codecp) in parse_model_mode() argument
581 kfree((*codecp)->modelname); in parse_model_mode()
582 (*codecp)->modelname = kstrdup(buf, GFP_KERNEL); in parse_model_mode()
586 struct hda_codec **codecp) in parse_chip_name_mode() argument
588 snd_hda_codec_set_name(*codecp, buf); in parse_chip_name_mode()
593 struct hda_codec **codecp) \
597 (*codecp)->core.name = val; \