Lines Matching defs:length
692 u_short tl; /* transfer length */
794 static const int length = sizeof(calibration_data_5150);
795 SANE_Byte* buf = malloc (length + SEND_LENGTH);
800 *(buf + 6) = (length >> 16) & 0xff;
801 *(buf + 7) = (length >> 8) & 0xff;
802 *(buf + 8) = length & 0xff;
803 memcpy(buf + SEND_LENGTH, calibration_data_5150, length);
805 pss->pdev->bus, pss->fd, buf, SEND_LENGTH + length, NULL, NULL);
1492 /* send back the calibration data; round up transfer length (to match windows driver) */
1661 specifies the length of the firmware data. The
1662 length information is stored at offset 0x64 from
1675 specifies the length of the firmware data. The
1676 length information is stored at offset 0x5e from
1717 * Limit inquiry length to 120 bytes if firmware is not yet loaded