Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h59635 struct clk_ops { struct
59636 int (*prepare)(struct clk_hw *);
59637 void (*unprepare)(struct clk_hw *);
59638 int (*is_prepared)(struct clk_hw *);
59639 void (*unprepare_unused)(struct clk_hw *);
59640 int (*enable)(struct clk_hw *);
59641 void (*disable)(struct clk_hw *);
59642 int (*is_enabled)(struct clk_hw *);
59643 void (*disable_unused)(struct clk_hw *);
59644 int (*save_context)(struct clk_hw *);
[all …]