Home
last modified time | relevance | path

Searched refs:sprd_comp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/clk/sprd/
H A Dcomposite.c15 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_determine_rate()
23 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_recalc_rate()
31 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_set_rate()
39 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_get_parent()
46 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_set_parent()
H A Dcomposite.h15 struct sprd_comp { struct
24 struct sprd_comp _struct = { \ argument
59 static inline struct sprd_comp *hw_to_sprd_comp(const struct clk_hw *hw) in hw_to_sprd_comp()
63 return container_of(common, struct sprd_comp, common); in hw_to_sprd_comp()