MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_ofw_get_next_node

Function rt_ofw_get_next_node

components/drivers/ofw/base.c:782–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780}
781
782struct rt_ofw_node *rt_ofw_get_next_node(struct rt_ofw_node *prev)
783{
784 struct rt_ofw_node *np;
785
786 np = rt_ofw_node_get(ofw_get_next_node(prev));
787 rt_ofw_node_put(prev);
788
789 return np;
790}
791
792struct rt_ofw_node *rt_ofw_get_next_parent(struct rt_ofw_node *prev)
793{

Callers

nothing calls this directly

Calls 3

rt_ofw_node_getFunction · 0.85
ofw_get_next_nodeFunction · 0.85
rt_ofw_node_putFunction · 0.85

Tested by

no test coverage detected