Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h68033 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 *);
[all …]