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()
144 regmap_update_bits(rgb->dc->hlcdc->regmap, ATMEL_HLCDC_CFG(5), in atmel_hlcdc_rgb_encoder_mode_set()
168 struct atmel_hlcdc_rgb_output *rgb = in atmel_hlcdc_panel_get_modes() local
170 struct atmel_hlcdc_panel *panel = atmel_hlcdc_rgb_output_to_panel(rgb); in atmel_hlcdc_panel_get_modes()
178 struct atmel_hlcdc_rgb_output *rgb = in atmel_hlcdc_rgb_mode_valid() local
181 return atmel_hlcdc_dc_mode_valid(rgb->dc, mode); in atmel_hlcdc_rgb_mode_valid()
189 struct atmel_hlcdc_rgb_output *rgb = in atmel_hlcdc_rgb_best_encoder() local
192 return &rgb->encoder; in atmel_hlcdc_rgb_best_encoder()
210 struct atmel_hlcdc_rgb_output *rgb = in atmel_hlcdc_panel_connector_destroy() local
212 struct atmel_hlcdc_panel *panel = atmel_hlcdc_rgb_output_to_panel(rgb); in atmel_hlcdc_panel_connector_destroy()