from_nid           39 drivers/base/cpu.c 			unsigned int from_nid, unsigned int to_nid)
from_nid           42 drivers/base/cpu.c 	unregister_cpu_under_node(cpuid, from_nid);
from_nid           51 drivers/base/cpu.c 	int from_nid, to_nid;
from_nid           54 drivers/base/cpu.c 	from_nid = cpu_to_node(cpuid);
from_nid           55 drivers/base/cpu.c 	if (from_nid == NUMA_NO_NODE)
from_nid           64 drivers/base/cpu.c 	if (from_nid != to_nid)
from_nid           65 drivers/base/cpu.c 		change_cpu_under_node(cpu, from_nid, to_nid);
from_nid          251 sound/pci/hda/hda_generic.c 				     hda_nid_t from_nid, hda_nid_t to_nid,
from_nid          261 sound/pci/hda/hda_generic.c 		if ((!from_nid || path->path[0] == from_nid) &&
from_nid          328 sound/pci/hda/hda_generic.c 			      hda_nid_t from_nid, hda_nid_t to_nid)
from_nid          330 sound/pci/hda/hda_generic.c 	if (!from_nid || !to_nid)
from_nid          332 sound/pci/hda/hda_generic.c 	return snd_hda_get_conn_index(codec, to_nid, from_nid, true) >= 0;
from_nid          379 sound/pci/hda/hda_generic.c 			     hda_nid_t from_nid, hda_nid_t to_nid,
from_nid          393 sound/pci/hda/hda_generic.c 		if (conn[i] != from_nid) {
from_nid          397 sound/pci/hda/hda_generic.c 			if (from_nid ||
from_nid          414 sound/pci/hda/hda_generic.c 		if (__parse_nid_path(codec, from_nid, conn[i],
from_nid          448 sound/pci/hda/hda_generic.c static bool snd_hda_parse_nid_path(struct hda_codec *codec, hda_nid_t from_nid,
from_nid          452 sound/pci/hda/hda_generic.c 	if (__parse_nid_path(codec, from_nid, to_nid, anchor_nid, path, 1)) {
from_nid          471 sound/pci/hda/hda_generic.c snd_hda_add_new_path(struct hda_codec *codec, hda_nid_t from_nid,
from_nid          477 sound/pci/hda/hda_generic.c 	if (from_nid && to_nid && !is_reachable_path(codec, from_nid, to_nid))
from_nid          481 sound/pci/hda/hda_generic.c 	path = get_nid_path(codec, from_nid, to_nid, anchor_nid);
from_nid          489 sound/pci/hda/hda_generic.c 	if (snd_hda_parse_nid_path(codec, from_nid, to_nid, anchor_nid, path))
from_nid          323 sound/pci/hda/hda_generic.h snd_hda_add_new_path(struct hda_codec *codec, hda_nid_t from_nid,