Lines Matching refs:compat
277 const char *type, const char *compat);
351 const char *const *compat);
405 extern int of_machine_is_compatible(const char *compat);
577 const char *const *compat) in of_device_compatible_match() argument
602 const char *compat) in of_find_compatible_node() argument
796 static inline int of_machine_is_compatible(const char *compat) in of_machine_is_compatible() argument
1465 #define _OF_DECLARE_STUB(table, name, compat, fn, fn_type) \ argument
1468 = { .compatible = compat, \
1472 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1476 = { .compatible = compat, \
1479 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1480 _OF_DECLARE_STUB(table, name, compat, fn, fn_type)
1487 #define OF_DECLARE_1(table, name, compat, fn) \ argument
1488 _OF_DECLARE(table, name, compat, fn, of_init_fn_1)
1489 #define OF_DECLARE_1_RET(table, name, compat, fn) \ argument
1490 _OF_DECLARE(table, name, compat, fn, of_init_fn_1_ret)
1491 #define OF_DECLARE_2(table, name, compat, fn) \ argument
1492 _OF_DECLARE(table, name, compat, fn, of_init_fn_2)