Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_ddc_clk.c14 struct sun4i_ddc { struct
22 static inline struct sun4i_ddc *hw_to_ddc(struct clk_hw *hw) in hw_to_ddc() argument
24 return container_of(hw, struct sun4i_ddc, hw); in hw_to_ddc()
65 struct sun4i_ddc *ddc = hw_to_ddc(hw); in sun4i_ddc_round_rate()
74 struct sun4i_ddc *ddc = hw_to_ddc(hw); in sun4i_ddc_recalc_rate()
89 struct sun4i_ddc *ddc = hw_to_ddc(hw); in sun4i_ddc_set_rate()
111 struct sun4i_ddc *ddc; in sun4i_ddc_create()