patch_items       614 sound/pci/hda/hda_sysfs.c static struct hda_patch_item patch_items[NUM_LINE_MODES] = {
patch_items       660 sound/pci/hda/hda_sysfs.c 	for (i = 0; i < ARRAY_SIZE(patch_items); i++) {
patch_items       661 sound/pci/hda/hda_sysfs.c 		if (!patch_items[i].tag)
patch_items       663 sound/pci/hda/hda_sysfs.c 		if (strmatch(buf, patch_items[i].tag))
patch_items       665 sound/pci/hda/hda_sysfs.c 		if (patch_items[i].alias && strmatch(buf, patch_items[i].alias))
patch_items       728 sound/pci/hda/hda_sysfs.c 		else if (patch_items[line_mode].parser &&
patch_items       730 sound/pci/hda/hda_sysfs.c 			patch_items[line_mode].parser(buf, bus, &codec);