Searched defs:clk_ops (Results 1 – 8 of 8) sorted by relevance
12 struct clk_ops { struct28 struct clk_ops *ops; argument
12 struct clk_ops { struct19 struct clk_ops *clk_ops; argument
214 struct clk_ops { struct215 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 …]
235 struct scmi_clk_ops *clk_ops; member
124 const struct clk_ops *clk_ops; member
304 static struct scmi_clk_ops clk_ops = { variable
499 struct ti_sci_clk_ops clk_ops; member
289 const struct clk_ops *clk_ops; member