hp_pins           175 sound/pci/hda/hda_auto_parser.c 	struct auto_out_pin hp_out[ARRAY_SIZE(cfg->hp_pins)];
hp_pins           262 sound/pci/hda/hda_auto_parser.c 			if (cfg->hp_outs >= ARRAY_SIZE(cfg->hp_pins)) {
hp_pins           371 sound/pci/hda/hda_auto_parser.c 	sort_pins_by_sequence(cfg->hp_pins, hp_out, cfg->hp_outs);
hp_pins           388 sound/pci/hda/hda_auto_parser.c 			memcpy(cfg->line_out_pins, cfg->hp_pins,
hp_pins           389 sound/pci/hda/hda_auto_parser.c 			       sizeof(cfg->hp_pins));
hp_pins           391 sound/pci/hda/hda_auto_parser.c 			memset(cfg->hp_pins, 0, sizeof(cfg->hp_pins));
hp_pins           397 sound/pci/hda/hda_auto_parser.c 	reorder_outputs(cfg->hp_outs, cfg->hp_pins);
hp_pins           419 sound/pci/hda/hda_auto_parser.c 		   cfg->hp_outs, cfg->hp_pins[0],
hp_pins           420 sound/pci/hda/hda_auto_parser.c 		   cfg->hp_pins[1], cfg->hp_pins[2],
hp_pins           421 sound/pci/hda/hda_auto_parser.c 		   cfg->hp_pins[3], cfg->hp_pins[4]);
hp_pins           673 sound/pci/hda/hda_auto_parser.c 			int idx = get_hp_label_index(codec, nid, cfg->hp_pins,
hp_pins            68 sound/pci/hda/hda_auto_parser.h 	hda_nid_t hp_pins[AUTO_CFG_MAX_OUTS];
hp_pins           102 sound/pci/hda/hda_auto_parser.h 	       cfg->line_out_pins : cfg->hp_pins;
hp_pins          1756 sound/pci/hda/hda_generic.c 					      cfg->hp_pins,
hp_pins          1787 sound/pci/hda/hda_generic.c 		err = try_assign_dacs(codec, cfg->hp_outs, cfg->hp_pins,
hp_pins          1826 sound/pci/hda/hda_generic.c 		if (count_multiio_pins(codec, cfg->hp_pins[0]) >= 2)
hp_pins          1918 sound/pci/hda/hda_generic.c 		      cfg->hp_pins[0], cfg->hp_pins[1],
hp_pins          1919 sound/pci/hda/hda_generic.c 		      cfg->hp_pins[2], cfg->hp_pins[3],
hp_pins          2010 sound/pci/hda/hda_generic.c 			memcpy(cfg->hp_pins, cfg->line_out_pins,
hp_pins          2011 sound/pci/hda/hda_generic.c 			       sizeof(cfg->hp_pins));
hp_pins          2027 sound/pci/hda/hda_generic.c 			memcpy(cfg->line_out_pins, cfg->hp_pins,
hp_pins          2028 sound/pci/hda/hda_generic.c 			       sizeof(cfg->hp_pins));
hp_pins          2030 sound/pci/hda/hda_generic.c 			memset(cfg->hp_pins, 0, sizeof(cfg->hp_pins));
hp_pins          2067 sound/pci/hda/hda_generic.c 		set_pin_targets(codec, cfg->hp_outs, cfg->hp_pins, PIN_HP);
hp_pins          2616 sound/pci/hda/hda_generic.c 		nid = cfg->hp_pins[0];
hp_pins          4282 sound/pci/hda/hda_generic.c 		add_pin_power_ctls(codec, cfg->hp_outs, cfg->hp_pins, on);
hp_pins          4311 sound/pci/hda/hda_generic.c 		sync_pin_power_ctls(codec, cfg->hp_outs, cfg->hp_pins);
hp_pins          4357 sound/pci/hda/hda_generic.c 		err = add_fake_paths(codec, nid, cfg->hp_outs, cfg->hp_pins);
hp_pins          4502 sound/pci/hda/hda_generic.c 	do_automute(codec, ARRAY_SIZE(spec->autocfg.hp_pins),
hp_pins          4503 sound/pci/hda/hda_generic.c 		    spec->autocfg.hp_pins, paths, spec->master_mute);
hp_pins          4520 sound/pci/hda/hda_generic.c 	if (spec->autocfg.line_out_pins[0] == spec->autocfg.hp_pins[0] ||
hp_pins          4557 sound/pci/hda/hda_generic.c 	hda_nid_t *pins = spec->autocfg.hp_pins;
hp_pins          4558 sound/pci/hda/hda_generic.c 	int num_pins = ARRAY_SIZE(spec->autocfg.hp_pins);
hp_pins          4586 sound/pci/hda/hda_generic.c 	if (spec->autocfg.line_out_pins[0] == spec->autocfg.hp_pins[0])
hp_pins          4769 sound/pci/hda/hda_generic.c 	if (cfg->hp_pins[0])
hp_pins          4785 sound/pci/hda/hda_generic.c 	if (!cfg->hp_pins[0] &&
hp_pins          4787 sound/pci/hda/hda_generic.c 		memcpy(cfg->hp_pins, cfg->line_out_pins,
hp_pins          4788 sound/pci/hda/hda_generic.c 		       sizeof(cfg->hp_pins));
hp_pins          4793 sound/pci/hda/hda_generic.c 		hda_nid_t nid = cfg->hp_pins[i];
hp_pins          5043 sound/pci/hda/hda_generic.c 		memcpy(cfg->line_out_pins, cfg->hp_pins, sizeof(cfg->hp_pins));
hp_pins          5045 sound/pci/hda/hda_generic.c 		memset(cfg->hp_pins, 0, sizeof(cfg->hp_pins));
hp_pins          5143 sound/pci/hda/hda_generic.c 						    cfg->hp_pins);
hp_pins           502 sound/pci/hda/hda_jack.c 	for (i = 0, p = cfg->hp_pins; i < cfg->hp_outs; i++, p++) {
hp_pins           264 sound/pci/hda/patch_conexant.c 		spec->gen.hp_jack_present = snd_hda_jack_detect(codec, spec->gen.autocfg.hp_pins[0]);
hp_pins           568 sound/pci/hda/patch_realtek.c 	if (spec->gen.autocfg.hp_pins[0])
hp_pins           569 sound/pci/hda/patch_realtek.c 		return spec->gen.autocfg.hp_pins[0];
hp_pins           791 sound/pci/hda/patch_realtek.c 		spec->gen.autocfg.hp_pins[0] = nid;
hp_pins          1662 sound/pci/hda/patch_realtek.c 		spec->gen.autocfg.hp_pins[0] = 0x0f; /* copy it for automute */