Lines Matching refs:mode_data
79 const struct nt35950_panel_mode *mode_data; member
222 const struct nt35950_panel_mode *mode_data = nt->desc->mode_data; in nt35950_set_dispout() local
224 if (mode_data[nt->cur_mode].is_video_mode) in nt35950_set_dispout()
226 if (mode_data[nt->cur_mode].enable_sram) in nt35950_set_dispout()
247 &nt->desc->mode_data[i].mode, in nt35950_get_current_mode()
257 const struct nt35950_panel_mode *mode_data = nt->desc->mode_data; in nt35950_on() local
266 nt35950_set_data_compression(&dsi_ctx, nt, mode_data[nt->cur_mode].compression); in nt35950_on()
267 nt35950_set_scale_mode(&dsi_ctx, mode_data[nt->cur_mode].scaler_mode); in nt35950_on()
268 nt35950_set_scaler(&dsi_ctx, mode_data[nt->cur_mode].scaler_on); in nt35950_on()
416 &nt->desc->mode_data[i].mode); in nt35950_get_modes()
430 connector->display_info.height_mm = nt->desc->mode_data[0].mode.height_mm; in nt35950_get_modes()
431 connector->display_info.width_mm = nt->desc->mode_data[0].mode.width_mm; in nt35950_get_modes()
514 if (nt->desc->mode_data[0].is_video_mode) in nt35950_probe()
586 .mode_data = sharp_ls055d1sx04_modes,