Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/
Dar0521.c111 u16 total_height; member
177 be(sensor->total_height), in ar0521_set_geometry()
253 u16 total_height = sensor->fmt.height + AR0521_HEIGHT_BLANKING_MIN; in ar0521_calc_mode() local
266 sensor->total_height = total_height; in ar0521_calc_mode()
441 sensor->total_height = sensor->fmt.width + in ar0521_s_ctrl()
/Linux-v6.1/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-v6.1/drivers/gpu/drm/stm/
Dltdc.c901 u32 total_width, total_height; in ltdc_crtc_mode_set_nofb() local
964 total_height = mode->vtotal - 1; in ltdc_crtc_mode_set_nofb()
997 val = (total_width << 16) | total_height; in ltdc_crtc_mode_set_nofb()