Lines Matching refs:codecp
540 struct hda_codec **codecp) in parse_codec_mode() argument
545 *codecp = NULL; in parse_codec_mode()
551 *codecp = codec; in parse_codec_mode()
563 struct hda_codec **codecp) in parse_pincfg_mode() argument
565 parse_user_pin_configs(*codecp, buf); in parse_pincfg_mode()
569 struct hda_codec **codecp) in parse_verb_mode() argument
571 parse_init_verbs(*codecp, buf); in parse_verb_mode()
575 struct hda_codec **codecp) in parse_hint_mode() argument
577 parse_hints(*codecp, buf); in parse_hint_mode()
581 struct hda_codec **codecp) in parse_model_mode() argument
583 kfree((*codecp)->modelname); in parse_model_mode()
584 (*codecp)->modelname = kstrdup(buf, GFP_KERNEL); in parse_model_mode()
588 struct hda_codec **codecp) in parse_chip_name_mode() argument
590 snd_hda_codec_set_name(*codecp, buf); in parse_chip_name_mode()
595 struct hda_codec **codecp) \
599 (*codecp)->core.name = val; \