Searched refs:to_nid (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/base/ |
D | cpu.c | 39 unsigned int from_nid, unsigned int to_nid) in change_cpu_under_node() argument 43 register_cpu_under_node(cpuid, to_nid); in change_cpu_under_node() 44 cpu->node_id = to_nid; in change_cpu_under_node() 51 int from_nid, to_nid; in cpu_subsys_online() local 63 to_nid = cpu_to_node(cpuid); in cpu_subsys_online() 64 if (from_nid != to_nid) in cpu_subsys_online() 65 change_cpu_under_node(cpu, from_nid, to_nid); in cpu_subsys_online()
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_generic.c | 263 hda_nid_t from_nid, hda_nid_t to_nid, in get_nid_path() argument 274 (!to_nid || path->path[path->depth - 1] == to_nid)) { in get_nid_path() 340 hda_nid_t from_nid, hda_nid_t to_nid) in is_reachable_path() argument 342 if (!from_nid || !to_nid) in is_reachable_path() 344 return snd_hda_get_conn_index(codec, to_nid, from_nid, true) >= 0; in is_reachable_path() 391 hda_nid_t from_nid, hda_nid_t to_nid, in __parse_nid_path() argument 398 if (to_nid == anchor_nid) in __parse_nid_path() 400 else if (to_nid == (hda_nid_t)(-anchor_nid)) in __parse_nid_path() 403 nums = snd_hda_get_conn_list(codec, to_nid, &conn); in __parse_nid_path() 435 if (nums > 1 && get_wcaps_type(get_wcaps(codec, to_nid)) != AC_WID_AUD_MIX) in __parse_nid_path() [all …]
|
D | hda_generic.h | 327 hda_nid_t to_nid, int anchor_nid);
|