Home
last modified time | relevance | path

Searched defs:compats (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dof.h424 const char *compats[] = { compat, NULL }; in of_machine_is_compatible() local
864 static inline bool of_machine_compatible_match(const char *const *compats) in of_machine_compatible_match()
/linux/drivers/of/
H A Dbase.c422 bool of_machine_compatible_match(const char *const *compats) in of_machine_compatible_match()