Lines Matching refs:mode_data
80 const struct nt35950_panel_mode *mode_data; member
251 const struct nt35950_panel_mode *mode_data = nt->desc->mode_data; in nt35950_set_dispout() local
253 if (mode_data[nt->cur_mode].is_video_mode) in nt35950_set_dispout()
255 if (mode_data[nt->cur_mode].enable_sram) in nt35950_set_dispout()
276 &nt->desc->mode_data[i].mode, in nt35950_get_current_mode()
286 const struct nt35950_panel_mode *mode_data = nt->desc->mode_data; in nt35950_on() local
299 ret = nt35950_set_data_compression(nt, mode_data[nt->cur_mode].compression); in nt35950_on()
303 ret = nt35950_set_scale_mode(nt, mode_data[nt->cur_mode].scaler_mode); in nt35950_on()
307 ret = nt35950_set_scaler(nt, mode_data[nt->cur_mode].scaler_on); in nt35950_on()
504 &nt->desc->mode_data[i].mode); in nt35950_get_modes()
518 connector->display_info.height_mm = nt->desc->mode_data[0].mode.height_mm; in nt35950_get_modes()
519 connector->display_info.width_mm = nt->desc->mode_data[0].mode.width_mm; in nt35950_get_modes()
604 if (nt->desc->mode_data[0].is_video_mode) in nt35950_probe()
676 .mode_data = sharp_ls055d1sx04_modes,