Searched refs:current_timings (Results 1 – 5 of 5) sorted by relevance
110 cropcap->bounds.width = vpbe_dev->current_timings.xres; in vpbe_g_cropcap()111 cropcap->bounds.height = vpbe_dev->current_timings.yres; in vpbe_g_cropcap()154 vpbe_dev->current_timings = var; in vpbe_get_mode_info()168 *mode_info = vpbe_dev->current_timings; in vpbe_get_current_mode_info()186 vpbe_dev->current_timings = var; in vpbe_get_std_info()205 vpbe_dev->current_timings = var; in vpbe_get_std_info_by_name()280 vpbe_dev->current_timings.left_margin); in vpbe_set_output()282 vpbe_dev->current_timings.upper_margin); in vpbe_set_output()348 vpbe_dev->current_timings = output->modes[i]; in vpbe_s_dv_timings()363 vpbe_dev->current_timings.left_margin); in vpbe_s_dv_timings()[all …]
441 v4l2_std_id standard_id = vpbe_dev->current_timings.std_id; in vpbe_disp_calculate_scale_factor()468 h_scale = vpbe_dev->current_timings.xres / pixfmt->width; in vpbe_disp_calculate_scale_factor()542 vpbe_dev->current_timings.xres - cfg->xsize); in vpbe_disp_adj_position()544 vpbe_dev->current_timings.yres - cfg->ysize); in vpbe_disp_adj_position()557 ((c->width + c->left) > vpbe_dev->current_timings.xres)) in vpbe_disp_check_window_params()558 c->width = vpbe_dev->current_timings.xres - c->left; in vpbe_disp_check_window_params()561 vpbe_dev->current_timings.yres)) in vpbe_disp_check_window_params()562 c->height = vpbe_dev->current_timings.yres - c->top; in vpbe_disp_check_window_params()565 if (vpbe_dev->current_timings.interlaced) in vpbe_disp_check_window_params()594 if (vpbe_dev->current_timings.interlaced) in vpbe_try_format()[all …]
53 struct v4l2_dv_timings current_timings; member264 gs->current_timings = *timings; in gs_s_dv_timings()273 *timings = gs->current_timings; in gs_g_dv_timings()342 reg_value = get_register_timings(&gs->current_timings); in gs_s_stream()444 gs->current_timings = reg_fmt[0].format; in gs_probe()
423 const struct tvp7002_timings_definition *current_timings; member571 device->current_timings = &tvp7002_timings[i]; in tvp7002_s_dv_timings()583 *dv_timings = device->current_timings->timings; in tvp7002_g_dv_timings()762 bt = &device->current_timings->timings.bt; in tvp7002_log_status()834 fmt->format.width = tvp7002->current_timings->timings.bt.width; in tvp7002_get_pad_format()835 fmt->format.height = tvp7002->current_timings->timings.bt.height; in tvp7002_get_pad_format()836 fmt->format.field = tvp7002->current_timings->scanmode; in tvp7002_get_pad_format()837 fmt->format.colorspace = tvp7002->current_timings->color_space; in tvp7002_get_pad_format()970 device->current_timings = tvp7002_timings; in tvp7002_probe()1007 timings = device->current_timings->timings; in tvp7002_probe()
189 struct vpbe_enc_mode_info current_timings; member