Lines Matching refs:current_timings
114 cropcap->bounds.width = vpbe_dev->current_timings.xres; in vpbe_g_cropcap()
115 cropcap->bounds.height = vpbe_dev->current_timings.yres; in vpbe_g_cropcap()
158 vpbe_dev->current_timings = var; in vpbe_get_mode_info()
172 *mode_info = vpbe_dev->current_timings; in vpbe_get_current_mode_info()
190 vpbe_dev->current_timings = var; in vpbe_get_std_info()
209 vpbe_dev->current_timings = var; in vpbe_get_std_info_by_name()
286 vpbe_dev->current_timings.left_margin); in vpbe_set_output()
288 vpbe_dev->current_timings.upper_margin); in vpbe_set_output()
354 vpbe_dev->current_timings = output->modes[i]; in vpbe_s_dv_timings()
369 vpbe_dev->current_timings.left_margin); in vpbe_s_dv_timings()
371 vpbe_dev->current_timings.upper_margin); in vpbe_s_dv_timings()
394 if (vpbe_dev->current_timings.timings_type & in vpbe_g_dv_timings()
396 *dv_timings = vpbe_dev->current_timings.dv_timings; in vpbe_g_dv_timings()
465 vpbe_dev->current_timings.left_margin); in vpbe_s_std()
467 vpbe_dev->current_timings.upper_margin); in vpbe_s_std()
482 struct vpbe_enc_mode_info *cur_timings = &vpbe_dev->current_timings; in vpbe_g_std()
545 vpbe_dev->current_timings = *preset_mode; in vpbe_set_mode()
547 vpbe_dev->current_timings.left_margin); in vpbe_set_mode()
549 vpbe_dev->current_timings.upper_margin); in vpbe_set_mode()
565 return vpbe_set_mode(vpbe_dev, &vpbe_dev->current_timings); in vpbe_set_default_mode()
854 vpbe_dev->current_timings = vpbe_dev->cfg->outputs[0].modes[0]; in vpbe_probe()