Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/
H A Dcpu.c40 unsigned int from_nid, unsigned int to_nid) in change_cpu_under_node() argument
44 register_cpu_under_node(cpuid, to_nid); in change_cpu_under_node()
45 cpu->node_id = to_nid; in change_cpu_under_node()
52 int from_nid, to_nid; in cpu_subsys_online() local
82 to_nid = cpu_to_node(cpuid); in cpu_subsys_online()
83 if (from_nid != to_nid) in cpu_subsys_online()
84 change_cpu_under_node(cpu, from_nid, to_nid); in cpu_subsys_online()
/openbmc/linux/sound/pci/hda/
H A Dhda_generic.h321 hda_nid_t to_nid, int anchor_nid);
H A Dhda_generic.c257 hda_nid_t from_nid, hda_nid_t to_nid, in get_nid_path() argument
268 (!to_nid || path->path[path->depth - 1] == to_nid)) { in get_nid_path()
334 hda_nid_t from_nid, hda_nid_t to_nid) in is_reachable_path() argument
336 if (!from_nid || !to_nid) in is_reachable_path()
385 hda_nid_t from_nid, hda_nid_t to_nid, in __parse_nid_path() argument
392 if (to_nid == anchor_nid) in __parse_nid_path()
394 else if (to_nid == (hda_nid_t)(-anchor_nid)) in __parse_nid_path()
455 hda_nid_t to_nid, int anchor_nid, in snd_hda_parse_nid_path() argument
459 path->path[path->depth] = to_nid; in snd_hda_parse_nid_path()
478 hda_nid_t to_nid, int anchor_nid) in snd_hda_add_new_path() argument
[all …]