Home
last modified time | relevance | path

Searched refs:hbp (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/display/driver/adapter_soc/
H A Dhi35xx_disp.c164 hpixel = info->width + info->hbp + info->hfp + info->hsw; in CalcPixelClk()
179 hpixel = info->width + info->hbp + info->hfp + info->hsw; in CalcDataRate()
214 cfg.timing.hbpPixels = info->hbp; in MipiDsiInit()
215 cfg.timing.hlinePixels = info->width + info->hbp + info->hfp + info->hsw; in MipiDsiInit()
/ohos5.0/drivers/hdf_core/framework/model/display/driver/
H A Dhdf_disp.h75 uint32_t hbp; member
127 uint32_t hbp; member
H A Dhdf_disp.c145 info->hbp = panel->info->hbp; in GetDispInfo()
H A Dhdf_drm_panel.c223 hdfDrmPanel->mode.htotal = panelInfo->width + panelInfo->hfp + panelInfo->hsw + panelInfo->hbp; in CreateDrmMode()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-lcd-des.md163 cfg.timing.hbpPixels = info->hbp;
164 cfg.timing.hlinePixels = info->width + info->hbp + info->hfp + info->hsw;
215 uint32_t hbp; // 水平同步信号的后肩
/ohos5.0/drivers/peripheral/display/hal/
H A Ddisp_common.h126 uint32_t hbp; member
H A Ddisp_hal.c87 HDF_LOGI("tmpInfo->hbp = %u, tmpInfo->hfp = %u", tmpInfo->hbp, tmpInfo->hfp); in GetInfo()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/mipi_dsi/
H A Dmipi_tx_hi35xx.c492 unsigned int hbp; in SetTimingConfig() local
502 hbp = g_actualPhyDataRate * cfg->syncInfo.vidHbpPixels * 125 / cfg->pixelClk; in SetTimingConfig()
506 g_mipiTxRegsVa->VID_HBP_TIME.u32 = hbp; in SetTimingConfig()
515 HDF_LOGI("VID_HBP_TIME(0x4c): 0x%x", hbp); in SetTimingConfig()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-lcd-des.md162 cfg.timing.hbpPixels = info->hbp;
163 cfg.timing.hlinePixels = info->width + info->hbp + info->hfp + info->hsw;
214 uint32_t hbp; // Horizontal back porch
/ohos5.0/drivers/hdf_core/framework/model/display/driver/panel/
H A Dmipi_icn9700.c262 .hbp = HORIZONTAL_BACK_PORCH, /* horizontal back porch */
H A Dili9881_st_5p5.c573 .hbp = 40, /* horizontal back porch */
H A Dili9881c_boe.c603 .hbp = 80, /* horizontal back porch */
/ohos5.0/drivers/hdf_core/framework/model/display/driver/lcdkit/
H A Dlcdkit_parse_config.c126 PARSE_PANEL_SYMBOL(node, drsOps, "hbp", &info->hbp); in ParsePanelInfo()
/ohos5.0/drivers/peripheral/display/hal/default/
H A Ddisplay_layer.c96 uint32_t hbp; member