hp_out            175 sound/pci/hda/hda_auto_parser.c 	struct auto_out_pin hp_out[ARRAY_SIZE(cfg->hp_pins)];
hp_out            185 sound/pci/hda/hda_auto_parser.c 	memset(hp_out, 0, sizeof(hp_out));
hp_out            268 sound/pci/hda/hda_auto_parser.c 			hp_out[cfg->hp_outs].pin = nid;
hp_out            269 sound/pci/hda/hda_auto_parser.c 			hp_out[cfg->hp_outs].seq = (assoc << 4) | seq;
hp_out            350 sound/pci/hda/hda_auto_parser.c 			if ((hp_out[i].seq & 0x0f) == 0x0f) {
hp_out            355 sound/pci/hda/hda_auto_parser.c 			line_out[cfg->line_outs++] = hp_out[i];
hp_out            357 sound/pci/hda/hda_auto_parser.c 			memmove(hp_out + i, hp_out + i + 1,
hp_out            358 sound/pci/hda/hda_auto_parser.c 				sizeof(hp_out[0]) * (cfg->hp_outs - i));
hp_out            360 sound/pci/hda/hda_auto_parser.c 		memset(hp_out + cfg->hp_outs, 0,
hp_out            361 sound/pci/hda/hda_auto_parser.c 		       sizeof(hp_out[0]) * (AUTO_CFG_MAX_OUTS - cfg->hp_outs));
hp_out            371 sound/pci/hda/hda_auto_parser.c 	sort_pins_by_sequence(cfg->hp_pins, hp_out, cfg->hp_outs);