Searched refs:vact (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
D | tw9910.c | 517 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()
|
D | ov5640.c | 191 u32 vact; member 1079 return ov5640_write_reg16(sensor, OV5640_REG_VFIFO_VSIZE, mode->vact); in ov5640_set_jpeg_timings() 1098 ret = ov5640_write_reg16(sensor, OV5640_REG_TIMING_DVPVO, mode->vact); in ov5640_set_timings() 1534 hact, vact, in ov5640_find_mode() 1538 (!nearest && (mode->hact != width || mode->vact != height))) in ov5640_find_mode() 2243 fmt->height = mode->vact; in ov5640_try_fmt_internal() 2809 ov5640_mode_data[fse->index].vact; in ov5640_enum_frame_size() 2873 mode->hact, mode->vact); in ov5640_s_frame_interval() 2881 mode->vact, true); in ov5640_s_frame_interval()
|
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 2378 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
D | omapdss.h | 185 u16 vact; member
|
D | dsi.c | 4526 dsi_vm->vact = req_vm->vactive; in dsi_vm_calc_blanking()
|
/kernel/linux/linux-5.10/include/video/ |
D | omapfb_dss.h | 207 u16 vact; member
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0027_linux_drivers_media.patch | 280 - (!nearest && (mode->hact != width || mode->vact != height))) 285 + (!nearest && (mode->hact != width || mode->vact != height))) { 367 fmt->height = mode->vact; 414 + fie->height == ov5640_mode_data[j].vact && 445 + sensor->current_mode->vact,
|
D | 0020_linux_drivers_gpu.patch | 34069 + u32 vact, vtotal, vsync, vsbp; 34090 + vact = m->crtc_vdisplay; 34098 + dpu_fg_write(fg, VTCFG1, VACT(vact) | VTOTAL(vtotal)); 34102 + kick_row = vact;
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 4631 dsi_vm->vact = req_vm->y_res; in dsi_vm_calc_blanking()
|