MCPcopy Create free account
hub / github.com/F-Stack/f-stack / next_linear

Function next_linear

dpdk/drivers/common/dpaax/dpaa_of.c:272–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272static const struct dt_dir *
273next_linear(const struct dt_dir *f)
274{
275 if (f->linear.next == &linear)
276 return NULL;
277 return list_entry(f->linear.next, struct dt_dir, linear);
278}
279
280static int
281check_compatible(const struct dt_file *f, const char *compatible)

Callers 1

of_find_compatible_nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected