Lines Matching refs:compat
275 const char *type, const char *compat);
349 const char *const *compat);
396 extern int of_machine_is_compatible(const char *compat);
670 const char *const *compat) in of_device_compatible_match() argument
695 const char *compat) in of_find_compatible_node() argument
896 static inline int of_machine_is_compatible(const char *compat) in of_machine_is_compatible() argument
1247 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1250 = { .compatible = compat, \
1253 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1256 = { .compatible = compat, \
1264 #define OF_DECLARE_1(table, name, compat, fn) \ argument
1265 _OF_DECLARE(table, name, compat, fn, of_init_fn_1)
1266 #define OF_DECLARE_1_RET(table, name, compat, fn) \ argument
1267 _OF_DECLARE(table, name, compat, fn, of_init_fn_1_ret)
1268 #define OF_DECLARE_2(table, name, compat, fn) \ argument
1269 _OF_DECLARE(table, name, compat, fn, of_init_fn_2)