Home
last modified time | relevance | path

Searched defs:edge_node (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/bpf/bpftool/
H A Dcfg.c38 struct edge_node { struct
39 struct list_head l;
40 struct bb_node *src;
41 struct bb_node *dst;
42 int flags;
/openbmc/linux/drivers/soc/qcom/
H A Drpm-proc.c14 struct device_node *edge_node; in rpm_proc_probe() local
/openbmc/linux/drivers/rpmsg/
H A Dqcom_smd.c1009 static struct device_node *qcom_smd_match_channel(struct device_node *edge_node, in qcom_smd_match_channel()