Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/clk/
H A Dclk_fixed_rate.c11 struct clk_fixed_rate { struct
15 #define to_clk_fixed_rate(dev) ((struct clk_fixed_rate *)dev_get_platdata(dev)) argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dclk-provider.h352 struct clk_fixed_rate { struct
361 extern const struct clk_ops clk_fixed_rate_ops; argument