Home
last modified time | relevance | path

Searched refs:h_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/
Dformat20 field:unsigned short h_sync_width; offset:40; size:2; signed:0;
25 ", REC->dev_id, REC->enabled, REC->h_ref_to_sync, REC->v_ref_to_sync, REC->h_sync_width, REC->v_syn…
/external/u-boot/drivers/video/
Dipu_disp.c830 uint16_t h_start_width, uint16_t h_sync_width, in ipu_init_sync_panel() argument
844 if ((v_sync_width == 0) || (h_sync_width == 0)) in ipu_init_sync_panel()
853 h_total = width + h_sync_width + h_start_width + h_end_width; in ipu_init_sync_panel()
1085 DI_SYNC_CLK, 0, h_sync_width * 2); in ipu_init_sync_panel()
1101 h_sync_width + h_start_width, DI_SYNC_CLK, in ipu_init_sync_panel()
Dipu.h232 uint16_t h_start_width, uint16_t h_sync_width,
/external/u-boot/arch/arm/mach-exynos/include/mach/
Ddp_info.h28 unsigned int h_sync_width; member
/external/u-boot/drivers/video/exynos/
Dexynos_dp.c31 disp_info->h_total = disp_info->h_res + disp_info->h_sync_width + in exynos_dp_disp_info()
893 priv->disp_info.h_sync_width = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
Dexynos_dp_lowlevel.c1094 writel(H_SYNC_PORCH_CFG_L(priv->disp_info.h_sync_width), in exynos_dp_config_video_bist()
1096 writel(H_SYNC_PORCH_CFG_H(priv->disp_info.h_sync_width), in exynos_dp_config_video_bist()