v_stop 528 drivers/media/pci/saa7134/saa7134-video.c int h_start, h_stop, v_start, v_stop; v_stop 535 drivers/media/pci/saa7134/saa7134-video.c v_stop = (dev->crop_current.top + dev->crop_current.height -1)/2; v_stop 543 drivers/media/pci/saa7134/saa7134-video.c saa_writeb(SAA7134_VIDEO_V_STOP1(task), v_stop & 0xff); v_stop 544 drivers/media/pci/saa7134/saa7134-video.c saa_writeb(SAA7134_VIDEO_V_STOP2(task), v_stop >> 8);