Lines Matching refs:codecp
524 struct hda_codec **codecp) in parse_codec_mode() argument
529 *codecp = NULL; in parse_codec_mode()
535 *codecp = codec; in parse_codec_mode()
547 struct hda_codec **codecp) in parse_pincfg_mode() argument
549 parse_user_pin_configs(*codecp, buf); in parse_pincfg_mode()
553 struct hda_codec **codecp) in parse_verb_mode() argument
555 parse_init_verbs(*codecp, buf); in parse_verb_mode()
559 struct hda_codec **codecp) in parse_hint_mode() argument
561 parse_hints(*codecp, buf); in parse_hint_mode()
565 struct hda_codec **codecp) in parse_model_mode() argument
567 kfree((*codecp)->modelname); in parse_model_mode()
568 (*codecp)->modelname = kstrdup(buf, GFP_KERNEL); in parse_model_mode()
572 struct hda_codec **codecp) in parse_chip_name_mode() argument
574 kfree((*codecp)->chip_name); in parse_chip_name_mode()
575 (*codecp)->chip_name = kstrdup(buf, GFP_KERNEL); in parse_chip_name_mode()
580 struct hda_codec **codecp) \
584 (*codecp)->name = val; \