Lines Matching defs:source
167 static void PS2bufferWrite (int size, unsigned char *source);
175 static void EPPbufferWrite (int size, unsigned char *source);
177 static void EPPWrite32Buffer (int size, unsigned char *source);
184 static void ECPbufferWrite (int size, unsigned char *source);
193 static void bufferWrite (int size, unsigned char *source);
364 /* output 'size' bytes stored in 'source' on given port */
366 static void Outsb (int port, unsigned char *source, int size);
369 /* output 'size' 32 bits words stored in 'source' on given port */
371 static void Outsw (int port, unsigned char *source, int size);
1200 Outsb (int port, unsigned char *source, int size)
1210 Outb (port, source[i]);
1215 sanei_outsb (port, source, size);
1245 Outsw (int port, unsigned char *source, int size)
1255 Outb (port, source[i]);
1260 sanei_outsl (port, source, size);
2142 PS2bufferWrite (int size, unsigned char *source)
2160 val = source[i];
2170 val = source[i];
2970 EPPbufferWrite (int size, unsigned char *source)
2996 rc = write (fd, source, size);
3002 Outsb (EPPDATA, source, size);
3006 ECPbufferWrite (int size, unsigned char *source)
3075 Outsb (ECPDATA, source + idx * 16, 16);
3094 bufferWrite (int size, unsigned char *source)
3099 PS2bufferWrite (size, source);
3103 ECPbufferWrite (size, source);
3109 EPPWrite32Buffer (size, source);
3112 EPPbufferWrite (size, source);
3793 EPPWrite32Buffer (int size, unsigned char *source)
3831 rc = write (fd, source, size);
3838 Outsw (EPPDATA, source, size / 4);
9544 computeCalibrationData (int color, int width, unsigned char *source,
9562 sum += source[i + l * 5100 * 3];
9577 sum += source[i + l * 5100 * 3 + 5100];
9591 sum += source[i + l * 5100 * 3 + 5100 * 2];