Searched refs:vsw (Results 1 – 25 of 27) sorted by relevance
12
| /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/video/fbdev/omap/ |
| H A D | lcd_palmte.c | 29 .vsw = 1,
|
| 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,
|
| H A D | omapfb_main.c | 581 var->vsync_len = panel->vsw; in set_fb_var() 1744 vhz = hhz / (panel->vfp + panel->y_res + panel->vbp + panel->vsw); in omapfb_do_probe()
|
| /linux/drivers/gpu/drm/hisilicon/kirin/ |
| H A D | dw_drm_dsi.c | 451 u32 hfp, hbp, hsw, vfp, vbp, vsw; in dsi_set_mode_timing() local 482 vsw = mode->vsync_end - mode->vsync_start; in dsi_set_mode_timing() 483 if (vsw > 15) { in dsi_set_mode_timing() 485 vsw = 15; in dsi_set_mode_timing() 498 writel(vsw, base + VID_VSA_LINES); in dsi_set_mode_timing() 507 vtot, vfp, vbp, vsw); in dsi_set_mode_timing()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_displayid_internal.h | 125 __le16 vsw; member
|
| /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/net/ethernet/intel/ice/ |
| H A D | ice.h | 336 struct ice_sw *vsw; /* switch this VSI is on */ member
|
| H A D | ice_lib.c | 1281 if (vsi->vsw->bridge_mode == BRIDGE_MODE_VEB) in ice_vsi_init() 2316 vsi->vsw = pf->first_sw; in ice_vsi_cfg_def()
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dispc.c | 2974 int vsw, int vfp, int vbp) in _dispc_lcd_timings_ok() argument 2979 vsw < 1 || vsw > dispc->feat->sw_max || in _dispc_lcd_timings_ok()
|
12