Searched defs:clk_ops (Results 1 – 8 of 8) sorted by relevance
12 struct clk_ops { struct19 struct clk_ops *clk_ops; member
220 struct clk_ops { struct221 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 …]
283 const struct scmi_clk_ops *clk_ops; member
128 const struct clk_ops *clk_ops; member
152 const struct sdhci_arasan_clk_ops *clk_ops; member174 const struct sdhci_arasan_clk_ops *clk_ops; member
324 static const struct scmi_clk_ops clk_ops = { variable
502 struct ti_sci_clk_ops clk_ops; member
289 const struct clk_ops *clk_ops; member