Home
last modified time | relevance | path

Searched refs:from_nid (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/base/
H A Dcpu.c40 unsigned int from_nid, unsigned int to_nid) in change_cpu_under_node()
43 unregister_cpu_under_node(cpuid, from_nid); in change_cpu_under_node()
52 int from_nid, to_nid; in cpu_subsys_online() local
56 from_nid = cpu_to_node(cpuid); in cpu_subsys_online()
57 if (from_nid == NUMA_NO_NODE) 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()
39 change_cpu_under_node(struct cpu *cpu, unsigned int from_nid, unsigned int to_nid) change_cpu_under_node() argument
/kernel/linux/linux-5.10/drivers/base/
H A Dcpu.c39 unsigned int from_nid, unsigned int to_nid) in change_cpu_under_node()
42 unregister_cpu_under_node(cpuid, from_nid); in change_cpu_under_node()
51 int from_nid, to_nid; in cpu_subsys_online() local
54 from_nid = cpu_to_node(cpuid); in cpu_subsys_online()
55 if (from_nid == NUMA_NO_NODE) 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()
38 change_cpu_under_node(struct cpu *cpu, unsigned int from_nid, unsigned int to_nid) change_cpu_under_node() argument
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_generic.h328 snd_hda_add_new_path(struct hda_codec *codec, hda_nid_t from_nid,
H A Dhda_generic.c257 hda_nid_t from_nid, hda_nid_t to_nid, in get_nid_path()
267 if ((!from_nid || path->path[0] == from_nid) && in get_nid_path()
334 hda_nid_t from_nid, hda_nid_t to_nid) in is_reachable_path()
336 if (!from_nid || !to_nid) in is_reachable_path()
338 return snd_hda_get_conn_index(codec, to_nid, from_nid, true) >= 0; in is_reachable_path()
385 hda_nid_t from_nid, hda_nid_t to_nid, in __parse_nid_path()
399 if (conn[i] != from_nid) { in __parse_nid_path()
400 /* special case: when from_nid is 0, in __parse_nid_path()
403 if (from_nid || in __parse_nid_path()
256 get_nid_path(struct hda_codec *codec, hda_nid_t from_nid, hda_nid_t to_nid, int anchor_nid) get_nid_path() argument
333 is_reachable_path(struct hda_codec *codec, hda_nid_t from_nid, hda_nid_t to_nid) is_reachable_path() argument
384 __parse_nid_path(struct hda_codec *codec, hda_nid_t from_nid, hda_nid_t to_nid, int anchor_nid, struct nid_path *path, int depth) __parse_nid_path() argument
454 snd_hda_parse_nid_path(struct hda_codec *codec, hda_nid_t from_nid, hda_nid_t to_nid, int anchor_nid, struct nid_path *path) snd_hda_parse_nid_path() argument
477 snd_hda_add_new_path(struct hda_codec *codec, hda_nid_t from_nid, hda_nid_t to_nid, int anchor_nid) snd_hda_add_new_path() argument
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_generic.h320 snd_hda_add_new_path(struct hda_codec *codec, hda_nid_t from_nid,
H A Dhda_generic.c257 hda_nid_t from_nid, hda_nid_t to_nid, in get_nid_path()
267 if ((!from_nid || path->path[0] == from_nid) && in get_nid_path()
334 hda_nid_t from_nid, hda_nid_t to_nid) in is_reachable_path()
336 if (!from_nid || !to_nid) in is_reachable_path()
338 return snd_hda_get_conn_index(codec, to_nid, from_nid, true) >= 0; in is_reachable_path()
385 hda_nid_t from_nid, hda_nid_t to_nid, in __parse_nid_path()
399 if (conn[i] != from_nid) { in __parse_nid_path()
400 /* special case: when from_nid is 0, in __parse_nid_path()
403 if (from_nid || in __parse_nid_path()
256 get_nid_path(struct hda_codec *codec, hda_nid_t from_nid, hda_nid_t to_nid, int anchor_nid) get_nid_path() argument
333 is_reachable_path(struct hda_codec *codec, hda_nid_t from_nid, hda_nid_t to_nid) is_reachable_path() argument
384 __parse_nid_path(struct hda_codec *codec, hda_nid_t from_nid, hda_nid_t to_nid, int anchor_nid, struct nid_path *path, int depth) __parse_nid_path() argument
454 snd_hda_parse_nid_path(struct hda_codec *codec, hda_nid_t from_nid, hda_nid_t to_nid, int anchor_nid, struct nid_path *path) snd_hda_parse_nid_path() argument
477 snd_hda_add_new_path(struct hda_codec *codec, hda_nid_t from_nid, hda_nid_t to_nid, int anchor_nid) snd_hda_add_new_path() argument
[all...]

Completed in 13 milliseconds