Searched refs:h_stop (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-vbi.c58 saa_writeb(SAA7134_VBI_H_STOP1(task), norm->h_stop & 0xff);
59 saa_writeb(SAA7134_VBI_H_STOP2(task), norm->h_stop >> 8);
H A Dsaa7134-video.c198 .h_stop = 719, \
208 .h_stop = 719, \
354 .h_stop = 719,
549 dev->crop_bounds.width = norm->h_stop - norm->h_start +1;
550 dev->crop_defrect.width = norm->h_stop - norm->h_start +1;
701 int h_start, h_stop, v_start, v_stop; local
707 h_stop = (dev->crop_current.left + dev->crop_current.width -1);
712 saa_writeb(SAA7134_VIDEO_H_STOP1(task), h_stop & 0xff);
713 saa_writeb(SAA7134_VIDEO_H_STOP2(task), h_stop >> 8); local
H A Dsaa7134.h91 unsigned int h_stop; member in struct:saa7134_tvnorm

Completed in 103 milliseconds