Lines Matching refs:current_timings
124 vpbe_dev->current_timings = var; in vpbe_get_mode_info()
138 *mode_info = vpbe_dev->current_timings; in vpbe_get_current_mode_info()
156 vpbe_dev->current_timings = var; in vpbe_get_std_info()
175 vpbe_dev->current_timings = var; in vpbe_get_std_info_by_name()
250 vpbe_dev->current_timings.left_margin); in vpbe_set_output()
252 vpbe_dev->current_timings.upper_margin); in vpbe_set_output()
318 vpbe_dev->current_timings = output->modes[i]; in vpbe_s_dv_timings()
333 vpbe_dev->current_timings.left_margin); in vpbe_s_dv_timings()
335 vpbe_dev->current_timings.upper_margin); in vpbe_s_dv_timings()
358 if (vpbe_dev->current_timings.timings_type & in vpbe_g_dv_timings()
360 *dv_timings = vpbe_dev->current_timings.dv_timings; in vpbe_g_dv_timings()
429 vpbe_dev->current_timings.left_margin); in vpbe_s_std()
431 vpbe_dev->current_timings.upper_margin); in vpbe_s_std()
446 struct vpbe_enc_mode_info *cur_timings = &vpbe_dev->current_timings; in vpbe_g_std()
508 vpbe_dev->current_timings = *preset_mode; in vpbe_set_mode()
510 vpbe_dev->current_timings.left_margin); in vpbe_set_mode()
512 vpbe_dev->current_timings.upper_margin); in vpbe_set_mode()
527 return vpbe_set_mode(vpbe_dev, &vpbe_dev->current_timings); in vpbe_set_default_mode()
810 vpbe_dev->current_timings = vpbe_dev->cfg->outputs[0].modes[0]; in vpbe_probe()