Lines Matching refs:compat
246 const char *type, const char *compat);
340 extern int of_machine_is_compatible(const char *compat);
492 const char *compat) in of_find_compatible_node() argument
615 static inline int of_machine_is_compatible(const char *compat) in of_machine_is_compatible() argument
927 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
930 = { .compatible = compat, \
933 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
936 = { .compatible = compat, \
943 #define OF_DECLARE_1(table, name, compat, fn) \ argument
944 _OF_DECLARE(table, name, compat, fn, of_init_fn_1)
945 #define OF_DECLARE_2(table, name, compat, fn) \ argument
946 _OF_DECLARE(table, name, compat, fn, of_init_fn_2)