Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/
H A Dclk_fixed_rate.c10 struct clk_fixed_rate { struct
14 #define to_clk_fixed_rate(dev) ((struct clk_fixed_rate *)dev_get_platdata(dev)) argument
45 U_BOOT_DRIVER(clk_fixed_rate) = {
50 .platdata_auto_alloc_size = sizeof(struct clk_fixed_rate),
H A DMakefile8 obj-$(CONFIG_$(SPL_TPL_)CLK) += clk_fixed_rate.o
/openbmc/linux/drivers/clk/
H A Dclk-fixed-rate.c27 #define to_clk_fixed_rate(_hw) container_of(_hw, struct clk_fixed_rate, hw)
38 struct clk_fixed_rate *fixed = to_clk_fixed_rate(hw); in clk_fixed_rate_recalc_accuracy()
54 struct clk_fixed_rate *fix = res; in devm_clk_hw_register_fixed_rate_release()
71 struct clk_fixed_rate *fixed; in __clk_hw_register_fixed_rate()
150 struct clk_fixed_rate *fixed; in clk_hw_unregister_fixed_rate()
/openbmc/linux/drivers/clk/sunxi/
H A Dclk-a10-hosc.c20 struct clk_fixed_rate *fixed; in sun4i_osc_clk_setup()
29 fixed = kzalloc(sizeof(struct clk_fixed_rate), GFP_KERNEL); in sun4i_osc_clk_setup()
/openbmc/linux/drivers/clk/uniphier/
H A Dclk-uniphier-fixed-rate.c16 struct clk_fixed_rate *fixed; in uniphier_clk_register_fixed_rate()
/openbmc/linux/drivers/phy/qualcomm/
H A Dphy-qcom-pcie2.c226 struct clk_fixed_rate *fixed; in phy_pipe_clksrc_register()
H A Dphy-qcom-qmp-usb-legacy.c568 struct clk_fixed_rate pipe_clk_fixed;
1152 struct clk_fixed_rate *fixed = &qmp->pipe_clk_fixed; in phy_pipe_clk_register()
H A Dphy-qcom-qmp-pcie-msm8996.c663 struct clk_fixed_rate *fixed; in phy_pipe_clk_register()
H A Dphy-qcom-qmp-usb.c1224 struct clk_fixed_rate pipe_clk_fixed;
2012 struct clk_fixed_rate *fixed = &qmp->pipe_clk_fixed; in phy_pipe_clk_register()
H A Dphy-qcom-qmp-combo.c1423 struct clk_fixed_rate pipe_clk_fixed;
2900 struct clk_fixed_rate *fixed = &qmp->pipe_clk_fixed; in phy_pipe_clk_register()
H A Dphy-qcom-qmp-pcie.c2247 struct clk_fixed_rate pipe_clk_fixed;
3445 struct clk_fixed_rate *fixed = &qmp->pipe_clk_fixed; in phy_pipe_clk_register()
/openbmc/linux/drivers/clk/qcom/
H A Dcommon.c136 struct clk_fixed_rate *fixed; in _qcom_cc_register_board_clk()
/openbmc/linux/drivers/clk/nxp/
H A Dclk-lpc32xx.c1077 struct clk_fixed_rate f;
1462 struct clk_fixed_rate *fixed = &clk_hw->f; in lpc32xx_clk_register()
/openbmc/linux/include/linux/
H A Dclk-provider.h352 struct clk_fixed_rate { struct
/openbmc/linux/
H A Dopengrok1.0.log[all...]