Searched refs:compats (Results 1 – 1 of 1) sorted by relevance
401 bool of_machine_compatible_match(const char *const *compats);411 const char *compats[] = { compat, NULL }; in of_machine_is_compatible() local413 return of_machine_compatible_match(compats); in of_machine_is_compatible()819 static inline bool of_machine_compatible_match(const char *const *compats) in of_machine_compatible_match() argument