Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/
Dov5640.c174 u32 hact; member
1393 ret = ov5640_write_reg16(sensor, OV5640_REG_TIMING_DVPHO, mode->hact); in ov5640_set_timings()
1420 hact, vact, in ov5640_find_mode()
1424 (!nearest && (mode->hact != width || mode->vact != height))) in ov5640_find_mode()
1916 fmt->width = mode->hact; in ov5640_try_fmt_internal()
2433 ov5640_mode_data[0][fse->index].hact; in ov5640_enum_frame_size()
2500 mode->hact, mode->vact); in ov5640_s_frame_interval()
2506 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-v4.19/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c2198 unsigned vact = 0, hact = 0; in tpg_fill_plane_extras() local
2204 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras()
2205 ((hact ^ vact) << 3) | in tpg_fill_plane_extras()
2206 ((hact ^ params->sav_eav_f) << 2) | in tpg_fill_plane_extras()
2208 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
2213 unsigned vact = 0, hact = 1; in tpg_fill_plane_extras() local
2219 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras()
2220 ((hact ^ vact) << 3) | in tpg_fill_plane_extras()
2221 ((hact ^ params->sav_eav_f) << 2) | in tpg_fill_plane_extras()
2223 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
/Linux-v4.19/drivers/media/i2c/soc_camera/
Dtw9910.c513 const unsigned hact = 720; in tw9910_s_std() local
537 ((hact >> 8) & 0x03)); in tw9910_s_std()
/Linux-v4.19/drivers/gpu/drm/bridge/
Dcdns-dsi.c480 unsigned int hact; member
775 dsi_cfg->hact = dpi_to_dsi_timing(mode_valid_check ? in cdns_dsi_mode2cfg()
778 dsi_htotal += dsi_cfg->hact; in cdns_dsi_mode2cfg()
1000 writel(HFP_LEN(dsi_cfg.hfp) | HACT_LEN(dsi_cfg.hact), in cdns_dsi_bridge_enable()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Ddsi.c4334 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm()
4364 int hact, bl, tot; in print_dispc_vm() local
4366 hact = vm->hactive; in print_dispc_vm()
4368 tot = hact + bl; in print_dispc_vm()
4376 vm->hsync_len, vm->hback_porch, hact, vm->hfront_porch, in print_dispc_vm()
4377 bl, hact, tot, in print_dispc_vm()
4380 TO_DISPC_T(hact), in print_dispc_vm()
4383 TO_DISPC_T(hact), in print_dispc_vm()
4400 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
4407 vm.hactive = t->hact; in print_dsi_dispc_vm()
[all …]
Domapdss.h194 u16 hact; member
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c4333 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm()
4363 int hact, bl, tot; in print_dispc_vm() local
4365 hact = t->x_res; in print_dispc_vm()
4367 tot = hact + bl; in print_dispc_vm()
4375 t->hsw, t->hbp, hact, t->hfp, in print_dispc_vm()
4376 bl, hact, tot, in print_dispc_vm()
4379 TO_DISPC_T(hact), in print_dispc_vm()
4382 TO_DISPC_T(hact), in print_dispc_vm()
4399 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
4406 vm.x_res = t->hact; in print_dsi_dispc_vm()
[all …]
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddsi.c490 unsigned int hact, hsw, hbp, hfp, i, mul, div; in tegra_dsi_configure() local
548 hact = mode->hdisplay * mul / div; in tegra_dsi_configure()
568 tegra_dsi_writel(dsi, hact << 16 | hbp, DSI_PKT_LEN_2_3); in tegra_dsi_configure()
/Linux-v4.19/include/video/
Domapfb_dss.h235 u16 hact; member