Home
last modified time | relevance | path

Searched defs:clk_ops (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/arch/mips/include/asm/
Dclock.h12 struct clk_ops { struct
28 struct clk_ops *ops; argument
/Linux-v5.4/arch/m68k/include/asm/
Dmcfclk.h12 struct clk_ops { struct
19 struct clk_ops *clk_ops; argument
/Linux-v5.4/include/linux/
Dclk-provider.h214 struct clk_ops { struct
215 int (*prepare)(struct clk_hw *hw);
216 void (*unprepare)(struct clk_hw *hw);
217 int (*is_prepared)(struct clk_hw *hw);
218 void (*unprepare_unused)(struct clk_hw *hw);
219 int (*enable)(struct clk_hw *hw);
220 void (*disable)(struct clk_hw *hw);
221 int (*is_enabled)(struct clk_hw *hw);
222 void (*disable_unused)(struct clk_hw *hw);
223 int (*save_context)(struct clk_hw *hw);
[all …]
Dscmi_protocol.h235 struct scmi_clk_ops *clk_ops; member
/Linux-v5.4/drivers/clk/ingenic/
Dcgu.h124 const struct clk_ops *clk_ops; member
/Linux-v5.4/drivers/firmware/arm_scmi/
Dclock.c304 static struct scmi_clk_ops clk_ops = { variable
/Linux-v5.4/include/linux/soc/ti/
Dti_sci_protocol.h499 struct ti_sci_clk_ops clk_ops; member
/Linux-v5.4/drivers/phy/rockchip/
Dphy-rockchip-inno-hdmi.c289 const struct clk_ops *clk_ops; member