Searched refs:_hw (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
D | clk-provider.h | 520 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) argument 648 #define to_clk_divider(_hw) container_of(_hw, struct clk_divider, hw) argument 916 #define to_clk_mux(_hw) container_of(_hw, struct clk_mux, hw) argument 1017 #define to_clk_fixed_factor(_hw) container_of(_hw, struct clk_fixed_factor, hw) argument 1076 #define to_clk_fd(_hw) container_of(_hw, struct clk_fractional_divider, hw) argument 1125 #define to_clk_multiplier(_hw) container_of(_hw, struct clk_multiplier, hw) argument 1157 #define to_clk_composite(_hw) container_of(_hw, struct clk_composite, hw) argument
|
/include/linux/clk/ |
D | ti.h | 266 #define to_clk_hw_omap(_hw) container_of(_hw, struct clk_hw_omap, hw) argument
|