t_pins            896 sound/pci/hda/hda_auto_parser.c 		const struct hda_pintbl *t_pins;
t_pins            899 sound/pci/hda/hda_auto_parser.c 		t_pins = pins;
t_pins            901 sound/pci/hda/hda_auto_parser.c 		for (; t_pins->nid; t_pins++) {
t_pins            902 sound/pci/hda/hda_auto_parser.c 			if (t_pins->nid == nid) {
t_pins            904 sound/pci/hda/hda_auto_parser.c 				if ((t_pins->val & IGNORE_SEQ_ASSOC) == (cfg & IGNORE_SEQ_ASSOC))
t_pins            906 sound/pci/hda/hda_auto_parser.c 				else if ((cfg & 0xf0000000) == 0x40000000 && (t_pins->val & 0xf0000000) == 0x40000000)