Lines Matching refs:compat
274 const char *type, const char *compat);
350 const char *const *compat);
409 static inline bool of_machine_is_compatible(const char *compat) in of_machine_is_compatible() argument
411 const char *compats[] = { compat, NULL }; in of_machine_is_compatible()
585 const char *const *compat) in of_device_compatible_match() argument
610 const char *compat) in of_find_compatible_node() argument
804 static inline int of_machine_is_compatible(const char *compat) in of_machine_is_compatible() argument
1514 #define _OF_DECLARE_STUB(table, name, compat, fn, fn_type) \ argument
1517 = { .compatible = compat, \
1521 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1525 = { .compatible = compat, \
1528 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1529 _OF_DECLARE_STUB(table, name, compat, fn, fn_type)
1536 #define OF_DECLARE_1(table, name, compat, fn) \ argument
1537 _OF_DECLARE(table, name, compat, fn, of_init_fn_1)
1538 #define OF_DECLARE_1_RET(table, name, compat, fn) \ argument
1539 _OF_DECLARE(table, name, compat, fn, of_init_fn_1_ret)
1540 #define OF_DECLARE_2(table, name, compat, fn) \ argument
1541 _OF_DECLARE(table, name, compat, fn, of_init_fn_2)