Home
last modified time | relevance | path

Searched refs:hact (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/media/i2c/
Dov5640.c186 u32 hact; member
1062 ret = ov5640_write_reg16(sensor, OV5640_REG_VFIFO_HSIZE, mode->hact); in ov5640_set_jpeg_timings()
1081 ret = ov5640_write_reg16(sensor, OV5640_REG_TIMING_DVPHO, mode->hact); in ov5640_set_timings()
1602 hact, vact, in ov5640_find_mode()
1606 (!nearest && (mode->hact != width || mode->vact != height))) in ov5640_find_mode()
1611 !(mode->hact == 640 && mode->vact == 480)) in ov5640_find_mode()
2176 fmt->width = mode->hact; in ov5640_try_fmt_internal()
2732 ov5640_mode_data[fse->index].hact; in ov5640_enum_frame_size()
2799 mode->hact, mode->vact); in ov5640_s_frame_interval()
2806 mode = ov5640_find_mode(sensor, frame_rate, mode->hact, in ov5640_s_frame_interval()
Dtw9910.c515 const unsigned int hact = 720; in tw9910_s_std() local
539 ((hact >> 8) & 0x03)); in tw9910_s_std()
/Linux-v5.4/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c2352 unsigned vact = 0, hact = 0; in tpg_fill_plane_extras() local
2358 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras()
2359 ((hact ^ vact) << 3) | in tpg_fill_plane_extras()
2360 ((hact ^ params->sav_eav_f) << 2) | in tpg_fill_plane_extras()
2362 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
2367 unsigned vact = 0, hact = 1; in tpg_fill_plane_extras() local
2373 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras()
2374 ((hact ^ vact) << 3) | in tpg_fill_plane_extras()
2375 ((hact ^ params->sav_eav_f) << 2) | in tpg_fill_plane_extras()
2377 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
/Linux-v5.4/drivers/gpu/drm/bridge/
Dcdns-dsi.c444 unsigned int hact; member
545 dsi_cfg->hact = dpi_to_dsi_timing(mode_valid_check ? in cdns_dsi_mode2cfg()
573 dsi_htotal += dsi_cfg->hact; in cdns_dsi_adjust_phy_config()
804 writel(HFP_LEN(dsi_cfg.hfp) | HACT_LEN(dsi_cfg.hact), in cdns_dsi_bridge_enable()
/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Ddsi.c4218 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm()
4248 int hact, bl, tot; in print_dispc_vm() local
4250 hact = vm->hactive; in print_dispc_vm()
4252 tot = hact + bl; in print_dispc_vm()
4260 vm->hsync_len, vm->hback_porch, hact, vm->hfront_porch, in print_dispc_vm()
4261 bl, hact, tot, in print_dispc_vm()
4264 TO_DISPC_T(hact), in print_dispc_vm()
4267 TO_DISPC_T(hact), in print_dispc_vm()
4284 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
4291 vm.hactive = t->hact; in print_dsi_dispc_vm()
[all …]
Domapdss.h183 u16 hact; member
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c4322 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm()
4352 int hact, bl, tot; in print_dispc_vm() local
4354 hact = t->x_res; in print_dispc_vm()
4356 tot = hact + bl; in print_dispc_vm()
4364 t->hsw, t->hbp, hact, t->hfp, in print_dispc_vm()
4365 bl, hact, tot, in print_dispc_vm()
4368 TO_DISPC_T(hact), in print_dispc_vm()
4371 TO_DISPC_T(hact), in print_dispc_vm()
4388 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
4395 vm.x_res = t->hact; in print_dsi_dispc_vm()
[all …]
/Linux-v5.4/drivers/gpu/drm/tegra/
Ddsi.c489 unsigned int hact, hsw, hbp, hfp, i, mul, div; in tegra_dsi_configure() local
547 hact = mode->hdisplay * mul / div; in tegra_dsi_configure()
567 tegra_dsi_writel(dsi, hact << 16 | hbp, DSI_PKT_LEN_2_3); in tegra_dsi_configure()
/Linux-v5.4/include/video/
Domapfb_dss.h205 u16 hact; member