end_nid            79 include/sound/hdaudio.h 	hda_nid_t start_nid, end_nid;
end_nid           422 sound/hda/hdac_device.c 	codec->end_nid = start_nid + nums;
end_nid           426 sound/hda/hdac_sysfs.c 	hda_nid_t end_nid = start_nid + num_nodes;
end_nid           445 sound/hda/hdac_sysfs.c 		if (nid < start_nid || nid >= end_nid)
end_nid           452 sound/hda/hdac_sysfs.c 		if (nid < codec->start_nid || nid >= codec->end_nid)
end_nid           447 sound/pci/hda/hda_local.h 	for ((nid) = (codec)->core.start_nid; (nid) < (codec)->core.end_nid; (nid)++)