Home
last modified time | relevance | path

Searched refs:hsw (Results 1 – 10 of 10) sorted by relevance

/drivers/hdf_core/framework/model/display/driver/adapter_soc/
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()
213 cfg.timing.hsaPixels = info->hsw; in MipiDsiInit()
215 cfg.timing.hlinePixels = info->width + info->hbp + info->hfp + info->hsw; in MipiDsiInit()
/drivers/hdf_core/framework/model/display/driver/
Dhdf_disp.h77 uint32_t hsw; member
129 uint32_t hsw; member
Dhdf_drm_panel.c222 hdfDrmPanel->mode.hsync_end = panelInfo->width + panelInfo->hfp + panelInfo->hsw; in CreateDrmMode()
223 hdfDrmPanel->mode.htotal = panelInfo->width + panelInfo->hfp + panelInfo->hsw + panelInfo->hbp; in CreateDrmMode()
Dhdf_disp.c147 info->hsw = panel->info->hsw; in GetDispInfo()
/drivers/peripheral/display/hal/
Ddisp_common.h128 uint32_t hsw; member
/drivers/hdf_core/framework/model/display/driver/panel/
Dmipi_icn9700.c264 .hsw = HORIZONTAL_SYNC_WIDTH, /* horizontal sync width */
Dili9881_st_5p5.c575 .hsw = 10, /* horizontal sync width */
Dili9881c_boe.c605 .hsw = 20, /* horizontal sync width */
/drivers/hdf_core/framework/model/display/driver/lcdkit/
Dlcdkit_parse_config.c125 PARSE_PANEL_SYMBOL(node, drsOps, "hsw", &info->hsw); in ParsePanelInfo()
/drivers/peripheral/display/hal/default/
Ddisplay_layer.c98 uint32_t hsw; member