Searched defs:edge_node (Results 1 – 4 of 4) sorted by relevance
72 struct edge_node { struct73 struct list_head l;74 struct bb_node *src;75 struct bb_node *dst;76 int flags;
38 struct edge_node { struct39 struct list_head l;40 struct bb_node *src;41 struct bb_node *dst;42 int flags;
995 static struct device_node *qcom_smd_match_channel(struct device_node *edge_node, in qcom_smd_match_channel()