Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
Dsun4i_dotclock.c15 struct sun4i_dclk { struct
21 static inline struct sun4i_dclk *hw_to_dclk(struct clk_hw *hw) in hw_to_dclk() argument
23 return container_of(hw, struct sun4i_dclk, hw); in hw_to_dclk()
28 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_disable()
36 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_enable()
45 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_is_enabled()
56 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_recalc_rate()
73 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_round_rate()
118 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_set_rate()
127 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_get_phase()
[all …]