Lines Matching refs:compat
272 const char *type, const char *compat);
346 const char *const *compat);
398 extern int of_machine_is_compatible(const char *compat);
676 const char *const *compat) in of_device_compatible_match() argument
701 const char *compat) in of_find_compatible_node() argument
914 static inline int of_machine_is_compatible(const char *compat) in of_machine_is_compatible() argument
1282 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1285 = { .compatible = compat, \
1288 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1291 = { .compatible = compat, \
1299 #define OF_DECLARE_1(table, name, compat, fn) \ argument
1300 _OF_DECLARE(table, name, compat, fn, of_init_fn_1)
1301 #define OF_DECLARE_1_RET(table, name, compat, fn) \ argument
1302 _OF_DECLARE(table, name, compat, fn, of_init_fn_1_ret)
1303 #define OF_DECLARE_2(table, name, compat, fn) \ argument
1304 _OF_DECLARE(table, name, compat, fn, of_init_fn_2)