Lines Matching refs:mode_data
80 const struct nt35950_panel_mode *mode_data; member
259 const struct nt35950_panel_mode *mode_data = nt->desc->mode_data; in nt35950_set_dispout() local
261 if (mode_data[nt->cur_mode].is_video_mode) in nt35950_set_dispout()
263 if (mode_data[nt->cur_mode].enable_sram) in nt35950_set_dispout()
284 &nt->desc->mode_data[i].mode, in nt35950_get_current_mode()
294 const struct nt35950_panel_mode *mode_data = nt->desc->mode_data; in nt35950_on() local
307 ret = nt35950_set_data_compression(nt, mode_data[nt->cur_mode].compression); in nt35950_on()
311 ret = nt35950_set_scale_mode(nt, mode_data[nt->cur_mode].scaler_mode); in nt35950_on()
315 ret = nt35950_set_scaler(nt, mode_data[nt->cur_mode].scaler_on); in nt35950_on()
512 &nt->desc->mode_data[i].mode); in nt35950_get_modes()
526 connector->display_info.height_mm = nt->desc->mode_data[0].mode.height_mm; in nt35950_get_modes()
527 connector->display_info.width_mm = nt->desc->mode_data[0].mode.width_mm; in nt35950_get_modes()
608 if (nt->desc->mode_data[0].is_video_mode) in nt35950_probe()
676 .mode_data = sharp_ls055d1sx04_modes,