Home
last modified time | relevance | path

Searched refs:node_is_compatible (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/scripts/dtc/
Dchecks.c929 static bool node_is_compatible(struct node *node, const char *compat) in node_is_compatible() function
948 if (node_is_compatible(node, "simple-bus")) in check_simple_bus_bridge()