Lines Matching refs:length
246 int length; in cx_sensor() local
275 length = 8; in cx_sensor()
277 length = 4; in cx_sensor()
278 reg_w(gspca_dev, 0x00e5, ptsensor, length); in cx_sensor()
279 if (length == 4) in cx_sensor()
282 reg_r(gspca_dev, 0x00e8, length); in cx_sensor()
283 ptsensor += length; in cx_sensor()
597 int length; in cx11646_jpegInit() local
603 length = 8; in cx11646_jpegInit()
606 length = 6; in cx11646_jpegInit()
607 reg_w(gspca_dev, 0x0008, cx_jpeg_init[i], length); in cx11646_jpegInit()
625 int length; in cx11646_jpeg() local
633 length = 8; in cx11646_jpeg()
638 length = 2; in cx11646_jpeg()
639 reg_w(gspca_dev, 0x0008, cxjpeg_640[i], length); in cx11646_jpeg()
646 length = 2; in cx11646_jpeg()
647 reg_w(gspca_dev, 0x0008, cxjpeg_352[i], length); in cx11646_jpeg()
655 length = 2; in cx11646_jpeg()
656 reg_w(gspca_dev, 0x0008, cxjpeg_320[i], length); in cx11646_jpeg()
663 length = 2; in cx11646_jpeg()
664 reg_w(gspca_dev, 0x0008, cxjpeg_176[i], length); in cx11646_jpeg()
693 length = 8; in cx11646_jpeg()
696 length = 2; in cx11646_jpeg()
697 reg_w(gspca_dev, 0x0008, cxjpeg_qtable[i], length); in cx11646_jpeg()