Lines Matching defs:bytes
217 * bytes - pointer to data buffer
233 int value, int index, unsigned char *bytes,
247 hp5590_low_assert (bytes != NULL);
278 ptr = bytes;
348 ptr = bytes;
514 * bytes - pointer to data buffer
582 DBG (DBG_err, "%s: Memory allocation failed for %u bytes\n",
639 * bytes - pointer to data buffer
646 unsigned char *bytes, unsigned int size,
660 hp5590_low_assert (bytes != NULL);
670 memset (bytes, 0, size);
767 DBG (DBG_usb, "%s: USB-in-USB: bulk reading %lu bytes\n",
785 "(requested %u bytes, got %lu bytes)\n",
820 "(requested %u bytes, available %u bytes)\n",
830 memcpy (bytes, bulk_read_state->buffer_out_ptr, bytes_until_buffer_end);
836 memcpy (bytes + bytes_until_buffer_end,
845 memcpy (bytes, bulk_read_state->buffer_out_ptr, size);
867 * bytes - pointer to data buffer
877 int cmd, unsigned char *bytes,
891 hp5590_low_assert (bytes != NULL);
899 DBG (3, "%s: USB-in-USB: total %u pages (each of %u bytes)\n",
911 ptr = bytes;
920 DBG (3, "%s: USB-in-USB: next portion %lu bytes\n",
942 DBG (3, "%s: USB-in-USB: bulk writing %lu bytes\n",