Home
last modified time | relevance | path

Searched refs:vact (Results 1 – 6 of 6) sorted by relevance

/drivers/media/i2c/
Dtw9910.c517 unsigned int vact; in tw9910_s_std() local
526 vact = 240; in tw9910_s_std()
530 vact = 288; in tw9910_s_std()
537 ((vact >> 4) & 0x30) | in tw9910_s_std()
545 vact & 0xff); in tw9910_s_std()
Dov5640.c194 u32 vact; member
1105 return ov5640_write_reg16(sensor, OV5640_REG_VFIFO_VSIZE, mode->vact); in ov5640_set_jpeg_timings()
1124 ret = ov5640_write_reg16(sensor, OV5640_REG_TIMING_DVPVO, mode->vact); in ov5640_set_timings()
1560 hact, vact, in ov5640_find_mode()
1564 (!nearest && (mode->hact != width || mode->vact != height))) in ov5640_find_mode()
2269 fmt->height = mode->vact; in ov5640_try_fmt_internal()
2837 ov5640_mode_data[fse->index].vact; in ov5640_enum_frame_size()
2901 mode->hact, mode->vact); in ov5640_s_frame_interval()
2909 mode->vact, true); in ov5640_s_frame_interval()
/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c2378 unsigned vact = 0, hact = 0; in tpg_fill_plane_extras() local
2384 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras()
2385 ((hact ^ vact) << 3) | in tpg_fill_plane_extras()
2387 ((params->sav_eav_f ^ vact) << 1) | in tpg_fill_plane_extras()
2388 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
2393 unsigned vact = 0, hact = 1; in tpg_fill_plane_extras() local
2399 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras()
2400 ((hact ^ vact) << 3) | in tpg_fill_plane_extras()
2402 ((params->sav_eav_f ^ vact) << 1) | in tpg_fill_plane_extras()
2403 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
/drivers/gpu/drm/omapdrm/dss/
Ddsi.h193 u16 vact; member
Ddsi.c3891 dsi_vm->vact = req_vm->vactive; in dsi_vm_calc_blanking()
/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c4631 dsi_vm->vact = req_vm->y_res; in dsi_vm_calc_blanking()