Searched refs:edge_node (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | rpm-proc.c | 14 struct device_node *edge_node; in rpm_proc_probe() local 17 edge_node = of_get_child_by_name(dev->of_node, "smd-edge"); in rpm_proc_probe() 18 if (edge_node) { in rpm_proc_probe() 19 edge = qcom_smd_register_edge(dev, edge_node); in rpm_proc_probe() 20 of_node_put(edge_node); in rpm_proc_probe()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | cfg.c | 38 struct edge_node { struct 256 static struct edge_node *new_edge(struct bb_node *src, struct bb_node *dst, in new_edge() 259 struct edge_node *e; in new_edge() 280 struct edge_node *e; in func_add_bb_edges() 362 struct edge_node *e, *e2; in cfg_destroy() 419 struct edge_node *e; in draw_bb_succ_edges()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | cfg.c | 38 struct edge_node { struct 256 static struct edge_node *new_edge(struct bb_node *src, struct bb_node *dst, in new_edge() 259 struct edge_node *e; in new_edge() 280 struct edge_node *e; in func_add_bb_edges() 362 struct edge_node *e, *e2; in cfg_destroy() 418 struct edge_node *e; in draw_bb_succ_edges()
|
/kernel/linux/linux-5.10/drivers/rpmsg/ |
H A D | qcom_smd.c | 995 static struct device_node *qcom_smd_match_channel(struct device_node *edge_node, in qcom_smd_match_channel() argument 1003 for_each_available_child_of_node(edge_node, child) { in qcom_smd_match_channel()
|
/kernel/linux/linux-6.6/drivers/rpmsg/ |
H A D | qcom_smd.c | 1009 static struct device_node *qcom_smd_match_channel(struct device_node *edge_node, in qcom_smd_match_channel() argument 1017 for_each_available_child_of_node(edge_node, child) { in qcom_smd_match_channel()
|
Completed in 10 milliseconds