Lines Matching defs:clknode
91 struct clknode { struct
96 TAILQ_ENTRY(clknode) clkdom_link; /* Domain list entry */ argument
105 struct clknode **parents; /* Array of potential parents */ argument
106 struct clknode *parent; /* Current parent */ argument
109 clknode_list_t children; /* List of our children */ argument
133 struct clknode *clknode; argument
200 clknode_method_init(struct clknode *clknode, device_t dev) in clknode_method_init()
207 clknode_method_recalc_freq(struct clknode *clknode, uint64_t *freq) in clknode_method_recalc_freq()
214 clknode_method_set_freq(struct clknode *clknode, uint64_t fin, uint64_t *fout, in clknode_method_set_freq()
282 clknode_refresh_cache(struct clknode *clknode, uint64_t freq) in clknode_refresh_cache()
435 struct clknode *clknode; in clkdom_finit() local
508 struct clknode *clknode; in clkdom_dump() local
540 struct clknode *clknode; in clknode_create() local
703 clknode_register(struct clkdom * clkdom, struct clknode *clknode) in clknode_register()
726 struct clknode *clknode; in clknode_finish() local
744 clknode_adjust_parent(struct clknode *clknode, int idx) in clknode_adjust_parent()
774 clknode_init_parent_idx(struct clknode *clknode, int idx) in clknode_init_parent_idx()
791 clknode_set_parent_by_idx(struct clknode *clknode, int idx) in clknode_set_parent_by_idx()
821 clknode_set_parent_by_name(struct clknode *clknode, const char *name) in clknode_set_parent_by_name()
872 clknode_get_parent(struct clknode *clknode) in clknode_get_parent()
879 clknode_get_name(struct clknode *clknode) in clknode_get_name()
886 clknode_get_parent_names(struct clknode *clknode) in clknode_get_parent_names()
893 clknode_get_parents_num(struct clknode *clknode) in clknode_get_parents_num()
900 clknode_get_parent_idx(struct clknode *clknode) in clknode_get_parent_idx()
907 clknode_get_flags(struct clknode *clknode) in clknode_get_flags()
915 clknode_get_softc(struct clknode *clknode) in clknode_get_softc()
922 clknode_get_device(struct clknode *clknode) in clknode_get_device()
941 clknode_get_freq(struct clknode *clknode, uint64_t *freq) in clknode_get_freq()
977 _clknode_set_freq(struct clknode *clknode, uint64_t *freq, int flags, in _clknode_set_freq()
1052 clknode_set_freq(struct clknode *clknode, uint64_t freq, int flags, in clknode_set_freq()
1060 clknode_test_freq(struct clknode *clknode, uint64_t freq, int flags, in clknode_test_freq()
1074 clknode_enable(struct clknode *clknode) in clknode_enable()
1103 clknode_disable(struct clknode *clknode) in clknode_disable()
1130 clknode_stop(struct clknode *clknode, int depth) in clknode_stop()
1166 clk_create(struct clknode *clknode, device_t dev) in clk_create()
1185 struct clknode *clknode; in clk_get_freq() local
1201 struct clknode *clknode; in clk_set_freq() local
1218 struct clknode *clknode; in clk_test_freq() local
1234 struct clknode *clknode; in clk_get_parent() local
1256 struct clknode *clknode; in clk_set_parent_by_clk() local
1275 struct clknode *clknode; in clk_enable() local
1292 struct clknode *clknode; in clk_disable() local
1311 struct clknode *clknode; in clk_stop() local
1328 struct clknode *clknode; in clk_release() local
1351 struct clknode *clknode; in clk_get_name() local
1363 struct clknode *clknode; in clk_get_by_name() local
1379 struct clknode *clknode; in clk_get_by_id() local
1499 struct clknode *clknode; in clk_get_by_ofw_index_prop() local
1643 struct clknode *clknode; in clkdom_sysctl() local
1665 struct clknode *clknode, *children; in clknode_sysctl() local