Home
last modified time | relevance | path

Searched refs:vact (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/logicvc/
H A Dlogicvc_crtc.c75 unsigned int vact, vfp, vsl, vbp; in logicvc_crtc_atomic_enable() local
86 vact = mode->vdisplay; in logicvc_crtc_atomic_enable()
99 regmap_write(logicvc->regmap, LOGICVC_VRES_REG, vact - 1); in logicvc_crtc_atomic_enable()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A 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()
H A Dov5640.c191 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-6.6/drivers/media/i2c/
H A 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()
H A Dtda1997x.c1105 u16 vtot, vact, vfront1, vfront2, vsync, vback1, vback2; in tda1997x_detect_std() local
1128 vact = io_read16(sd, REG_FMT_V_ACT); in tda1997x_detect_std()
1137 vtot, vact, vfront1, vfront2, vsync, vback1, vback2, vsync_pos ? '+' : '-'); in tda1997x_detect_std()
1147 timings->bt.height = vact; in tda1997x_detect_std()
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c2410 unsigned vact = 0, hact = 0; in tpg_fill_plane_extras() local
2416 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras()
2417 ((hact ^ vact) << 3) | in tpg_fill_plane_extras()
2419 ((params->sav_eav_f ^ vact) << 1) | in tpg_fill_plane_extras()
2420 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
2425 unsigned vact = 0, hact = 1; in tpg_fill_plane_extras() local
2431 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras()
2432 ((hact ^ vact) << 3) | in tpg_fill_plane_extras()
2434 ((params->sav_eav_f ^ vact) << 1) | in tpg_fill_plane_extras()
2435 (hact ^ vact in tpg_fill_plane_extras()
[all...]
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c2416 unsigned vact = 0, hact = 0; in tpg_fill_plane_extras() local
2422 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras()
2423 ((hact ^ vact) << 3) | in tpg_fill_plane_extras()
2425 ((params->sav_eav_f ^ vact) << 1) | in tpg_fill_plane_extras()
2426 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
2431 unsigned vact = 0, hact = 1; in tpg_fill_plane_extras() local
2437 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras()
2438 ((hact ^ vact) << 3) | in tpg_fill_plane_extras()
2440 ((params->sav_eav_f ^ vact) << 1) | in tpg_fill_plane_extras()
2441 (hact ^ vact in tpg_fill_plane_extras()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.h193 u16 vact; member
H A Ddsi.c3891 dsi_vm->vact = req_vm->vactive; in dsi_vm_calc_blanking()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Domapdss.h185 u16 vact; member
H A Ddsi.c4532 dsi_vm->vact = req_vm->vactive; in dsi_vm_calc_blanking()
/kernel/linux/linux-5.10/include/video/
H A Domapfb_dss.h207 u16 vact; member
/kernel/linux/linux-6.6/include/video/
H A Domapfb_dss.h207 u16 vact; member
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c4631 dsi_vm->vact = req_vm->y_res; in dsi_vm_calc_blanking()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c4629 dsi_vm->vact = req_vm->y_res; in dsi_vm_calc_blanking()

Completed in 49 milliseconds