Home
last modified time | relevance | path

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

/linux/drivers/firmware/arm_scmi/
H A Dquirks.c100 const char *const compats[]; member
/linux/include/linux/
H A Dof.h419 const char *compats[] = { compat, NULL }; in of_machine_is_compatible() local
846 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()