Lines Matching refs:buffer
398 * Read up to size bytes from the device to buffer. After the read, size
402 * @param buffer buffer to store read data in
413 sanei_usb_read_bulk (SANE_Int dn, SANE_Byte * buffer, size_t * size);
417 * Write up to size bytes from buffer to the device. After the write size
421 * @param buffer buffer to write to device
430 sanei_usb_write_bulk (SANE_Int dn, const SANE_Byte * buffer, size_t * size);
448 * @param data buffer to send/receive data
464 * buffer. After the read, size contains the number of bytes actually read.
467 * @param buffer buffer to store read data in
479 sanei_usb_read_int (SANE_Int dn, SANE_Byte * buffer, size_t * size);