codecp            303 include/sound/hda_codec.h 		      unsigned int codec_addr, struct hda_codec **codecp);
codecp             96 sound/hda/hdac_sysfs.c static int get_codec_nid(struct kobject *kobj, struct hdac_device **codecp)
codecp            105 sound/hda/hdac_sysfs.c 	*codecp = dev_to_hdac_dev(dev);
codecp            861 sound/pci/hda/hda_codec.c 			unsigned int codec_addr, struct hda_codec **codecp)
codecp            886 sound/pci/hda/hda_codec.c 	*codecp = codec;
codecp            900 sound/pci/hda/hda_codec.c 		      unsigned int codec_addr, struct hda_codec **codecp)
codecp            904 sound/pci/hda/hda_codec.c 	ret = snd_hda_codec_device_init(bus, card, codec_addr, codecp);
codecp            908 sound/pci/hda/hda_codec.c 	return snd_hda_codec_device_new(bus, card, codec_addr, *codecp);
codecp            541 sound/pci/hda/hda_sysfs.c 			     struct hda_codec **codecp)
codecp            546 sound/pci/hda/hda_sysfs.c 	*codecp = NULL;
codecp            552 sound/pci/hda/hda_sysfs.c 				*codecp = codec;
codecp            564 sound/pci/hda/hda_sysfs.c 			      struct hda_codec **codecp)
codecp            566 sound/pci/hda/hda_sysfs.c 	parse_user_pin_configs(*codecp, buf);
codecp            570 sound/pci/hda/hda_sysfs.c 			    struct hda_codec **codecp)
codecp            572 sound/pci/hda/hda_sysfs.c 	parse_init_verbs(*codecp, buf);
codecp            576 sound/pci/hda/hda_sysfs.c 			    struct hda_codec **codecp)
codecp            578 sound/pci/hda/hda_sysfs.c 	parse_hints(*codecp, buf);
codecp            582 sound/pci/hda/hda_sysfs.c 			     struct hda_codec **codecp)
codecp            584 sound/pci/hda/hda_sysfs.c 	kfree((*codecp)->modelname);
codecp            585 sound/pci/hda/hda_sysfs.c 	(*codecp)->modelname = kstrdup(buf, GFP_KERNEL);
codecp            589 sound/pci/hda/hda_sysfs.c 				 struct hda_codec **codecp)
codecp            591 sound/pci/hda/hda_sysfs.c 	snd_hda_codec_set_name(*codecp, buf);
codecp            596 sound/pci/hda/hda_sysfs.c 				 struct hda_codec **codecp) \
codecp            600 sound/pci/hda/hda_sysfs.c 		(*codecp)->core.name = val; \