to_nid             39 drivers/base/cpu.c 			unsigned int from_nid, unsigned int to_nid)
to_nid             43 drivers/base/cpu.c 	register_cpu_under_node(cpuid, to_nid);
to_nid             44 drivers/base/cpu.c 	cpu->node_id = to_nid;
to_nid             51 drivers/base/cpu.c 	int from_nid, to_nid;
to_nid             63 drivers/base/cpu.c 	to_nid = cpu_to_node(cpuid);
to_nid             64 drivers/base/cpu.c 	if (from_nid != to_nid)
to_nid             65 drivers/base/cpu.c 		change_cpu_under_node(cpu, from_nid, to_nid);
to_nid            251 sound/pci/hda/hda_generic.c 				     hda_nid_t from_nid, hda_nid_t to_nid,
to_nid            262 sound/pci/hda/hda_generic.c 		    (!to_nid || path->path[path->depth - 1] == to_nid)) {
to_nid            328 sound/pci/hda/hda_generic.c 			      hda_nid_t from_nid, hda_nid_t to_nid)
to_nid            330 sound/pci/hda/hda_generic.c 	if (!from_nid || !to_nid)
to_nid            332 sound/pci/hda/hda_generic.c 	return snd_hda_get_conn_index(codec, to_nid, from_nid, true) >= 0;
to_nid            379 sound/pci/hda/hda_generic.c 			     hda_nid_t from_nid, hda_nid_t to_nid,
to_nid            386 sound/pci/hda/hda_generic.c 	if (to_nid == anchor_nid)
to_nid            388 sound/pci/hda/hda_generic.c 	else if (to_nid == (hda_nid_t)(-anchor_nid))
to_nid            391 sound/pci/hda/hda_generic.c 	nums = snd_hda_get_conn_list(codec, to_nid, &conn);
to_nid            423 sound/pci/hda/hda_generic.c 	if (nums > 1 && get_wcaps_type(get_wcaps(codec, to_nid)) != AC_WID_AUD_MIX)
to_nid            449 sound/pci/hda/hda_generic.c 			    hda_nid_t to_nid, int anchor_nid,
to_nid            452 sound/pci/hda/hda_generic.c 	if (__parse_nid_path(codec, from_nid, to_nid, anchor_nid, path, 1)) {
to_nid            453 sound/pci/hda/hda_generic.c 		path->path[path->depth] = to_nid;
to_nid            472 sound/pci/hda/hda_generic.c 		     hda_nid_t to_nid, int anchor_nid)
to_nid            477 sound/pci/hda/hda_generic.c 	if (from_nid && to_nid && !is_reachable_path(codec, from_nid, to_nid))
to_nid            481 sound/pci/hda/hda_generic.c 	path = get_nid_path(codec, from_nid, to_nid, anchor_nid);
to_nid            489 sound/pci/hda/hda_generic.c 	if (snd_hda_parse_nid_path(codec, from_nid, to_nid, anchor_nid, path))
to_nid            324 sound/pci/hda/hda_generic.h 		     hda_nid_t to_nid, int anchor_nid);