Lines Matching refs:encoder
174 struct ch7006_mode *ch7006_lookup_mode(struct drm_encoder *encoder, in ch7006_lookup_mode() argument
177 struct ch7006_priv *priv = to_ch7006_priv(encoder); in ch7006_lookup_mode()
200 void ch7006_setup_levels(struct drm_encoder *encoder) in ch7006_setup_levels() argument
202 struct i2c_client *client = drm_i2c_encoder_get_client(encoder); in ch7006_setup_levels()
203 struct ch7006_priv *priv = to_ch7006_priv(encoder); in ch7006_setup_levels()
231 void ch7006_setup_subcarrier(struct drm_encoder *encoder) in ch7006_setup_subcarrier() argument
233 struct i2c_client *client = drm_i2c_encoder_get_client(encoder); in ch7006_setup_subcarrier()
234 struct ch7006_priv *priv = to_ch7006_priv(encoder); in ch7006_setup_subcarrier()
255 void ch7006_setup_pll(struct drm_encoder *encoder) in ch7006_setup_pll() argument
257 struct i2c_client *client = drm_i2c_encoder_get_client(encoder); in ch7006_setup_pll()
258 struct ch7006_priv *priv = to_ch7006_priv(encoder); in ch7006_setup_pll()
293 void ch7006_setup_power_state(struct drm_encoder *encoder) in ch7006_setup_power_state() argument
295 struct ch7006_priv *priv = to_ch7006_priv(encoder); in ch7006_setup_power_state()
326 void ch7006_setup_properties(struct drm_encoder *encoder) in ch7006_setup_properties() argument
328 struct i2c_client *client = drm_i2c_encoder_get_client(encoder); in ch7006_setup_properties()
329 struct ch7006_priv *priv = to_ch7006_priv(encoder); in ch7006_setup_properties()