Home
last modified time | relevance | path

Searched defs:clk_fixed_rate (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/include/linux/
Dclk-provider.h304 struct clk_fixed_rate { struct
311 #define to_clk_fixed_rate(_hw) container_of(_hw, struct clk_fixed_rate, hw) argument
/kernel/linux/linux-5.10/include/linux/
Dclk-provider.h338 struct clk_fixed_rate { struct
347 extern const struct clk_ops clk_fixed_rate_ops; argument