Searched refs:compatibles (Results 1 – 3 of 3) sorted by relevance
318 rt_bool_t fdt_get_dtb_node_compatible_match(struct dtb_node *dtb_node, char **compatibles)324 |compatibles | 所有要匹配的字符串列表 |
763 …_t dtb_node_get_dtb_node_compatible_match(const struct dtb_node *dtb_node, const char *compatibles) in dtb_node_get_dtb_node_compatible_match() argument767 if (compatibles != NULL) in dtb_node_get_dtb_node_compatible_match()774 if (!strcmp(compatibles, str_ptr)) in dtb_node_get_dtb_node_compatible_match()
166 …t dtb_node_get_dtb_node_compatible_match(const struct dtb_node *dtb_node, const char *compatibles);
Completed in 10 milliseconds