Searched refs:vsw (Results 1 - 25 of 45) sorted by last modified time

12

/linux-master/include/video/
H A Domapfb_dss.h259 u16 vsw; /* Vertical synchronization pulse width */ member in struct:omap_video_timings
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dvenc.c220 .vsw = 5,
235 .vsw = 6,
H A Ddsi.c4418 t->hsw = t->hfp = t->hbp = t->vsw = 1;
4628 dsi_vm->vsa = req_vm->vsw;
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_crtc.c430 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; local
439 vsw = mode->crtc_vsync_end - mode->crtc_vsync_start;
448 vactive_start = vsw + vbp + 1;
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c278 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; local
286 vsw = mode->crtc_vsync_end - mode->crtc_vsync_start;
295 vactive_start = vsw + vbp + 1;
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_crtc.c908 int vsw, vbp, vactive_start, vactive_end, vfp_end; local
911 vsw = mode->crtc_vsync_end - mode->crtc_vsync_start;
914 vactive_start = vsw + vbp + 1;
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c6803 unsigned vsync_width = (timings->vsw[0] | timings->vsw[1] << 8) + 1;
H A Ddrm_displayid_internal.h124 u8 vsw[2]; member in struct:displayid_detailed_timings_1
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_main.c7213 vsi->vsi_num, vsi->vsw->sw_id);
9461 vsi->vsi_num, vsi->vsw->sw_id);
H A Dice_lib.c1254 if (vsi->vsw->bridge_mode == BRIDGE_MODE_VEB)
2237 vsi->vsw = pf->first_sw;
H A Dice.h332 struct ice_sw *vsw; /* switch this VSI is on */ member in struct:ice_vsi
/linux-master/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-tpo-td043mtea1.c80 .vsw = 1,
H A Dpanel-sharp-ls037v7dw01.c44 .vsw = 1,
H A Dconnector-dvi.c29 .vsw = 4,
H A Dconnector-hdmi.c27 .vsw = 2,
H A Dconnector-analog-tv.c34 .vsw = 5,
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet_common.c796 if (port->vsw == 1) {
823 if (port->vsw == 1) {
1713 port->tso = (port->vsw == 0); /* no tso in vsw, misbehaves in bridge */
H A Dldmvsw.c41 /* Static HW Addr used for the network interfaces representing vsw ports */
312 pr_err("Failed to get vnet for vsw-port\n");
322 pr_err("Failed to alloc netdev for vsw-port\n");
336 port->tso = false; /* no tso in vsw, misbehaves in bridge */
345 port->vsw = 1;
381 * even if the vsw config script tries to force us up
385 netdev_info(dev, "LDOM vsw-port %pM\n", dev->dev_addr);
452 .type = "vsw-port",
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c723 var->vsync_len = timings.vsw;
2066 timings->vsw = var->vsync_len;
2216 t->vsw = m->vsync_len;
/linux-master/drivers/video/fbdev/omap/
H A Domapfb_main.c579 var->vsync_len = panel->vsw;
1752 vhz = hhz / (panel->vfp + panel->y_res + panel->vbp + panel->vsw);
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c1077 u32 hsw, hfp, hbp, vsw, vfp, vbp; local
1092 vsw = mode->vsync_end - mode->vsync_start;
1101 FLD_VAL(vsw - 1, 7, 0) |
1223 u32 hsw, hfp, hbp, vsw, vfp, vbp; local
1266 vsw = mode->vsync_end - mode->vsync_start;
1274 if (vsw < 1 || vsw > 256 ||
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c3103 int vsw, int vfp, int vbp)
3108 vsw < 1 || vsw > dispc->feat->sw_max ||
3243 DSSDBG("hsync_len %d hfp %d hbp %d vsw %d vfp %d vbp %d\n",
3101 _dispc_lcd_timings_ok(struct dispc_device *dispc, int hsync_len, int hfp, int hbp, int vsw, int vfp, int vbp) argument
/linux-master/drivers/gpu/drm/bridge/adv7511/
H A Dadv7533.c31 unsigned int hsw, hfp, hbp, vsw, vfp, vbp; local
37 vsw = mode->vsync_end - mode->vsync_start;
58 regmap_write(adv->regmap_cec, 0x32, vsw >> 4);
59 regmap_write(adv->regmap_cec, 0x33, (vsw << 4) & 0xff);
/linux-master/drivers/video/fbdev/
H A Dcarminefb.c68 u32 vsw; member in struct:carmine_resolution
111 .vsw = 2,
123 .vsw = 2,
372 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; local
385 vsw = par->res->vsw - 1;
392 (vsw << CARMINE_DISP_VSW_SHIFT) |
/linux-master/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c453 u32 hfp, hbp, hsw, vfp, vbp, vsw; local
484 vsw = mode->vsync_end - mode->vsync_start;
485 if (vsw > 15) {
486 DRM_DEBUG_DRIVER("vsw exceeded 15\n");
487 vsw = 15;
500 writel(vsw, base + VID_VSA_LINES);
508 DRM_DEBUG_DRIVER("vtol=%d, vfp=%d, vbp=%d, vsw=%d\n",
509 vtot, vfp, vbp, vsw);

Completed in 360 milliseconds

12