Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_tmds_clk.c14 struct sun4i_tmds { struct
21 static inline struct sun4i_tmds *hw_to_tmds(struct clk_hw *hw) in hw_to_tmds() argument
23 return container_of(hw, struct sun4i_tmds, hw); in hw_to_tmds()
69 struct sun4i_tmds *tmds = hw_to_tmds(hw); in sun4i_tmds_determine_rate()
128 struct sun4i_tmds *tmds = hw_to_tmds(hw); in sun4i_tmds_recalc_rate()
146 struct sun4i_tmds *tmds = hw_to_tmds(hw); in sun4i_tmds_set_rate()
170 struct sun4i_tmds *tmds = hw_to_tmds(hw); in sun4i_tmds_get_parent()
180 struct sun4i_tmds *tmds = hw_to_tmds(hw); in sun4i_tmds_set_parent()
206 struct sun4i_tmds *tmds; in sun4i_tmds_create()