best_cfg         1966 sound/pci/hda/hda_generic.c 	struct auto_pin_cfg *best_cfg;
best_cfg         1974 sound/pci/hda/hda_generic.c 	best_cfg = kmalloc(sizeof(*best_cfg), GFP_KERNEL);
best_cfg         1975 sound/pci/hda/hda_generic.c 	if (!best_cfg)
best_cfg         1977 sound/pci/hda/hda_generic.c 	*best_cfg = *cfg;
best_cfg         1983 sound/pci/hda/hda_generic.c 			kfree(best_cfg);
best_cfg         1992 sound/pci/hda/hda_generic.c 			*best_cfg = *cfg;
best_cfg         2040 sound/pci/hda/hda_generic.c 		*cfg = *best_cfg;
best_cfg         2078 sound/pci/hda/hda_generic.c 	kfree(best_cfg);