Searched defs:clk_ops (Results 1 – 6 of 6) sorted by relevance
12 struct clk_ops { struct18 struct clk_ops *clk_ops; argument
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);225 int (*enable)(struct clk_hw *hw);226 void (*disable)(struct clk_hw *hw);227 int (*is_enabled)(struct clk_hw *hw);238 u8 (*get_parent)(struct clk_hw *hw);246 int (*get_phase)(struct clk_hw *hw);252 int (*init)(struct clk_hw *hw);[all …]
132 const struct clk_ops *clk_ops; member
151 const struct sdhci_arasan_clk_ops *clk_ops; member173 const struct sdhci_arasan_clk_ops *clk_ops; member
541 struct ti_sci_clk_ops clk_ops; member
289 const struct clk_ops *clk_ops; member
Completed in 35 milliseconds