Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_dotclock.c19 struct sun4i_dclk { struct
25 static inline struct sun4i_dclk *hw_to_dclk(struct clk_hw *hw) in hw_to_dclk() argument
27 return container_of(hw, struct sun4i_dclk, hw); in hw_to_dclk()
32 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_disable()
40 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_enable()
49 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_is_enabled()
60 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_recalc_rate()
77 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_round_rate()
122 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_set_rate()
131 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_get_phase()
[all …]