Searched refs:total_h (Results 1 – 3 of 3) sorted by relevance
101 unsigned int total_h; member205 mt9m001->total_h = rect.height + mt9m001->y_skip_top + vblank; in mt9m001_set_selection()226 ret = reg_write(client, MT9M001_SHUTTER_WIDTH, mt9m001->total_h); in mt9m001_set_selection()396 (524 + (mt9m001->total_h - 1) * (max - min)) / 1048 + min; in mt9m001_g_volatile_ctrl()468 mt9m001->total_h = mt9m001->rect.height + in mt9m001_s_ctrl()470 if (reg_write(client, MT9M001_SHUTTER_WIDTH, mt9m001->total_h) < 0) in mt9m001_s_ctrl()
82 unsigned int total_h; member279 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()454 (shutter_max / 2 + (mt9t031->total_h - 1) * (max - min)) in mt9t031_g_volatile_ctrl()536 mt9t031->total_h = mt9t031->rect.height + in mt9t031_s_ctrl()539 if (set_shutter(client, mt9t031->total_h) < 0) in mt9t031_s_ctrl()
569 u32 total_w, total_h, refresh; in pxa168fb_init_mode() local593 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()