Home
last modified time | relevance | path

Searched refs:total_width (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/media/soc_camera/
Dsoc_ov5642.c612 int total_width; member
740 int total_width = priv->total_width; in ov5642_set_resolution() local
774 ret = reg_write16(client, REG_OUT_TOTAL_WIDTH_HIGH, total_width); in ov5642_set_resolution()
869 priv->total_width = rect.width + BLANKING_EXTRA_WIDTH; in ov5642_set_selection()
1031 priv->total_width = OV5642_DEFAULT_WIDTH + BLANKING_EXTRA_WIDTH; in ov5642_probe()
/drivers/edac/
Dghes_edac.c59 u16 total_width; member
176 if (entry->total_width == entry->data_width) in ghes_edac_dmidecode()
195 entry->total_width, entry->data_width); in ghes_edac_dmidecode()
Di7core_edac.c1852 u16 total_width; member
/drivers/gpu/drm/stm/
Dltdc.c551 u32 total_width, total_height; in ltdc_crtc_mode_set_nofb() local
578 total_width = accum_act_w + vm.hfront_porch; in ltdc_crtc_mode_set_nofb()
612 val = (total_width << 16) | total_height; in ltdc_crtc_mode_set_nofb()
/drivers/gpu/drm/i915/
Dintel_pm.c3870 u32 pipe_width = 0, total_width = 0, width_before_pipe = 0; in skl_ddb_get_pipe_allocation_limits() local
3922 total_width += hdisplay; in skl_ddb_get_pipe_allocation_limits()
3930 alloc->start = ddb_size * width_before_pipe / total_width; in skl_ddb_get_pipe_allocation_limits()
3931 alloc->end = ddb_size * (width_before_pipe + pipe_width) / total_width; in skl_ddb_get_pipe_allocation_limits()