Searched refs:check_type_include (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | fdtgrep.c | 512 static int check_type_include(void *priv, int type, const char *data, int size) in check_type_include() function 594 inc = check_type_include(priv, type, data, size); in h_include() 605 inc = check_type_include(priv, FDT_IS_COMPAT, data, len); in h_include() 623 inc = check_type_include(priv, FDT_NODE_HAS_PROP, str, in h_include()
|