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);
568 const char *const *compat) in of_device_compatible_match() argument
593 const char *compat) in of_find_compatible_node() argument
766 static inline int of_machine_is_compatible(const char *compat) in of_machine_is_compatible() argument
1394 #define _OF_DECLARE_STUB(table, name, compat, fn, fn_type) \ argument
1397 = { .compatible = compat, \
1401 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1405 = { .compatible = compat, \
1408 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1409 _OF_DECLARE_STUB(table, name, compat, fn, fn_type)
1416 #define OF_DECLARE_1(table, name, compat, fn) \ argument
1417 _OF_DECLARE(table, name, compat, fn, of_init_fn_1)
1418 #define OF_DECLARE_1_RET(table, name, compat, fn) \ argument
1419 _OF_DECLARE(table, name, compat, fn, of_init_fn_1_ret)
1420 #define OF_DECLARE_2(table, name, compat, fn) \ argument
1421 _OF_DECLARE(table, name, compat, fn, of_init_fn_2)