h_stop             47 drivers/media/pci/saa7134/saa7134-vbi.c 	saa_writeb(SAA7134_VBI_H_STOP1(task),  norm->h_stop      &  0xff);
h_stop             48 drivers/media/pci/saa7134/saa7134-vbi.c 	saa_writeb(SAA7134_VBI_H_STOP2(task),  norm->h_stop      >> 8);
h_stop            175 drivers/media/pci/saa7134/saa7134-video.c 		.h_stop        = 719,	\
h_stop            185 drivers/media/pci/saa7134/saa7134-video.c 		.h_stop        = 719,	\
h_stop            331 drivers/media/pci/saa7134/saa7134-video.c 		.h_stop        = 719,
h_stop            369 drivers/media/pci/saa7134/saa7134-video.c 	dev->crop_bounds.width   = norm->h_stop - norm->h_start +1;
h_stop            370 drivers/media/pci/saa7134/saa7134-video.c 	dev->crop_defrect.width  = norm->h_stop - norm->h_start +1;
h_stop            528 drivers/media/pci/saa7134/saa7134-video.c 	int h_start, h_stop, v_start, v_stop;
h_stop            534 drivers/media/pci/saa7134/saa7134-video.c 	h_stop  = (dev->crop_current.left + dev->crop_current.width -1);
h_stop            539 drivers/media/pci/saa7134/saa7134-video.c 	saa_writeb(SAA7134_VIDEO_H_STOP1(task),  h_stop  &  0xff);
h_stop            540 drivers/media/pci/saa7134/saa7134-video.c 	saa_writeb(SAA7134_VIDEO_H_STOP2(task),  h_stop  >> 8);
h_stop             83 drivers/media/pci/saa7134/saa7134.h 	unsigned int  h_stop;
h_stop             85 drivers/media/pci/tw68/tw68-video.c 		.h_stop		= 719,	\
h_stop             97 drivers/media/pci/tw68/tw68-video.c 		.h_stop		= 719,	\
h_stop            176 drivers/media/pci/tw68/tw68-video.c 		.h_stop		= 719,
h_stop            265 drivers/media/pci/tw68/tw68-video.c 		norm->h_delay, norm->h_start, norm->h_stop,
h_stop            279 drivers/media/pci/tw68/tw68-video.c 	hactive = norm->h_stop - norm->h_start + 1;
h_stop             75 drivers/media/pci/tw68/tw68.h 	u32	h_stop;