Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_hdmi_tmds_clk.c17 struct sun4i_tmds { struct
24 static inline struct sun4i_tmds *hw_to_tmds(struct clk_hw *hw) in hw_to_tmds() argument
26 return container_of(hw, struct sun4i_tmds, hw); in hw_to_tmds()
72 struct sun4i_tmds *tmds = hw_to_tmds(hw); in sun4i_tmds_determine_rate()
131 struct sun4i_tmds *tmds = hw_to_tmds(hw); in sun4i_tmds_recalc_rate()
149 struct sun4i_tmds *tmds = hw_to_tmds(hw); in sun4i_tmds_set_rate()
173 struct sun4i_tmds *tmds = hw_to_tmds(hw); in sun4i_tmds_get_parent()
183 struct sun4i_tmds *tmds = hw_to_tmds(hw); in sun4i_tmds_set_parent()
209 struct sun4i_tmds *tmds; in sun4i_tmds_create()