Lines Matching defs:clk_ops
68033 struct ti_sci_clk_ops clk_ops; member
101479 struct clk_ops { struct
101480 int (*prepare)(struct clk_hw *);
101481 void (*unprepare)(struct clk_hw *);
101482 int (*is_prepared)(struct clk_hw *);
101483 void (*unprepare_unused)(struct clk_hw *);
101484 int (*enable)(struct clk_hw *);
101485 void (*disable)(struct clk_hw *);
101486 int (*is_enabled)(struct clk_hw *);
101487 void (*disable_unused)(struct clk_hw *);
101488 int (*save_context)(struct clk_hw *);
101489 void (*restore_context)(struct clk_hw *);
101490 long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
101491 long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
101492 int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
101516 const struct clk_ops *ops; argument