Searched refs:OF_DECLARE_1 (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | clk-provider.h | 1161 #define CLK_OF_DECLARE(name, compat, fn) OF_DECLARE_1(clk, name, compat, fn) 1173 OF_DECLARE_1(clk, name, compat, name##_of_clk_init_driver)
|
D | of.h | 1325 #define OF_DECLARE_1(table, name, compat, fn) \ macro
|