Lines Matching refs:compat
247 const char *type, const char *compat);
341 extern int of_machine_is_compatible(const char *compat);
498 const char *compat) in of_find_compatible_node() argument
621 static inline int of_machine_is_compatible(const char *compat) in of_machine_is_compatible() argument
933 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
936 = { .compatible = compat, \
939 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
942 = { .compatible = compat, \
949 #define OF_DECLARE_1(table, name, compat, fn) \ argument
950 _OF_DECLARE(table, name, compat, fn, of_init_fn_1)
951 #define OF_DECLARE_2(table, name, compat, fn) \ argument
952 _OF_DECLARE(table, name, compat, fn, of_init_fn_2)