Home
last modified time | relevance | path

Searched refs:v_sync_width (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/display/display_mode/
Dformat21 field:unsigned short v_sync_width; offset:42; size:2; signed:0;
25 …bled, REC->h_ref_to_sync, REC->v_ref_to_sync, REC->h_sync_width, REC->v_sync_width, REC->h_back_po…
/external/u-boot/drivers/video/
Dipu_disp.c832 uint16_t v_sync_width, uint16_t v_end_width, in ipu_init_sync_panel() argument
844 if ((v_sync_width == 0) || (h_sync_width == 0)) in ipu_init_sync_panel()
854 v_total = height + v_sync_width + v_start_width + v_end_width; in ipu_init_sync_panel()
1091 DI_SYNC_INT_HSYNC, 0, v_sync_width * 2); in ipu_init_sync_panel()
1096 v_sync_width + v_start_width, DI_SYNC_HSYNC, in ipu_init_sync_panel()
Dipu.h234 uint16_t v_sync_width, uint16_t v_end_width,
/external/u-boot/arch/arm/mach-exynos/include/mach/
Ddp_info.h33 unsigned int v_sync_width; member
/external/u-boot/drivers/video/exynos/
Dexynos_dp.c33 disp_info->v_total = disp_info->v_res + disp_info->v_sync_width + in exynos_dp_disp_info()
901 priv->disp_info.v_sync_width = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
Dexynos_dp_lowlevel.c1078 writel(priv->disp_info.v_sync_width, &dp_regs->vsw_cfg); in exynos_dp_config_video_bist()