hp_outs           262 sound/pci/hda/hda_auto_parser.c 			if (cfg->hp_outs >= ARRAY_SIZE(cfg->hp_pins)) {
hp_outs           268 sound/pci/hda/hda_auto_parser.c 			hp_out[cfg->hp_outs].pin = nid;
hp_outs           269 sound/pci/hda/hda_auto_parser.c 			hp_out[cfg->hp_outs].seq = (assoc << 4) | seq;
hp_outs           270 sound/pci/hda/hda_auto_parser.c 			cfg->hp_outs++;
hp_outs           345 sound/pci/hda/hda_auto_parser.c 	if (!cfg->line_outs && cfg->hp_outs > 1 &&
hp_outs           348 sound/pci/hda/hda_auto_parser.c 		while (i < cfg->hp_outs) {
hp_outs           356 sound/pci/hda/hda_auto_parser.c 			cfg->hp_outs--;
hp_outs           358 sound/pci/hda/hda_auto_parser.c 				sizeof(hp_out[0]) * (cfg->hp_outs - i));
hp_outs           360 sound/pci/hda/hda_auto_parser.c 		memset(hp_out + cfg->hp_outs, 0,
hp_outs           361 sound/pci/hda/hda_auto_parser.c 		       sizeof(hp_out[0]) * (AUTO_CFG_MAX_OUTS - cfg->hp_outs));
hp_outs           362 sound/pci/hda/hda_auto_parser.c 		if (!cfg->hp_outs)
hp_outs           371 sound/pci/hda/hda_auto_parser.c 	sort_pins_by_sequence(cfg->hp_pins, hp_out, cfg->hp_outs);
hp_outs           386 sound/pci/hda/hda_auto_parser.c 		} else if (cfg->hp_outs) {
hp_outs           387 sound/pci/hda/hda_auto_parser.c 			cfg->line_outs = cfg->hp_outs;
hp_outs           390 sound/pci/hda/hda_auto_parser.c 			cfg->hp_outs = 0;
hp_outs           397 sound/pci/hda/hda_auto_parser.c 	reorder_outputs(cfg->hp_outs, cfg->hp_pins);
hp_outs           419 sound/pci/hda/hda_auto_parser.c 		   cfg->hp_outs, cfg->hp_pins[0],
hp_outs           674 sound/pci/hda/hda_auto_parser.c 						     cfg->hp_outs);
hp_outs            66 sound/pci/hda/hda_auto_parser.h 	int hp_outs;
hp_outs            97 sound/pci/hda/hda_auto_parser.h 	       cfg->line_outs : cfg->hp_outs;
hp_outs          1164 sound/pci/hda/hda_generic.c 	    !cfg->hp_outs && !cfg->speaker_outs)
hp_outs          1184 sound/pci/hda/hda_generic.c 		if (!ch && cfg->hp_outs &&
hp_outs          1207 sound/pci/hda/hda_generic.c 		if (!ch && cfg->speaker_outs && cfg->hp_outs) {
hp_outs          1755 sound/pci/hda/hda_generic.c 			mapped |= map_singles(codec, cfg->hp_outs,
hp_outs          1787 sound/pci/hda/hda_generic.c 		err = try_assign_dacs(codec, cfg->hp_outs, cfg->hp_pins,
hp_outs          1825 sound/pci/hda/hda_generic.c 	    cfg->hp_outs && cfg->line_out_type == AUTO_PIN_SPEAKER_OUT)
hp_outs          1859 sound/pci/hda/hda_generic.c 		refill_shared_dacs(codec, cfg->hp_outs,
hp_outs          1916 sound/pci/hda/hda_generic.c 	if (cfg->hp_outs)
hp_outs          1924 sound/pci/hda/hda_generic.c 	for (i = 0; i < cfg->hp_outs; i++)
hp_outs          2009 sound/pci/hda/hda_generic.c 			cfg->hp_outs = cfg->line_outs;
hp_outs          2021 sound/pci/hda/hda_generic.c 		if (cfg->hp_outs > 0 &&
hp_outs          2026 sound/pci/hda/hda_generic.c 			cfg->line_outs = cfg->hp_outs;
hp_outs          2029 sound/pci/hda/hda_generic.c 			cfg->hp_outs = 0;
hp_outs          2067 sound/pci/hda/hda_generic.c 		set_pin_targets(codec, cfg->hp_outs, cfg->hp_pins, PIN_HP);
hp_outs          2183 sound/pci/hda/hda_generic.c 	return create_extra_outs(codec, spec->autocfg.hp_outs,
hp_outs          2507 sound/pci/hda/hda_generic.c 			update_output_paths(codec, cfg->hp_outs, spec->hp_paths);
hp_outs          2615 sound/pci/hda/hda_generic.c 	else if (cfg->hp_outs > 0)
hp_outs          4282 sound/pci/hda/hda_generic.c 		add_pin_power_ctls(codec, cfg->hp_outs, cfg->hp_pins, on);
hp_outs          4311 sound/pci/hda/hda_generic.c 		sync_pin_power_ctls(codec, cfg->hp_outs, cfg->hp_pins);
hp_outs          4357 sound/pci/hda/hda_generic.c 		err = add_fake_paths(codec, nid, cfg->hp_outs, cfg->hp_pins);
hp_outs          4789 sound/pci/hda/hda_generic.c 		cfg->hp_outs = cfg->line_outs;
hp_outs          4792 sound/pci/hda/hda_generic.c 	for (i = 0; i < cfg->hp_outs; i++) {
hp_outs          5037 sound/pci/hda/hda_generic.c 	    cfg->line_outs <= cfg->hp_outs) {
hp_outs          5042 sound/pci/hda/hda_generic.c 		cfg->line_outs = cfg->hp_outs;
hp_outs          5044 sound/pci/hda/hda_generic.c 		cfg->hp_outs = 0;
hp_outs          5087 sound/pci/hda/hda_generic.c 						cfg->hp_outs * 2);
hp_outs          5142 sound/pci/hda/hda_generic.c 			err = create_out_jack_modes(codec, cfg->hp_outs,
hp_outs          5870 sound/pci/hda/hda_generic.c 		__init_extra_out(codec, spec->autocfg.hp_outs, spec->hp_paths);
hp_outs           502 sound/pci/hda/hda_jack.c 	for (i = 0, p = cfg->hp_pins; i < cfg->hp_outs; i++, p++) {
hp_outs           186 sound/pci/hda/patch_via.c 	if (spec->codec_type != VT1708 || !spec->gen.autocfg.hp_outs)
hp_outs           199 sound/pci/hda/patch_via.c 	if (spec->codec_type != VT1708 || !spec->gen.autocfg.hp_outs)