Searched refs:current_timings (Results 1 – 4 of 4) sorted by relevance
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()[all …]
440 v4l2_std_id standard_id = vpbe_dev->current_timings.std_id; in vpbe_disp_calculate_scale_factor()467 h_scale = vpbe_dev->current_timings.xres / pixfmt->width; in vpbe_disp_calculate_scale_factor()541 vpbe_dev->current_timings.xres - cfg->xsize); in vpbe_disp_adj_position()543 vpbe_dev->current_timings.yres - cfg->ysize); in vpbe_disp_adj_position()556 ((c->width + c->left) > vpbe_dev->current_timings.xres)) in vpbe_disp_check_window_params()557 c->width = vpbe_dev->current_timings.xres - c->left; in vpbe_disp_check_window_params()560 vpbe_dev->current_timings.yres)) in vpbe_disp_check_window_params()561 c->height = vpbe_dev->current_timings.yres - c->top; in vpbe_disp_check_window_params()564 if (vpbe_dev->current_timings.interlaced) in vpbe_disp_check_window_params()593 if (vpbe_dev->current_timings.interlaced) in vpbe_try_format()[all …]
427 const struct tvp7002_timings_definition *current_timings; member575 device->current_timings = &tvp7002_timings[i]; in tvp7002_s_dv_timings()587 *dv_timings = device->current_timings->timings; in tvp7002_g_dv_timings()766 bt = &device->current_timings->timings.bt; in tvp7002_log_status()838 fmt->format.width = tvp7002->current_timings->timings.bt.width; in tvp7002_get_pad_format()839 fmt->format.height = tvp7002->current_timings->timings.bt.height; in tvp7002_get_pad_format()840 fmt->format.field = tvp7002->current_timings->scanmode; in tvp7002_get_pad_format()841 fmt->format.colorspace = tvp7002->current_timings->color_space; in tvp7002_get_pad_format()972 device->current_timings = tvp7002_timings; in tvp7002_probe()1009 timings = device->current_timings->timings; in tvp7002_probe()
193 struct vpbe_enc_mode_info current_timings; member