Lines Matching refs:rgb
91 struct atmel_hlcdc_rgb_output *rgb = in atmel_hlcdc_panel_encoder_enable() local
93 struct atmel_hlcdc_panel *panel = atmel_hlcdc_rgb_output_to_panel(rgb); in atmel_hlcdc_panel_encoder_enable()
100 struct atmel_hlcdc_rgb_output *rgb = in atmel_hlcdc_panel_encoder_disable() local
102 struct atmel_hlcdc_panel *panel = atmel_hlcdc_rgb_output_to_panel(rgb); in atmel_hlcdc_panel_encoder_disable()
120 struct atmel_hlcdc_rgb_output *rgb = in atmel_hlcdc_rgb_encoder_mode_set() local
122 struct drm_display_info *info = &rgb->connector.display_info; in atmel_hlcdc_rgb_encoder_mode_set()
140 regmap_update_bits(rgb->dc->hlcdc->regmap, ATMEL_HLCDC_CFG(5), in atmel_hlcdc_rgb_encoder_mode_set()
164 struct atmel_hlcdc_rgb_output *rgb = in atmel_hlcdc_panel_get_modes() local
166 struct atmel_hlcdc_panel *panel = atmel_hlcdc_rgb_output_to_panel(rgb); in atmel_hlcdc_panel_get_modes()
174 struct atmel_hlcdc_rgb_output *rgb = in atmel_hlcdc_rgb_mode_valid() local
177 return atmel_hlcdc_dc_mode_valid(rgb->dc, mode); in atmel_hlcdc_rgb_mode_valid()
185 struct atmel_hlcdc_rgb_output *rgb = in atmel_hlcdc_rgb_best_encoder() local
188 return &rgb->encoder; in atmel_hlcdc_rgb_best_encoder()
206 struct atmel_hlcdc_rgb_output *rgb = in atmel_hlcdc_panel_connector_destroy() local
208 struct atmel_hlcdc_panel *panel = atmel_hlcdc_rgb_output_to_panel(rgb); in atmel_hlcdc_panel_connector_destroy()