Home
last modified time | relevance | path

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

/Linux-v6.1/scripts/dtc/
Dchecks.c950 static bool node_is_compatible(struct node *node, const char *compat) in node_is_compatible() function
969 if (node_is_compatible(node, "simple-bus")) in check_simple_bus_bridge()