Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/arch/mips/include/asm/
Dclock.h12 struct clk_ops { struct
28 struct clk_ops *ops; argument
/kernel/linux/linux-4.19/include/linux/
Dclk-provider.h217 struct clk_ops { struct
218 int (*prepare)(struct clk_hw *hw);
219 void (*unprepare)(struct clk_hw *hw);
220 int (*is_prepared)(struct clk_hw *hw);
221 void (*unprepare_unused)(struct clk_hw *hw);
222 int (*enable)(struct clk_hw *hw);
223 void (*disable)(struct clk_hw *hw);
224 int (*is_enabled)(struct clk_hw *hw);
225 void (*disable_unused)(struct clk_hw *hw);
226 unsigned long (*recalc_rate)(struct clk_hw *hw,
[all …]
Dscmi_protocol.h205 struct scmi_clk_ops *clk_ops; member
/kernel/linux/linux-4.19/arch/m68k/include/asm/
Dmcfclk.h12 struct clk_ops { struct
19 struct clk_ops *clk_ops; member
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dmcfclk.h12 struct clk_ops { struct
19 struct clk_ops *clk_ops; member
/kernel/linux/linux-5.10/include/linux/
Dclk-provider.h220 struct clk_ops { struct
221 int (*prepare)(struct clk_hw *hw);
222 void (*unprepare)(struct clk_hw *hw);
223 int (*is_prepared)(struct clk_hw *hw);
224 void (*unprepare_unused)(struct clk_hw *hw);
225 int (*enable)(struct clk_hw *hw);
226 void (*disable)(struct clk_hw *hw);
227 int (*is_enabled)(struct clk_hw *hw);
228 void (*disable_unused)(struct clk_hw *hw);
229 int (*save_context)(struct clk_hw *hw);
[all …]
Dscmi_protocol.h283 const struct scmi_clk_ops *clk_ops; member
/kernel/linux/linux-4.19/include/linux/soc/ti/
Dti_sci_protocol.h203 struct ti_sci_clk_ops clk_ops; member
/kernel/linux/linux-4.19/drivers/clk/ingenic/
Dcgu.h129 const struct clk_ops *clk_ops; member
/kernel/linux/linux-5.10/drivers/clk/ingenic/
Dcgu.h128 const struct clk_ops *clk_ops; member
/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci-of-arasan.c151 const struct sdhci_arasan_clk_ops *clk_ops; member
173 const struct sdhci_arasan_clk_ops *clk_ops; member
/kernel/linux/linux-4.19/drivers/firmware/arm_scmi/
Dclock.c295 static struct scmi_clk_ops clk_ops = { variable
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/
Dclock.c323 static const struct scmi_clk_ops clk_ops = { variable
/kernel/linux/linux-5.10/include/linux/soc/ti/
Dti_sci_protocol.h502 struct ti_sci_clk_ops clk_ops; member
/kernel/linux/linux-5.10/drivers/phy/rockchip/
Dphy-rockchip-inno-hdmi.c289 const struct clk_ops *clk_ops; member