Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h70117 struct clk_ops { struct
70118 int (*prepare)(struct clk_hw *);
70119 void (*unprepare)(struct clk_hw *);
70120 int (*is_prepared)(struct clk_hw *);
70121 void (*unprepare_unused)(struct clk_hw *);
70122 int (*enable)(struct clk_hw *);
70123 void (*disable)(struct clk_hw *);
70124 int (*is_enabled)(struct clk_hw *);
70125 void (*disable_unused)(struct clk_hw *);
70126 int (*save_context)(struct clk_hw *);
[all …]