Searched refs:bytes_copied (Results 1 - 7 of 7) sorted by relevance

/drivers/firmware/
H A Ddell_rbu.c267 int bytes_copied = 0; local
287 bytes_copied = (*list_read_count - bytes_read);
290 bytes_copied = length;
291 memcpy(data, ptemp_buf, bytes_copied);
293 return bytes_copied;
300 int bytes_copied = 0; local
314 bytes_copied = do_packet_read(pdest, ptemp_list,
316 remaining_bytes -= bytes_copied;
317 bytes_read += bytes_copied;
318 pdest += bytes_copied;
[all...]
/drivers/ps3/
H A Dps3-lpm.c922 * @bytes_copied: Pointer to a variable that will receive the number of
926 * and bytes_copied will be set to the number of bytes successfully copied.
930 unsigned long *bytes_copied)
934 *bytes_copied = 0;
944 while (*bytes_copied < count) {
945 const unsigned long request = count - *bytes_copied;
962 *bytes_copied += tmp;
966 *bytes_copied); local
977 * @bytes_copied: Pointer to a variable that will receive the number of
981 * and bytes_copied wil
929 ps3_lpm_copy_tb(unsigned long offset, void *buf, unsigned long count, unsigned long *bytes_copied) argument
984 ps3_lpm_copy_tb_to_user(unsigned long offset, void __user *buf, unsigned long count, unsigned long *bytes_copied) argument
1029 *bytes_copied); local
[all...]
/drivers/usb/gadget/
H A Dprinter.c546 size_t bytes_copied; local
570 bytes_copied = 0;
631 bytes_copied += size;
668 DBG(dev, "printer_read returned %d bytes\n", (int)bytes_copied);
670 if (bytes_copied)
671 return bytes_copied;
682 size_t bytes_copied = 0; local
746 return bytes_copied;
749 bytes_copied += size;
777 DBG(dev, "printer_write sent %d bytes\n", (int)bytes_copied);
[all...]
/drivers/media/video/cx231xx/
H A Dcx231xx-vbi.c497 u32 bytes_copied = 0; local
514 return bytes_copied;
518 bytes_copied =
522 return bytes_copied;
H A Dcx231xx-video.c579 u32 bytes_copied = 0; local
593 return bytes_copied;
607 return bytes_copied;
614 bytes_copied = cx231xx_copy_video_line(dev, dma_q, p_buffer,
617 return bytes_copied;
/drivers/memstick/host/
H A Dr592.c386 int bytes_copied = local
388 buffer += bytes_copied;
389 len -= bytes_copied;
/drivers/scsi/
H A Dipr.c2722 int bytes_copied = 0; local
2733 while (bytes_copied < length &&
2734 (ioa_dump->hdr.len + bytes_copied) < max_dump_size) {
2741 return bytes_copied;
2750 rem_len = length - bytes_copied;
2759 pci_address + bytes_copied,
2767 bytes_copied += cur_len;
2775 return bytes_copied;
2897 u32 max_dump_size, bytes_to_copy, bytes_copied, rc; local
3023 bytes_copied
[all...]

Completed in 156 milliseconds