Searched refs:_OF_DECLARE (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | of_reserved_mem.h | 31 _OF_DECLARE(reservedmem, name, compat, init, reservedmem_of_init_fn)
|
D | of.h | 1307 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ macro 1314 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ macro 1326 _OF_DECLARE(table, name, compat, fn, of_init_fn_1) 1328 _OF_DECLARE(table, name, compat, fn, of_init_fn_1_ret) 1330 _OF_DECLARE(table, name, compat, fn, of_init_fn_2)
|