Home
last modified time | relevance | path

Searched refs:clk_fixed_rate (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/clk/sunxi/
Dclk-a10-hosc.c29 struct clk_fixed_rate *fixed; in sun4i_osc_clk_setup()
38 fixed = kzalloc(sizeof(struct clk_fixed_rate), GFP_KERNEL); in sun4i_osc_clk_setup()
/Linux-v4.19/drivers/clk/
Dclk-fixed-rate.c62 struct clk_fixed_rate *fixed; in clk_hw_register_fixed_rate_with_accuracy()
151 struct clk_fixed_rate *fixed; in clk_hw_unregister_fixed_rate()
/Linux-v4.19/drivers/clk/uniphier/
Dclk-uniphier-fixed-rate.c25 struct clk_fixed_rate *fixed; in uniphier_clk_register_fixed_rate()
/Linux-v4.19/drivers/clk/qcom/
Dcommon.c123 struct clk_fixed_rate *fixed; in _qcom_cc_register_board_clk()
/Linux-v4.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
/Linux-v4.19/drivers/clk/nxp/
Dclk-lpc32xx.c1082 struct clk_fixed_rate f;
1468 struct clk_fixed_rate *fixed = &clk_hw->f; in lpc32xx_clk_register()
/Linux-v4.19/drivers/clk/meson/
Dmeson8b.c88 static struct clk_fixed_rate meson8b_xtal = {
/Linux-v4.19/drivers/phy/qualcomm/
Dphy-qcom-qmp.c1391 struct clk_fixed_rate *fixed; in phy_pipe_clk_register()