Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h67969 struct ti_sci_clk_ops { struct
67970 int (*get_clock)(const struct ti_sci_handle *, u32, u32, bool, bool, bool);
67971 int (*idle_clock)(const struct ti_sci_handle *, u32, u32);
67972 int (*put_clock)(const struct ti_sci_handle *, u32, u32);
67973 int (*is_auto)(const struct ti_sci_handle *, u32, u32, bool *);
67974 int (*is_on)(const struct ti_sci_handle *, u32, u32, bool *, bool *);
67975 int (*is_off)(const struct ti_sci_handle *, u32, u32, bool *, bool *);
67976 int (*set_parent)(const struct ti_sci_handle *, u32, u32, u32);
67977 int (*get_parent)(const struct ti_sci_handle *, u32, u32, u32 *);
67978 int (*get_num_parents)(const struct ti_sci_handle *, u32, u32, u32 *);
[all …]