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

Function ofw_prop_index_of_compatible

components/drivers/ofw/base.c:339–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339static int ofw_prop_index_of_compatible(struct rt_ofw_prop *prop, const char *compatible)
340{
341 return ofw_prop_index_of_string(prop, compatible, ofw_strcasecmp);
342}
343
344static int ofw_node_index_of_compatible(const struct rt_ofw_node *np, const char *compatible)
345{

Callers 2

ofw_prop_matchFunction · 0.85

Calls 1

ofw_prop_index_of_stringFunction · 0.85

Tested by

no test coverage detected