| /linux/drivers/video/fbdev/ |
| H A D | carminefb.c | 68 u32 vsw; member 111 .vsw = 2, 123 .vsw = 2, 372 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; in set_display_parameters() local 385 vsw = par->res->vsw - 1; in set_display_parameters() 392 (vsw << CARMINE_DISP_VSW_SHIFT) | in set_display_parameters()
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | sunvnet_common.h | 67 unsigned vsw:1; member 130 ((__port)->vsw ? (__port)->dev : (__port)->vp->dev)
|
| H A D | Kconfig | 94 This driver adds a network interface for every vsw-port node
|
| H A D | ldmvsw.c | 345 port->vsw = 1; in vsw_port_probe()
|
| H A D | sunvnet_common.c | 796 if (port->vsw == 1) { in vnet_event_napi() 823 if (port->vsw == 1) { in vnet_event_napi() 1713 port->tso = (port->vsw == 0); /* no tso in vsw, misbehaves in bridge */ in vnet_port_reset()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | hdmi_wp.c | 177 timing_v |= FLD_VAL(timings->vsw, 7, 0); in hdmi_wp_video_config_timing() 197 timings->vsw = param->timings.vsw; in hdmi_wp_init_vid_fmt_timings()
|
| H A D | display-sysfs.c | 100 t.y_res, t.vfp, t.vbp, t.vsw); in display_timings_show() 125 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9) in display_timings_store()
|
| /linux/drivers/gpu/drm/tilcdc/ |
| H A D | tilcdc_crtc.c | 279 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_set_mode() local 320 vsw = mode->vsync_end - mode->vsync_start; in tilcdc_crtc_set_mode() 323 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_set_mode() 354 (((vsw-1) & 0x3f) << 10); in tilcdc_crtc_set_mode() 769 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local 794 vsw = mode->vsync_end - mode->vsync_start; in tilcdc_crtc_mode_valid() 821 if ((vsw-1) & ~0x3f) { in tilcdc_crtc_mode_valid()
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | lcd_palmte.c | 29 .vsw = 1,
|
| H A D | hwa742.c | 792 int hsw, vsw; in setup_tearsync() local 799 vsw = hwa742_read_reg(HWA742_VS_W_REG); in setup_tearsync() 801 vs_pol_inv = !(vsw & 0x80); in setup_tearsync() 803 vsw = vsw & 0x3f; in setup_tearsync() 859 vs = vsw; in setup_tearsync()
|
| H A D | lcd_ams_delta.c | 115 .vsw = 1,
|
| H A D | omapfb.h | 70 int vsw; /* Vertical synchronization member
|
| H A D | lcd_mipid.c | 498 .vsw = 2,
|
| /linux/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | connector-analog-tv.c | 34 .vsw = 5,
|
| H A D | connector-hdmi.c | 27 .vsw = 2,
|
| H A D | panel-lgphilips-lb035q02.c | 28 .vsw = 2,
|
| H A D | panel-nec-nl8048hl11.c | 72 .vsw = 1,
|
| H A D | connector-dvi.c | 29 .vsw = 4,
|
| H A D | panel-sharp-ls037v7dw01.c | 44 .vsw = 1,
|
| H A D | panel-tpo-td028ttec1.c | 40 .vsw = 2,
|
| H A D | panel-tpo-td043mtea1.c | 80 .vsw = 1,
|
| H A D | panel-sony-acx565akm.c | 91 .vsw = 3,
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_crtc.c | 278 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; in dpu_crtc_get_scanout_position() local 286 vsw = mode->crtc_vsync_end - mode->crtc_vsync_start; in dpu_crtc_get_scanout_position() 295 vactive_start = vsw + vbp + 1; in dpu_crtc_get_scanout_position()
|
| /linux/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb-main.c | 723 var->vsync_len = timings.vsw; in check_fb_var() 2066 timings->vsw = var->vsync_len; in omapfb_mode_to_timings() 2216 t->vsw = m->vsync_len; in fb_videomode_to_omap_timings()
|
| /linux/Documentation/arch/arm/omap/ |
| H A D | dss.rst | 202 timings Display timings (pixclock,xres/hfp/hbp/hsw,yres/vfp/vbp/vsw)
|