Home
last modified time | relevance | path

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

/include/linux/
Dclk-provider.h242 struct clk_ops { struct
243 int (*prepare)(struct clk_hw *hw);
244 void (*unprepare)(struct clk_hw *hw);
245 int (*is_prepared)(struct clk_hw *hw);
246 void (*unprepare_unused)(struct clk_hw *hw);
247 int (*enable)(struct clk_hw *hw);
248 void (*disable)(struct clk_hw *hw);
249 int (*is_enabled)(struct clk_hw *hw);
250 void (*disable_unused)(struct clk_hw *hw);
251 int (*save_context)(struct clk_hw *hw);
[all …]
/include/linux/soc/ti/
Dti_sci_protocol.h541 struct ti_sci_clk_ops clk_ops; member