Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/soc_camera/
Dov5642.c617 int total_height; member
743 int total_height = priv->total_height; in ov5642_set_resolution() local
778 ret = reg_write16(client, REG_OUT_TOTAL_HEIGHT_HIGH, total_height); in ov5642_set_resolution()
872 priv->total_height = max_t(int, rect.height + in ov5642_set_selection()
1035 priv->total_height = BLANKING_MIN_HEIGHT; in ov5642_probe()
/Linux-v4.19/tools/perf/util/
Dsvghelper.c42 static u64 total_height; variable
109 total_height = (1 + rows + cpu2slot(cpus)) * SLOT_MULT; in open_svg()
112 …PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n", svg_page_width, total_height); in open_svg()
676 total_height, color, color, color, thickness); in svg_time_grid()
/Linux-v4.19/drivers/gpu/drm/stm/
Dltdc.c519 u32 total_width, total_height; in ltdc_crtc_mode_set_nofb() local
538 total_height = accum_act_h + vm.vfront_porch; in ltdc_crtc_mode_set_nofb()
571 val = (total_width << 16) | total_height; in ltdc_crtc_mode_set_nofb()