Searched refs:hsync (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/geode/
H A Dvideo_cs5530.c117 /* Enable DACs, hsync and vsync for CRTs */
141 int blank, hsync, vsync; local
145 blank = 0; hsync = 1; vsync = 1;
148 blank = 1; hsync = 1; vsync = 1;
151 blank = 1; hsync = 1; vsync = 0;
154 blank = 1; hsync = 0; vsync = 1;
157 blank = 1; hsync = 0; vsync = 0;
172 if (hsync)
180 if (hsync && vsync)
H A Dvideo_gx.c244 /* Disable hsync and vsync */
256 /* Enable hsync and vsync. */
302 int blank, hsync, vsync, crt; local
307 blank = 0; hsync = 1; vsync = 1; crt = 1;
310 blank = 1; hsync = 1; vsync = 1; crt = 1;
313 blank = 1; hsync = 1; vsync = 0; crt = 1;
316 blank = 1; hsync = 0; vsync = 1; crt = 1;
319 blank = 1; hsync = 0; vsync = 0; crt = 0;
329 if (hsync)
H A Dlxfb_ops.c525 int blank, hsync, vsync; local
530 blank = 0; hsync = 1; vsync = 1;
533 blank = 1; hsync = 1; vsync = 1;
536 blank = 1; hsync = 1; vsync = 0;
539 blank = 1; hsync = 0; vsync = 1;
542 blank = 1; hsync = 0; vsync = 0;
553 if (hsync)
562 if (vsync && hsync)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dfbcvt.c47 u32 hsync; member in struct:fb_cvt_data
127 u32 hsync; local
130 hsync = 32;
132 hsync = (FB_CVT_CELLSIZE * cvt->htotal)/100;
134 hsync &= ~(FB_CVT_CELLSIZE - 1);
135 return hsync;
277 mode->hsync_len = cvt->hsync;
366 cvt.hsync = fb_cvt_hsync(&cvt);
370 cvt.h_front_porch = cvt.hblank - cvt.hsync - cvt.h_back_porch +
H A Datafb.c379 * hardware that supports disabling hsync/vsync:
380 * blank_mode == 2: suspend vsync, 3:suspend hsync, 4: powerdown.
861 int right, hsync, left; /* standard timing in clock cycles, not pixel */ member in struct:pixel_clock
862 /* hsync initialized in falcon_detect() */
878 /* Default hsync timing [mon_type] in picoseconds */
1068 hsync_len = pclock->hsync / plen;
1098 if ((plen * xres + f25.right + f25.hsync + f25.left) *
1101 else if ((plen * xres + f32.right + f32.hsync +
1104 else if ((plen * xres + fext.right + fext.hsync +
1113 hsync_len = pclock->hsync / ple
[all...]
H A Dpxa168fb.h379 #define CFG_INV_HSYNC(hsync) ((hsync) << 2)
H A Dnuc900fb.c204 int hsync = var->width + var->right_margin; local
213 regs->lcd_crtc_hsync = LCM_CRTC_HSYNC_EVAL(hsync + var->hsync_len) |
214 LCM_CRTC_HSYNC_SVAL(hsync);
H A Dw100fb.c171 * Some touchscreens need hsync information from the video driver to
179 /* If display is blanked/suspended, hsync isn't active */
236 case FB_BLANK_HSYNC_SUSPEND: /* VESA blank (hsync off) */
1512 unsigned long hsync; local
1517 hsync=par->mach->xtal_freq;
1519 hsync=((par->fastpll_mode && mode->fast_pll_freq) ? mode->fast_pll_freq : mode->pll_freq)*100000;
1521 hsync /= (w100_pwr_state.pclk_cntl.f.pclk_post_div + 1);
1525 par->hsync_len = hsync / (crtc_ss.f.ss_end-crtc_ss.f.ss_start);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_modes.c312 /* width of hsync as % of total line */
330 int hsync, hfront_porch, vodd_front_porch_lines; local
432 hsync = H_SYNC_PERCENT * total_pixels / 100;
433 hsync = (hsync + GTF_CELL_GRAN / 2) / GTF_CELL_GRAN;
434 hsync = hsync * GTF_CELL_GRAN;
436 hfront_porch = hblank / 2 - hsync;
443 drm_mode->hsync_end = drm_mode->hsync_start + hsync;
560 /** drm_mode_hsync - get the hsync o
[all...]
H A Ddrm_edid.c61 /* use +hsync +vsync for detailed mode */
806 /* it is incorrect if hsync/vsync width is zero */
880 int hsync, hmin, hmax; local
888 hsync = drm_mode_hsync(mode);
890 return (hsync <= hmax && hsync >= hmin);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dsoc_camera.h257 unsigned long common_flags, hsync, vsync, pclk, data, buswidth, mode; local
261 hsync = common_flags & (SOCAM_HSYNC_ACTIVE_HIGH | SOCAM_HSYNC_ACTIVE_LOW);
268 return (!hsync || !vsync || !pclk || !data || !mode || !buswidth) ? 0 :
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2440/
H A Dmach-mini2440.c128 #define _LCD_DECLARE(_clock,_xres,margin_left,margin_right,hsync, \
138 .hsync_len = hsync, \
142 (hsync + margin_left + _xres + margin_right) * \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dtw9910.c382 const struct tw9910_hsync_ctrl *hsync)
389 (hsync->start & 0x07F8) >> 3);
395 (hsync->end & 0x07F8) >> 3);
403 (hsync->start & 0x0007) << 4 |
404 (hsync->end & 0x0007));
681 * set hsync
381 tw9910_set_hsync(struct i2c_client *client, const struct tw9910_hsync_ctrl *hsync) argument
H A Dv4l2-ioctl.c1912 " hfrontporch=%d, hsync=%d, hbackporch=%d,"
1918 p->bt.hfrontporch, p->bt.hsync,
1945 " hfrontporch=%d, hsync=%d,"
1953 p->bt.hsync, p->bt.hbackporch,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Ddrm_crtc.h63 MODE_HSYNC, /* hsync out of range */
168 int hsync; /* in kHz */ member in struct:drm_display_mode
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dvideodev2.h778 __u32 hsync; /* Horizontal Sync length in pixels */ member in struct:v4l2_bt_timings
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_display.c4603 int hsync = I915_READ((pipe == 0) ? HSYNC_A : HSYNC_B); local
4614 mode->hsync_start = (hsync & 0xffff) + 1;
4615 mode->hsync_end = ((hsync & 0xffff0000) >> 16) + 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dsis_main.c563 unsigned int dclock, hsync; local
601 hsync = dclock / htotal;
602 if(hsync < (monitor->hmin - 1))
604 if(hsync > (monitor->hmax + 1))
899 case FB_BLANK_HSYNC_SUSPEND: /* no hsync */

Completed in 204 milliseconds