/linux-4.1.27/drivers/s390/char/ |
D | diag_ftp.c | 57 u64 transferred; member 164 ldfpl->transferred = 0; in diag_ftp_cmd() 184 diag_ftp_subcode, ldfpl->transferred, ldfpl->fsize); in diag_ftp_cmd() 189 len = ldfpl->transferred; in diag_ftp_cmd()
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_cppi41.c | 39 u32 transferred; member 134 cppi41_channel->transferred; in cppi41_trans_done() 142 if (cppi41_channel->tx_zlp && (cppi41_channel->transferred % in cppi41_trans_done() 159 remain_bytes -= cppi41_channel->transferred; in cppi41_trans_done() 232 u32 transferred; in cppi41_dma_callback() local 240 transferred = cppi41_channel->prog_len - txstate.residue; in cppi41_dma_callback() 241 cppi41_channel->transferred += transferred; in cppi41_dma_callback() 244 hw_ep->epnum, cppi41_channel->transferred, in cppi41_dma_callback() 249 if (cppi41_channel->transferred == cppi41_channel->total_len || in cppi41_dma_callback() 250 transferred < cppi41_channel->packet_sz) in cppi41_dma_callback() [all …]
|
/linux-4.1.27/drivers/scsi/arm/ |
D | acornscsi.c | 249 printk("DT @+%04x ST @+%04x", host->dma.transferred, in acornscsi_dumpdma() 824 host->scsi.SCp.scsi_xferred != host->dma.transferred) in acornscsi_done() 1095 unsigned int transferred; in acornscsi_dma_cleanup() local 1106 transferred = dmac_address(host) - host->dma.start_addr; in acornscsi_dma_cleanup() 1107 host->dma.transferred += transferred; in acornscsi_dma_cleanup() 1111 host->dma.start_addr, transferred); in acornscsi_dma_cleanup() 1116 acornscsi_data_updateptr(host, &host->scsi.SCp, transferred); in acornscsi_dma_cleanup() 1136 unsigned int address, length, transferred; in acornscsi_dma_intr() local 1148 transferred = dmac_address(host) - host->dma.start_addr; in acornscsi_dma_intr() 1149 host->dma.transferred += transferred; in acornscsi_dma_intr() [all …]
|
D | acornscsi.h | 335 unsigned int transferred; /* number of bytes transferred */ member
|
/linux-4.1.27/drivers/scsi/ |
D | atari_scsi.c | 390 unsigned long transferred; in scsi_falcon_intr() local 392 transferred = SCSI_DMA_GETADR() - atari_dma_startaddr; in scsi_falcon_intr() 398 if (transferred & 15) in scsi_falcon_intr() 400 "ST-DMA fifo\n", transferred & 15); in scsi_falcon_intr() 402 atari_dma_residual = HOSTDATA_DMALEN - transferred; in scsi_falcon_intr()
|
D | NCR5380.c | 1142 int transferred; in NCR5380_intr() local 1147 transferred = (hostdata->dmalen - NCR5380_dma_residual(instance)); in NCR5380_intr() 1148 hostdata->connected->SCp.this_residual -= transferred; in NCR5380_intr() 1149 hostdata->connected->SCp.ptr += transferred; in NCR5380_intr() 2530 int transferred; local 2556 transferred = instance->dmalen - NCR5380_dma_residual(); 2557 hostdata->connected->SCp.this_residual -= transferred; 2558 hostdata->connected->SCp.ptr += transferred;
|
D | wd719x.h | 52 __le32 transferred; /* 52-55 Bytes Transferred */ member
|
D | atari_NCR5380.c | 1108 int transferred; in NCR5380_dma_complete() local 1160 transferred = hostdata->dma_len - NCR5380_dma_residual(instance); in NCR5380_dma_complete() 1165 *data += transferred; in NCR5380_dma_complete() 1166 *count -= transferred; in NCR5380_dma_complete()
|
D | sd.c | 1611 unsigned int transferred = scsi_bufflen(scmd) - scsi_get_resid(scmd); in sd_completed_bytes() local 1640 return min(good_bytes, transferred); in sd_completed_bytes()
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-bwc.txt | 19 transferred to cpu-local "silos" on a demand basis. The amount transferred 53 For efficiency run-time is transferred between the global pool and CPU local 55 on large systems. The amount transferred each time such an update is required
|
/linux-4.1.27/fs/ |
D | direct-io.c | 227 ssize_t transferred = 0; in dio_complete() local 239 transferred = dio->result; in dio_complete() 242 if ((dio->rw == READ) && ((offset + transferred) > dio->i_size)) in dio_complete() 243 transferred = dio->i_size - offset; in dio_complete() 251 ret = transferred; in dio_complete() 254 dio->end_io(dio->iocb, offset, transferred, dio->private); in dio_complete() 264 transferred); in dio_complete()
|
/linux-4.1.27/drivers/usb/storage/ |
D | shuttle_usbat.c | 155 static int transferred = 0; variable 1359 transferred = 0; in usbat_hp8200e_handle_read10() 1361 while (transferred != scsi_bufflen(srb)) { in usbat_hp8200e_handle_read10() 1363 if (len > scsi_bufflen(srb) - transferred) in usbat_hp8200e_handle_read10() 1364 len = scsi_bufflen(srb) - transferred; in usbat_hp8200e_handle_read10() 1397 transferred += len; in usbat_hp8200e_handle_read10() 1600 transferred = 0; in usbat_hp8200e_transport() 1613 transferred += len; in usbat_hp8200e_transport() 1614 usb_stor_dbg(us, "Wrote %08X bytes\n", transferred); in usbat_hp8200e_transport()
|
/linux-4.1.27/sound/drivers/vx/ |
D | vx_pcm.c | 682 pipe->transferred += update; in vx_update_pipe_position() 720 if (pipe->transferred >= (int)runtime->period_size) { in vx_pcm_playback_update() 721 pipe->transferred %= runtime->period_size; in vx_pcm_playback_update() 864 pipe->transferred = 0; in vx_pcm_prepare() 1070 pipe->transferred += size; in vx_pcm_capture_update() 1071 if (pipe->transferred >= pipe->period_bytes) { in vx_pcm_capture_update() 1072 pipe->transferred %= pipe->period_bytes; in vx_pcm_capture_update()
|
/linux-4.1.27/drivers/usb/dwc3/ |
D | ep0.c | 781 u32 transferred; in dwc3_ep0_complete_data() local 823 transferred = min_t(u32, ur->length, in dwc3_ep0_complete_data() 825 memcpy(ur->buf, dwc->ep0_bounce, transferred); in dwc3_ep0_complete_data() 827 transferred = ur->length - length; in dwc3_ep0_complete_data() 830 ur->actual += transferred; in dwc3_ep0_complete_data()
|
/linux-4.1.27/firmware/keyspan/ |
D | usa19qi.HEX | 91 reproduced, used, sold or transferred to any third party without
|
D | usa19.HEX | 91 reproduced, used, sold or transferred to any third party without
|
D | mpr.HEX | 90 reproduced, used, sold or transferred to any third party without
|
D | usa28xa.HEX | 131 reproduced, used, sold or transferred to any third party without
|
D | usa28xb.HEX | 132 reproduced, used, sold or transferred to any third party without
|
D | usa19w.HEX | 131 reproduced, used, sold or transferred to any third party without
|
D | usa28x.HEX | 131 reproduced, used, sold or transferred to any third party without
|
D | usa19qw.HEX | 132 reproduced, used, sold or transferred to any third party without
|
D | usa18x.HEX | 131 reproduced, used, sold or transferred to any third party without
|
D | usa28.HEX | 138 reproduced, used, sold or transferred to any third party without
|
D | usa49w.HEX | 135 reproduced, used, sold or transferred to any third party without
|
D | usa49wlc.HEX | 136 reproduced, used, sold or transferred to any third party without
|
/linux-4.1.27/firmware/emi26/ |
D | loader.HEX | 109 * and which may not be reproduced, used, sold or transferred to
|
D | firmware.HEX | 1250 * and which may not be reproduced, used, sold or transferred to
|
D | bitstream.HEX | 4377 * and which may not be reproduced, used, sold or transferred to
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | qcom_adm.txt | 46 is the source/destination for the transferred data.
|
/linux-4.1.27/Documentation/video4linux/ |
D | pxa_camera.txt | 88 When all pages are transferred, the DMA irq is raised on "ENDINTR" status 92 Meanwhile, the next videobuffer (if there is one), is transferred by DMA
|
D | soc-camera.txt | 150 they are transferred over a media bus. Soc-camera provides support to
|
/linux-4.1.27/drivers/net/plip/ |
D | Kconfig | 13 CD-ROM drive (a minimal system has to be transferred with floppies
|
/linux-4.1.27/fs/fuse/ |
D | file.c | 2309 size_t transferred, unsigned count, in fuse_copy_ioctl_iovec_old() argument 2313 if (count * sizeof(struct compat_iovec) == transferred) { in fuse_copy_ioctl_iovec_old() 2333 if (count * sizeof(struct iovec) != transferred) in fuse_copy_ioctl_iovec_old() 2336 memcpy(dst, src, transferred); in fuse_copy_ioctl_iovec_old() 2355 void *src, size_t transferred, unsigned count, in fuse_copy_ioctl_iovec() argument 2362 return fuse_copy_ioctl_iovec_old(dst, src, transferred, in fuse_copy_ioctl_iovec() 2366 if (count * sizeof(struct fuse_ioctl_iovec) != transferred) in fuse_copy_ioctl_iovec() 2453 size_t in_size, out_size, transferred; in fuse_do_ioctl() local 2551 transferred = req->out.args[1].size; in fuse_do_ioctl() 2581 transferred, in_iovs + out_iovs, in fuse_do_ioctl() [all …]
|
/linux-4.1.27/Documentation/scsi/ |
D | dtc3x80.txt | 18 buffering is done automagically by the chip. Data is transferred
|
D | osd.txt | 167 layer, is to describe a vector of buffers that will be transferred to/from the
|
D | libsas.txt | 322 total_xfer_len -- total number of bytes expected to be transferred
|
D | scsi_mid_low_api.txt | 1281 data (if any) has been transferred to or from the SCSI 1301 of bytes that are actually transferred. 'resid' is 1308 actual number of bytes transferred is less than this
|
D | ncr53c8xx.txt | 388 Number of kbytes transferred 389 Example above: 671 MB transferred 511 data transferred reaches 1000 GB in order to avoid overflow.
|
/linux-4.1.27/Documentation/usb/ |
D | URB.txt | 206 transferred. That's because USB transfers are packetized; it might take 208 have transferred successfully before the completion was called. 234 After completion, actual_length contains the actual transferred length and
|
D | error-codes.txt | 82 transferred length is less than the requested length and the URB_SHORT_NOT_OK
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-driver-ib_srp | 25 512-byte sectors to be transferred via a single SCSI command. 48 amount of data that can be transferred between initiator and
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 191 - number of sectors transferred to/from disk by the group. First 193 third field specifies the number of sectors transferred by the 197 - Number of bytes transferred to/from the disk by the group. These 344 - Number of bytes transferred to/from the disk by the group. These
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | fw-cfg.txt | 25 have been transferred by byte-wide accesses in chronological order.
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 232 * These registers count down the number of bytes transferred 234 * the data has been safely transferred. SDONE in SSTAT0 is 440 * transferred on the SCSI bus. They are counted up in the same 442 * to determine the address of the last byte transferred since HADDR 840 * to be transferred across the host bus. 1437 * transferred using an extra S/G.
|
D | aic7xxx.seq | 790 * be transferred using memory write and invalidate PCI transactions. 1042 * have already transferred some overrun bytes into 1278 * of how many bytes were transferred on the SCSI (as opposed to the 1300 * transferred all data, no update is needed. 1455 * was not fully transferred.
|
D | aic79xx.seq | 151 * the SCB only if all data has transferred to the host. 928 * was not fully transferred. 1717 * that the controller may have already transferred 2063 * command has transferred across the SCSI and host buses. 2164 * has transferred to the host.
|
D | aic79xx.reg | 2906 * SCB-Next Address Snooping logic. When an SCB is transferred to 3327 * data accessed from the data FIFO was not transferred successfully.
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-dma.txt | 40 - The driver post-processes the newly transferred buffers.
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | spi-bus.txt | 66 It allows data in the SPI system to be transferred in 2 wires(DUAL) or 4 wires(QUAD).
|
/linux-4.1.27/Documentation/networking/ |
D | 6pack.txt | 30 - Each packet transferred over the serial line is supplied with a checksum, 136 as they are in KISS mode: The connect LED is turned on if data is transferred
|
D | operstates.txt | 12 to be performed before user data can be transferred. Operational state
|
D | baycom.txt | 50 Data is transferred from and to the PC via a shift register.
|
D | de4x5.txt | 31 DE434, DE435 and DE500 cards and benchmarked with 'ttcp': it transferred
|
D | decnet.txt | 177 - How much data was being transferred ?
|
D | stmmac.txt | 157 be transferred in one DMA transaction.
|
D | z8530drv.txt | 479 byte of a packet has been transferred to the SCC. This is
|
/linux-4.1.27/Documentation/mtd/nand/ |
D | pxa3xx-nand.txt | 51 In the BCH mode the ECC code will be calculated for each transferred chunk
|
/linux-4.1.27/include/sound/ |
D | vx_core.h | 77 int transferred; /* the transferred size (per period) in frames */ member
|
/linux-4.1.27/Documentation/dmaengine/ |
D | provider.txt | 29 require a specific number of bits to be transferred in a single 136 transferred 139 transferred
|
D | client.txt | 172 discard data in the DMA FIFO which hasn't been fully transferred.
|
/linux-4.1.27/Documentation/ |
D | DMA-attributes.txt | 90 transferred to 'device' domain. This attribute can be also used for
|
D | gdb-kernel-debugging.txt | 10 be transferred to the other gdb stubs as well.
|
D | DMA-ISA-LPC.txt | 113 sure that all data has been transferred.
|
D | parport-lowlevel.txt | 687 If negative, an error code; otherwise the number of bytes transferred. 709 If negative, an error code; otherwise the number of bytes transferred.
|
/linux-4.1.27/drivers/dma/ |
D | pl330.c | 2239 unsigned int transferred, residual = 0; in pl330_tx_status() local 2257 transferred = desc->bytes_requested; in pl330_tx_status() 2259 transferred = in pl330_tx_status() 2262 transferred = 0; in pl330_tx_status() 2263 residual += desc->bytes_requested - transferred; in pl330_tx_status()
|
/linux-4.1.27/Documentation/block/ |
D | data-integrity.txt | 38 the protection information to be transferred to and from their 44 transferred between the controller and target. The T13 proposal is
|
D | biodoc.txt | 564 request that remain to be transferred (no change). The purpose of the 571 hard_xxx values and the number of bytes transferred) and updates it on
|
/linux-4.1.27/drivers/media/usb/go7007/ |
D | go7007-usb.c | 888 int transferred, pipe; in go7007_usb_send_firmware() local 899 &transferred, timeout); in go7007_usb_send_firmware()
|
/linux-4.1.27/Documentation/filesystems/ |
D | fuse.txt | 135 The number of requests which are waiting to be transferred to 160 the request has been successfully transferred to userspace and
|
D | coda.txt | 537 caddr_t in, out; /* Data to be transferred in, or out */
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | x_snan.S | 12 | necessary) is transferred to the dest. If the dest format is b, w,
|
/linux-4.1.27/Documentation/filesystems/pohmelfs/ |
D | network_protocol.txt | 23 All commands are transferred over the network in big-endian. CPU endianness is used at the end peer…
|
/linux-4.1.27/Documentation/fb/ |
D | udlfb.txt | 145 metrics_bytes_sent 32-bit count of how many bytes were transferred over
|
/linux-4.1.27/Documentation/i2c/ |
D | slave-interface | 176 * A master can send STOP at any time. For partially transferred buffers, this
|
D | smbus-protocol | 247 I2C block transactions do not limit the number of bytes transferred
|
/linux-4.1.27/drivers/usb/host/ |
D | xhci-ring.c | 3023 static u32 xhci_td_remainder(struct xhci_hcd *xhci, int transferred, in xhci_td_remainder() argument 3030 return ((td_total_len - transferred) >> 10); in xhci_td_remainder() 3036 if (num_trbs_left == 0 || (transferred == 0 && trb_buff_len == 0) || in xhci_td_remainder() 3041 return (total_packet_count - ((transferred + trb_buff_len) / maxp)); in xhci_td_remainder()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-system-cpu | 244 transferred from memory to cache
|
D | sysfs-bus-iio | 1053 devices put their data in the middle of the transferred elements
|
/linux-4.1.27/Documentation/trace/ |
D | coresight.txt | 26 creating an interface to the outside world where data can be transferred to a
|
D | ftrace.txt | 439 system call, the buffer data can be quickly transferred to
|
/linux-4.1.27/firmware/ |
D | WHENCE | 141 reproduced, used, sold or transferred to any third party without 188 * and which may not be reproduced, used, sold or transferred to
|
/linux-4.1.27/Documentation/powerpc/ |
D | firmware-assisted-dump.txt | 127 Boot memory content gets transferred to
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | compress_offload.txt | 131 of bytes transferred, the number of samples processed and the number
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 68 * packet command is transferred.
|
/linux-4.1.27/Documentation/crypto/ |
D | asymmetric-keys.txt | 130 transferred the relevant bits to the structure pointed to by sig.
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 969 transfered||transferred
|
/linux-4.1.27/Documentation/isdn/ |
D | README | 559 transferred.
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 330 for read and write, and in case a location on the CD is transferred, 795 transferred to the device_dependent $open()$ call.
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 45 This enables access to the EDID transferred from the firmware.
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1435 10bits are transferred for every 8 bits info this drops to 160 megabits/sec
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 2483 transferred is defined by the particular attribute.
|