Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_hdmi_ddc_clk.c18 struct sun4i_ddc { struct
26 static inline struct sun4i_ddc *hw_to_ddc(struct clk_hw *hw) in hw_to_ddc() argument
28 return container_of(hw, struct sun4i_ddc, hw); in hw_to_ddc()
69 struct sun4i_ddc *ddc = hw_to_ddc(hw); in sun4i_ddc_round_rate()
78 struct sun4i_ddc *ddc = hw_to_ddc(hw); in sun4i_ddc_recalc_rate()
93 struct sun4i_ddc *ddc = hw_to_ddc(hw); in sun4i_ddc_set_rate()
115 struct sun4i_ddc *ddc; in sun4i_ddc_create()