Lines Matching refs:compat
280 const char *type, const char *compat);
354 const char *const *compat);
401 extern int of_machine_is_compatible(const char *compat);
675 const char *const *compat) in of_device_compatible_match() argument
700 const char *compat) in of_find_compatible_node() argument
901 static inline int of_machine_is_compatible(const char *compat) in of_machine_is_compatible() argument
1258 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1262 = { .compatible = compat, \
1265 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1268 = { .compatible = compat, \
1276 #define OF_DECLARE_1(table, name, compat, fn) \ argument
1277 _OF_DECLARE(table, name, compat, fn, of_init_fn_1)
1278 #define OF_DECLARE_1_RET(table, name, compat, fn) \ argument
1279 _OF_DECLARE(table, name, compat, fn, of_init_fn_1_ret)
1280 #define OF_DECLARE_2(table, name, compat, fn) \ argument
1281 _OF_DECLARE(table, name, compat, fn, of_init_fn_2)