Home
last modified time | relevance | path

Searched refs:total_height (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/staging/media/soc_camera/
Dsoc_ov5642.c613 int total_height; member
741 int total_height = priv->total_height; in ov5642_set_resolution() local
776 ret = reg_write16(client, REG_OUT_TOTAL_HEIGHT_HIGH, total_height); in ov5642_set_resolution()
870 priv->total_height = max_t(int, rect.height + in ov5642_set_selection()
1032 priv->total_height = BLANKING_MIN_HEIGHT; in ov5642_probe()
/Linux-v5.4/tools/perf/util/
Dsvghelper.c40 static u64 total_height; variable
107 total_height = (1 + rows + cpu2slot(cpus)) * SLOT_MULT; in open_svg()
110 …PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n", svg_page_width, total_height); in open_svg()
674 total_height, color, color, color, thickness); in svg_time_grid()
/Linux-v5.4/drivers/gpu/drm/stm/
Dltdc.c551 u32 total_width, total_height; in ltdc_crtc_mode_set_nofb() local
579 total_height = accum_act_h + vm.vfront_porch; in ltdc_crtc_mode_set_nofb()
612 val = (total_width << 16) | total_height; in ltdc_crtc_mode_set_nofb()