Lines Matching refs:compat
272 const char *type, const char *compat);
346 const char *const *compat);
392 extern int of_machine_is_compatible(const char *compat);
566 const char *const *compat) in of_device_compatible_match() argument
591 const char *compat) in of_find_compatible_node() argument
764 static inline int of_machine_is_compatible(const char *compat) in of_machine_is_compatible() argument
1393 #define _OF_DECLARE_STUB(table, name, compat, fn, fn_type) \ argument
1396 = { .compatible = compat, \
1400 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1404 = { .compatible = compat, \
1407 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1408 _OF_DECLARE_STUB(table, name, compat, fn, fn_type)
1415 #define OF_DECLARE_1(table, name, compat, fn) \ argument
1416 _OF_DECLARE(table, name, compat, fn, of_init_fn_1)
1417 #define OF_DECLARE_1_RET(table, name, compat, fn) \ argument
1418 _OF_DECLARE(table, name, compat, fn, of_init_fn_1_ret)
1419 #define OF_DECLARE_2(table, name, compat, fn) \ argument
1420 _OF_DECLARE(table, name, compat, fn, of_init_fn_2)