Lines Matching refs:u_long
149 u_long Red;
150 u_long Green;
151 u_long Blue;
308 #define _TPA(register) ((u_long)(register << _TPA_SHIFT))
420 u_long workaroundFlag; /**< Flag to allow special work arounds, see */
422 u_long misc_io; /**< for lamp, papersense and buttons */
539 u_long dwTicksLampOn; /**< The ticks when lamp turns on */
540 u_long dwLampOnPeriod;/**< How many seconds to keep lamp on */
564 u_long dwBytes; /**< bytes per line */
565 u_long dwPixels; /**< pixels per line */
566 u_long dwLines; /**< lines */
569 u_long dwValidPixels; /**< only valid pixels, not incl. pad pix(B/W,Gray)*/
570 u_long dwPhyPixels; /**< include pad pixels for ASIC (B/W, Gray) */
571 u_long dwPhyBytes; /**< bytes to read from ASIC */
572 u_long dwPhyLines; /**< should include the extra lines accord to the */
574 u_long dwTotalBytes; /**< Total bytes per scan */
585 * dwPixels, dwBytes(without u_long boundary factor)
623 u_long dwFlag; /**< scan attributes */
628 u_long dwLinesUser; /**< Number of lines of user buffer */
629 u_long dwBytesLine; /**< Bytes per line of user buffer. */
630 u_long dwLinesToProcess;
635 u_long* pScanBuffer; /**< our scan buffer */
637 u_long dwLinesPerScanBufs;
638 u_long dwNumberOfScanBufs;
639 u_long dwLinesScanBuf;
644 u_long dwBytesScanBuf;
645 u_long dwLinesDiscard;
647 u_long dwRedShift;
648 u_long dwGreenShift;
649 u_long dwBlueShift;
715 u_long transferRate;