Lines Matching defs:module

79 static struct s32cc_clk_obj *get_clk_parent(const struct s32cc_clk_obj *module)  in get_clk_parent()
167 static int enable_osc(struct s32cc_clk_obj *module, in enable_osc()
198 static struct s32cc_clk_obj *get_pll_parent(const struct s32cc_clk_obj *module) in get_pll_parent()
455 static int enable_pll(struct s32cc_clk_obj *module, in enable_pll()
560 static struct s32cc_clk_obj *get_pll_div_parent(const struct s32cc_clk_obj *module) in get_pll_div_parent()
571 static int enable_pll_div(struct s32cc_clk_obj *module, in enable_pll_div()
703 static struct s32cc_clk_obj *get_mux_parent(const struct s32cc_clk_obj *module) in get_mux_parent()
722 static int enable_mux(struct s32cc_clk_obj *module, in enable_mux()
771 static struct s32cc_clk_obj *get_dfs_parent(const struct s32cc_clk_obj *module) in get_dfs_parent()
782 static int enable_dfs(struct s32cc_clk_obj *module, in enable_dfs()
797 static int get_dfs_freq(const struct s32cc_clk_obj *module, in get_dfs_freq()
942 get_dfs_div_parent(const struct s32cc_clk_obj *module) in get_dfs_div_parent()
953 static int enable_dfs_div(struct s32cc_clk_obj *module, in enable_dfs_div()
997 static int enable_part(struct s32cc_clk_obj *module, in enable_part()
1011 static int enable_part_block(struct s32cc_clk_obj *module, in enable_part_block()
1040 get_part_block_parent(const struct s32cc_clk_obj *module) in get_part_block_parent()
1051 static int enable_part_block_link(struct s32cc_clk_obj *module, in enable_part_block_link()
1070 get_part_block_link_parent(const struct s32cc_clk_obj *module) in get_part_block_link_parent()
1077 static int get_part_block_link_freq(const struct s32cc_clk_obj *module, in get_part_block_link_freq()
1149 static int enable_cgm_div(struct s32cc_clk_obj *module, in enable_cgm_div()
1211 static int set_cgm_div_freq(const struct s32cc_clk_obj *module, in set_cgm_div_freq()
1256 static int get_cgm_div_freq(const struct s32cc_clk_obj *module, in get_cgm_div_freq()
1307 get_cgm_div_parent(const struct s32cc_clk_obj *module) in get_cgm_div_parent()
1319 static int no_enable(struct s32cc_clk_obj *module, in no_enable()
1360 static int enable_module(struct s32cc_clk_obj *module, in enable_module()
1422 static int enable_module_with_refcount(struct s32cc_clk_obj *module, in enable_module_with_refcount()
1452 static int set_osc_freq(const struct s32cc_clk_obj *module, unsigned long rate, in set_osc_freq()
1475 static int get_osc_freq(const struct s32cc_clk_obj *module, in get_osc_freq()
1498 static int set_clk_freq(const struct s32cc_clk_obj *module, unsigned long rate, in set_clk_freq()
1527 static int get_clk_freq(const struct s32cc_clk_obj *module, in get_clk_freq()
1557 static int set_pll_freq(const struct s32cc_clk_obj *module, unsigned long rate, in set_pll_freq()
1579 static int get_pll_freq(const struct s32cc_clk_obj *module, in get_pll_freq()
1653 static int set_pll_div_freq(const struct s32cc_clk_obj *module, unsigned long rate, in set_pll_div_freq()
1701 static int get_pll_div_freq(const struct s32cc_clk_obj *module, in get_pll_div_freq()
1752 static int set_fixed_div_freq(const struct s32cc_clk_obj *module, unsigned long rate, in set_fixed_div_freq()
1776 static int get_fixed_div_freq(const struct s32cc_clk_obj *module, in get_fixed_div_freq()
1793 static inline struct s32cc_clk_obj *get_fixed_div_parent(const struct s32cc_clk_obj *module) in get_fixed_div_parent()
1800 static int set_mux_freq(const struct s32cc_clk_obj *module, unsigned long rate, in set_mux_freq()
1821 static int get_mux_freq(const struct s32cc_clk_obj *module, in get_mux_freq()
1844 static int set_dfs_div_freq(const struct s32cc_clk_obj *module, unsigned long rate, in set_dfs_div_freq()
1897 static int get_dfs_div_freq(const struct s32cc_clk_obj *module, in get_dfs_div_freq()
1945 static int set_part_block_link_freq(const struct s32cc_clk_obj *module, in set_part_block_link_freq()
1967 static int set_module_rate(const struct s32cc_clk_obj *module, in set_module_rate()
2027 static int get_module_rate(const struct s32cc_clk_obj *module, in get_module_rate()
2132 static struct s32cc_clk_obj *get_no_parent(const struct s32cc_clk_obj *module) in get_no_parent()
2139 static struct s32cc_clk_obj *get_module_parent(const struct s32cc_clk_obj *module) in get_module_parent()