Searched refs:_hw (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| A D | clk-provider.h | 534 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) argument 724 #define to_clk_divider(_hw) container_of(_hw, struct clk_divider, hw) argument 1014 #define to_clk_mux(_hw) container_of(_hw, struct clk_mux, hw) argument 1146 #define to_clk_fixed_factor(_hw) container_of(_hw, struct clk_fixed_factor, hw) argument 1231 #define to_clk_fd(_hw) container_of(_hw, struct clk_fractional_divider, hw) argument 1280 #define to_clk_multiplier(_hw) container_of(_hw, struct clk_multiplier, hw) argument 1312 #define to_clk_composite(_hw) container_of(_hw, struct clk_composite, hw) argument
|
| /include/linux/clk/ |
| A D | ti.h | 261 #define to_clk_hw_omap(_hw) container_of(_hw, struct clk_hw_omap, hw) argument
|
Completed in 10 milliseconds