Home
last modified time | relevance | path

Searched refs:to_nid (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/base/
Dcpu.c35 unsigned int from_nid, unsigned int to_nid) in change_cpu_under_node() argument
39 register_cpu_under_node(cpuid, to_nid); in change_cpu_under_node()
40 cpu->node_id = to_nid; in change_cpu_under_node()
47 int from_nid, to_nid; in cpu_subsys_online() local
59 to_nid = cpu_to_node(cpuid); in cpu_subsys_online()
60 if (from_nid != to_nid) in cpu_subsys_online()
61 change_cpu_under_node(cpu, from_nid, to_nid); in cpu_subsys_online()
/linux-4.1.27/sound/pci/hda/
Dhda_generic.h310 hda_nid_t from_nid, hda_nid_t to_nid);
314 hda_nid_t to_nid, int anchor_nid,
318 hda_nid_t to_nid, int anchor_nid);
Dhda_generic.c260 hda_nid_t from_nid, hda_nid_t to_nid, in get_nid_path() argument
271 (!to_nid || path->path[path->depth - 1] == to_nid)) { in get_nid_path()
291 hda_nid_t from_nid, hda_nid_t to_nid) in snd_hda_get_nid_path() argument
293 return get_nid_path(codec, from_nid, to_nid, 0); in snd_hda_get_nid_path()
353 hda_nid_t from_nid, hda_nid_t to_nid) in is_reachable_path() argument
355 if (!from_nid || !to_nid) in is_reachable_path()
357 return snd_hda_get_conn_index(codec, to_nid, from_nid, true) >= 0; in is_reachable_path()
404 hda_nid_t from_nid, hda_nid_t to_nid, in __parse_nid_path() argument
411 if (to_nid == anchor_nid) in __parse_nid_path()
413 else if (to_nid == (hda_nid_t)(-anchor_nid)) in __parse_nid_path()
[all …]