Searched defs:clk_ops (Results 1 – 7 of 7) sorted by relevance
12 struct clk_ops { struct28 struct clk_ops *ops; argument
217 struct clk_ops { struct218 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 …]
205 struct scmi_clk_ops *clk_ops; member
12 struct clk_ops { struct19 struct clk_ops *clk_ops; argument
203 struct ti_sci_clk_ops clk_ops; member
129 const struct clk_ops *clk_ops; member
293 static struct scmi_clk_ops clk_ops = { variable