Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/sprd/
Dcomposite.c15 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_round_rate()
24 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_recalc_rate()
32 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_set_rate()
40 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_get_parent()
47 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_set_parent()
Dcomposite.h15 struct sprd_comp { struct
23 struct sprd_comp _struct = { \ argument
42 static inline struct sprd_comp *hw_to_sprd_comp(const struct clk_hw *hw) in hw_to_sprd_comp()
46 return container_of(common, struct sprd_comp, common); in hw_to_sprd_comp()