Home
last modified time | relevance | path

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

/drivers/media/i2c/soc_camera/
Dmt9m001.c101 unsigned int total_h; member
199 mt9m001->total_h = rect.height + mt9m001->y_skip_top + vblank; in mt9m001_s_crop()
220 ret = reg_write(client, MT9M001_SHUTTER_WIDTH, mt9m001->total_h); in mt9m001_s_crop()
389 (524 + (mt9m001->total_h - 1) * (max - min)) / 1048 + min; in mt9m001_g_volatile_ctrl()
461 mt9m001->total_h = mt9m001->rect.height + in mt9m001_s_ctrl()
463 if (reg_write(client, MT9M001_SHUTTER_WIDTH, mt9m001->total_h) < 0) in mt9m001_s_ctrl()
Dmt9t031.c82 unsigned int total_h; member
279 mt9t031->total_h = rect->height + mt9t031->y_skip_top + vblank; in mt9t031_set_params()
281 ret = set_shutter(client, mt9t031->total_h); in mt9t031_set_params()
447 (shutter_max / 2 + (mt9t031->total_h - 1) * (max - min)) in mt9t031_g_volatile_ctrl()
529 mt9t031->total_h = mt9t031->rect.height + in mt9t031_s_ctrl()
532 if (set_shutter(client, mt9t031->total_h) < 0) in mt9t031_s_ctrl()
/drivers/video/fbdev/
Dpxa168fb.c569 u32 total_w, total_h, refresh; in pxa168fb_init_mode() local
593 total_h = var->yres + var->upper_margin + var->lower_margin + in pxa168fb_init_mode()
597 do_div(div_result, total_w * total_h * refresh); in pxa168fb_init_mode()