Home
last modified time | relevance | path

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

/external/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 …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h94766 struct clk_ops { struct
94767 int (*prepare)(struct clk_hw *);
94768 void (*unprepare)(struct clk_hw *);
94769 int (*is_prepared)(struct clk_hw *);
94770 void (*unprepare_unused)(struct clk_hw *);
94771 int (*enable)(struct clk_hw *);
94772 void (*disable)(struct clk_hw *);
94773 int (*is_enabled)(struct clk_hw *);
94774 void (*disable_unused)(struct clk_hw *);
94775 int (*save_context)(struct clk_hw *);
[all …]
Dvmlinux.h94766 struct clk_ops { struct
94767 int (*prepare)(struct clk_hw *);
94768 void (*unprepare)(struct clk_hw *);
94769 int (*is_prepared)(struct clk_hw *);
94770 void (*unprepare_unused)(struct clk_hw *);
94771 int (*enable)(struct clk_hw *);
94772 void (*disable)(struct clk_hw *);
94773 int (*is_enabled)(struct clk_hw *);
94774 void (*disable_unused)(struct clk_hw *);
94775 int (*save_context)(struct clk_hw *);
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h71489 struct clk_ops { struct
71490 int (*prepare)(struct clk_hw *);
71491 void (*unprepare)(struct clk_hw *);
71492 int (*is_prepared)(struct clk_hw *);
71493 void (*unprepare_unused)(struct clk_hw *);
71494 int (*enable)(struct clk_hw *);
71495 void (*disable)(struct clk_hw *);
71496 int (*is_enabled)(struct clk_hw *);
71497 void (*disable_unused)(struct clk_hw *);
71498 int (*save_context)(struct clk_hw *);
[all …]
Dvmlinux_510.h71489 struct clk_ops { struct
71490 int (*prepare)(struct clk_hw *);
71491 void (*unprepare)(struct clk_hw *);
71492 int (*is_prepared)(struct clk_hw *);
71493 void (*unprepare_unused)(struct clk_hw *);
71494 int (*enable)(struct clk_hw *);
71495 void (*disable)(struct clk_hw *);
71496 int (*is_enabled)(struct clk_hw *);
71497 void (*disable_unused)(struct clk_hw *);
71498 int (*save_context)(struct clk_hw *);
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h64295 struct clk_ops { struct
64296 int (*prepare)(struct clk_hw *);
64297 void (*unprepare)(struct clk_hw *);
64298 int (*is_prepared)(struct clk_hw *);
64299 void (*unprepare_unused)(struct clk_hw *);
64300 int (*enable)(struct clk_hw *);
64301 void (*disable)(struct clk_hw *);
64302 int (*is_enabled)(struct clk_hw *);
64303 void (*disable_unused)(struct clk_hw *);
64304 int (*save_context)(struct clk_hw *);
[all …]
Dvmlinux.h64295 struct clk_ops { struct
64296 int (*prepare)(struct clk_hw *);
64297 void (*unprepare)(struct clk_hw *);
64298 int (*is_prepared)(struct clk_hw *);
64299 void (*unprepare_unused)(struct clk_hw *);
64300 int (*enable)(struct clk_hw *);
64301 void (*disable)(struct clk_hw *);
64302 int (*is_enabled)(struct clk_hw *);
64303 void (*disable_unused)(struct clk_hw *);
64304 int (*save_context)(struct clk_hw *);
[all …]