Searched refs:hbp (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/model/display/driver/adapter_soc/ |
H A D | hi35xx_disp.c | 164 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 D | hdf_disp.h | 75 uint32_t hbp; member 127 uint32_t hbp; member
|
H A D | hdf_disp.c | 145 info->hbp = panel->info->hbp; in GetDispInfo()
|
H A D | hdf_drm_panel.c | 223 hdfDrmPanel->mode.htotal = panelInfo->width + panelInfo->hfp + panelInfo->hsw + panelInfo->hbp; in CreateDrmMode()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-lcd-des.md | 163 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 D | disp_common.h | 126 uint32_t hbp; member
|
H A D | disp_hal.c | 87 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 D | mipi_tx_hi35xx.c | 492 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 D | driver-peripherals-lcd-des.md | 162 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 D | mipi_icn9700.c | 262 .hbp = HORIZONTAL_BACK_PORCH, /* horizontal back porch */
|
H A D | ili9881_st_5p5.c | 573 .hbp = 40, /* horizontal back porch */
|
H A D | ili9881c_boe.c | 603 .hbp = 80, /* horizontal back porch */
|
/ohos5.0/drivers/hdf_core/framework/model/display/driver/lcdkit/ |
H A D | lcdkit_parse_config.c | 126 PARSE_PANEL_SYMBOL(node, drsOps, "hbp", &info->hbp); in ParsePanelInfo()
|
/ohos5.0/drivers/peripheral/display/hal/default/ |
H A D | display_layer.c | 96 uint32_t hbp; member
|