Searched refs:transferred (Results 1 - 200 of 410) sorted by relevance

123

/linux-4.1.27/include/uapi/linux/
H A Dbsg.h39 __u32 dout_xfer_len; /* [i] bytes to be transferred to device */
41 __u32 din_xfer_len; /* [i] bytes to be transferred from device */
H A Dmedia-bus-format.h18 * transferred in two 8-bit samples, "BE" or "LE" specify in which order those
19 * samples are transferred over the bus: "LE" means that the least significant
20 * bits are transferred first, "BE" means that the most significant bits are
21 * transferred first, and "PADHI" and "PADLO" define which bits - low or high,
H A Dedd.h16 * transferred into the edd structure, and in drivers/firmware/edd.c, that
H A Dcoda.h716 void __user *in; /* Data to be transferred in */
717 void __user *out; /* Data to be transferred out */
H A Di2c.h58 * bytes have been transferred and ACKed. If this is the last message in a
/linux-4.1.27/drivers/usb/musb/
H A Dmusb_cppi41.c39 u32 transferred; member in struct:cppi41_dma_channel
134 cppi41_channel->transferred; cppi41_trans_done()
142 if (cppi41_channel->tx_zlp && (cppi41_channel->transferred % cppi41_trans_done()
159 remain_bytes -= cppi41_channel->transferred; cppi41_trans_done()
232 u32 transferred; cppi41_dma_callback() local
240 transferred = cppi41_channel->prog_len - txstate.residue; cppi41_dma_callback()
241 cppi41_channel->transferred += transferred; cppi41_dma_callback()
244 hw_ep->epnum, cppi41_channel->transferred, cppi41_dma_callback()
249 if (cppi41_channel->transferred == cppi41_channel->total_len || cppi41_dma_callback()
250 transferred < cppi41_channel->packet_sz) cppi41_dma_callback()
385 cppi41_channel->transferred = 0; cppi41_configure_channel()
H A Dmusb_dma.h118 * @actual_len: how many bytes have been transferred
/linux-4.1.27/drivers/s390/char/
H A Ddiag_ftp.c46 * @transferred: bytes transferred
57 u64 transferred; member in struct:diag_ftp_ldfpl
164 ldfpl->transferred = 0; diag_ftp_cmd()
184 diag_ftp_subcode, ldfpl->transferred, ldfpl->fsize); diag_ftp_cmd()
189 len = ldfpl->transferred; diag_ftp_cmd()
H A Dsclp_diag.h40 * @length: buffer size resp. bytes transferred
H A Dvmlogrdr.c503 /* if all data has been transferred, set buffer free */ vmlogrdr_read()
/linux-4.1.27/include/linux/
H A Dedd.h16 * transferred into the edd structure, and in drivers/firmware/edd.c, that
H A Dcacheinfo.h24 * the minimum amount of data that gets transferred from memory
H A Dpipe_fs_i.h104 * by the caller. The page may then be transferred to a different
H A Ddmaengine.h349 * interrupt after each transferred segment and then the drivers updates the
354 * @DMA_RESIDUE_GRANULARITY_BURST: Residue is updated after each transferred
358 * transferred or still need to be transferred).
595 * be called after period_len bytes have been transferred.
H A Dusb.h1310 * transferred. It will normally be the same as requested, unless
1345 * perform a dma mapping (and unmapping) for each buffer transferred. Those
1404 * implying that some of its packets will not be transferred; if the flag
1433 * actual_length field tells how many bytes were transferred. This field
1719 * @bytes: counts bytes transferred.
/linux-4.1.27/drivers/mfd/
H A Dab3100-core.c95 " %d bytes transferred (expected 2)\n", ab3100_set_register_interruptible()
139 " %d bytes transferred (expected 2)\n", ab3100_set_test_register_interruptible()
175 " %d bytes transferred (expected 1)\n", ab3100_get_register_interruptible()
193 " %d bytes transferred (expected 1)\n", ab3100_get_register_interruptible()
241 " %d bytes transferred (expected 1)\n", ab3100_get_register_page_interruptible()
256 " %d bytes transferred (expected %d)\n", ab3100_get_register_page_interruptible()
299 " %d bytes transferred (expected 1)\n", ab3100_mask_and_set_register_interruptible()
314 " %d bytes transferred (expected 1)\n", ab3100_mask_and_set_register_interruptible()
334 " %d bytes transferred (expected 2)\n", ab3100_mask_and_set_register_interruptible()
H A Dmc13xxx-spi.c118 * transferred to/from the peripheral."
/linux-4.1.27/drivers/scsi/arm/
H A Dacornscsi.c249 printk("DT @+%04x ST @+%04x", host->dma.transferred, acornscsi_dumpdma()
824 host->scsi.SCp.scsi_xferred != host->dma.transferred) acornscsi_done()
1095 unsigned int transferred; acornscsi_dma_cleanup() local
1104 * Calculate number of bytes transferred from DMA. acornscsi_dma_cleanup()
1106 transferred = dmac_address(host) - host->dma.start_addr; acornscsi_dma_cleanup()
1107 host->dma.transferred += transferred; acornscsi_dma_cleanup()
1111 host->dma.start_addr, transferred); acornscsi_dma_cleanup()
1116 acornscsi_data_updateptr(host, &host->scsi.SCp, transferred); acornscsi_dma_cleanup()
1136 unsigned int address, length, transferred; acornscsi_dma_intr() local
1146 * Calculate amount transferred via DMA acornscsi_dma_intr()
1148 transferred = dmac_address(host) - host->dma.start_addr; acornscsi_dma_intr()
1149 host->dma.transferred += transferred; acornscsi_dma_intr()
1156 host->dma.xfer_length = transferred; acornscsi_dma_intr()
1161 acornscsi_data_updateptr(host, &host->scsi.SCp, transferred); acornscsi_dma_intr()
1230 * Purpose : adjust DMA pointers & count for bytes transferred to
1238 signed long transferred; acornscsi_dma_adjust() local
1246 * actually transferred to/from the SCSI bus. acornscsi_dma_adjust()
1247 * host->dma.transferred is the number of bytes transferred acornscsi_dma_adjust()
1251 * - host->dma.transferred acornscsi_dma_adjust()
1253 transferred = host->scsi.SCp.scsi_xferred - host->dma.transferred; acornscsi_dma_adjust()
1254 if (transferred < 0) acornscsi_dma_adjust()
1256 host->host->host_no, acornscsi_target(host), transferred); acornscsi_dma_adjust()
1257 else if (transferred == 0) acornscsi_dma_adjust()
1260 transferred += host->dma.start_addr; acornscsi_dma_adjust()
1261 dmac_write(host, DMAC_TXADRLO, transferred); acornscsi_dma_adjust()
1262 dmac_write(host, DMAC_TXADRMD, transferred >> 8); acornscsi_dma_adjust()
1263 dmac_write(host, DMAC_TXADRHI, transferred >> 16); acornscsi_dma_adjust()
1875 host->dma.transferred = host->scsi.SCp.scsi_xferred; acornscsi_reconnect_finish()
1978 host->dma.transferred = host->scsi.SCp.scsi_xferred; acornscsi_sbicintr()
2210 case PHASE_DATAIN: /* STATE: transferred data in */ acornscsi_sbicintr()
2259 case PHASE_DATAOUT: /* STATE: transferred data out */ acornscsi_sbicintr()
H A Dacornscsi.h335 unsigned int transferred; /* number of bytes transferred */ member in struct:acornscsi_hostdata::__anon8642
H A Dfas216.c623 * @bytes_transferred: number of bytes transferred
700 * Update the data pointers according to the number of bytes transferred
731 * counts down each time a byte is transferred by the fas216_cleanuptransfer()
844 * contains the number of bytes not transferred via DMA fas216_stoptransfer()
/linux-4.1.27/include/linux/mfd/
H A Ddln2.h59 * to indicate the actual data transferred;
75 * to indicate the actual data transferred;
H A Ddb8500-prcmu.h340 * @ARMREGU1VALTO_ERR:The ArmRegu1 value transferred through I2C has not
342 * @ARMREGU2VALTO_ERR: The ArmRegu2 value transferred through I2C has not
/linux-4.1.27/include/linux/usb/
H A Dstorage.h72 __le32 Residue; /* amount not transferred */
/linux-4.1.27/drivers/scsi/mpt3sas/
H A Dmpt3sas_trigger_diag.h108 * This binary structure is transferred via sysfs to get/set Event Triggers
142 * This binary structure is transferred via sysfs to get/set SCSI Sense Code
172 * This binary structure is transferred via sysfs to get/set MPI Error Triggers
/linux-4.1.27/sound/drivers/vx/
H A Dvx_pcm.c29 * pipe->transferred is the counter of data which has been already transferred.
658 * pipe->transferred is updated, too, but the size is not wrapped,
659 * so that the caller can check the total transferred size later
682 pipe->transferred += update; vx_update_pipe_position()
720 if (pipe->transferred >= (int)runtime->period_size) { vx_pcm_playback_update()
721 pipe->transferred %= runtime->period_size; vx_pcm_playback_update()
864 pipe->transferred = 0; vx_pcm_prepare()
1070 pipe->transferred += size; vx_pcm_capture_update()
1071 if (pipe->transferred >= pipe->period_bytes) { vx_pcm_capture_update()
1072 pipe->transferred %= pipe->period_bytes; vx_pcm_capture_update()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_dp_helper.c232 * Returns the number of bytes transferred on success, or a negative error
234 * if the retry count was exceeded. If not all bytes were transferred, this
254 * Returns the number of bytes transferred on success, or a negative error
256 * if the retry count was exceeded. If not all bytes were transferred, this
274 * Returns the number of bytes transferred on success or a negative error
431 * Returns bytes transferred on success, or a negative error code on failure.
517 * Keep retrying drm_dp_i2c_do_msg until all data has been transferred.
/linux-4.1.27/drivers/usb/storage/
H A Dshuttle_usbat.c155 static int transferred = 0; variable
390 * transferred. usbat_set_shuttle_features()
627 * transferred. usbat_hp8200e_rw_block_test()
705 /* Number of bytes to be transferred (incl. addresses and data) */ usbat_multiple_write()
1359 transferred = 0; usbat_hp8200e_handle_read10()
1361 while (transferred != scsi_bufflen(srb)) { usbat_hp8200e_handle_read10()
1363 if (len > scsi_bufflen(srb) - transferred) usbat_hp8200e_handle_read10()
1364 len = scsi_bufflen(srb) - transferred; usbat_hp8200e_handle_read10()
1395 /* Update the amount transferred and the sector number */ usbat_hp8200e_handle_read10()
1397 transferred += len; usbat_hp8200e_handle_read10()
1400 } /* while transferred != scsi_bufflen(srb) */ usbat_hp8200e_handle_read10()
1600 transferred = 0; usbat_hp8200e_transport()
1613 transferred += len; usbat_hp8200e_transport()
1614 usb_stor_dbg(us, "Wrote %08X bytes\n", transferred); usbat_hp8200e_transport()
H A Dtransport.h49 #define USB_STOR_XFER_SHORT 1 /* transferred less than expected */
H A Dtransport.c216 /* return the actual length of the data transferred if no error */ usb_stor_control_msg()
267 usb_stor_dbg(us, "Status code %d; transferred %u/%u\n", interpret_urb_result()
403 /* store the actual length of the data transferred */ usb_stor_bulk_transfer_buf()
1221 * was really transferred and what the device tells us */ usb_stor_Bulk_transport()
/linux-4.1.27/drivers/media/usb/dvb-usb/
H A Ddvb-usb-firmware.c53 "(transferred size: %d, block size: %d)", usb_cypress_load_firmware()
/linux-4.1.27/drivers/staging/i2o/
H A Di2o_block.h76 struct list_head open_queue; /* list of transferred, but unfinished
/linux-4.1.27/drivers/media/common/
H A Dcypress_firmware.c106 "%s: error while transferring firmware (transferred size=%d, block size=%d)\n", cypress_load_firmware()
/linux-4.1.27/include/media/
H A Dsoc_mediabus.h21 * @SOC_MBUS_PACKING_2X8_PADHI: 16 bits transferred in 2 8-bit samples, in the
/linux-4.1.27/arch/mips/include/asm/sn/
H A Dlaunch.h54 * Before control is transferred to a routine, the complement address
H A Dnmi.h45 * Before control is transferred to a routine, the complement address
/linux-4.1.27/arch/parisc/lib/
H A Dlusercopy.S67 * otherwise, returns number of bytes not transferred.
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dbus.h60 * has been transferred, the common driver must be
207 /* Notify the bus has transferred the tx packet to firmware */
/linux-4.1.27/drivers/usb/usbip/
H A Dusbip_common.h110 * Each request is transferred across the network to its counterpart, which
179 * @actual_length: number of bytes transferred
/linux-4.1.27/drivers/media/dvb-core/
H A Ddvb_ringbuffer.h115 ** returns number of bytes transferred or -EFAULT
132 ** returns number of bytes transferred or -EFAULT
/linux-4.1.27/drivers/spi/
H A Dspi-cadence.c145 * to 1 and size of the word to be transferred as 8 bit.
333 * fills the TX FIFO if there is any data remaining to be transferred.
336 * transferred is non-zero.
353 * transferred is non-zero cdns_spi_irq()
407 * Return: Number of bytes transferred in the last transfer
H A Dspi-gpio.c54 * per transferred bit can make performance a problem, this code
H A Dspi-ep93xx.c624 * fit into the FIFO and can be transferred with a single interrupt. ep93xx_spi_process_transfer()
724 * Now the whole message is transferred (or failed for some reason). We ep93xx_spi_process_message()
H A Dspi-bfin-sport.c468 /* Update total byte transferred */ bfin_sport_spi_pump_transfers()
/linux-4.1.27/drivers/scsi/
H A Datari_scsi.c390 unsigned long transferred; scsi_falcon_intr() local
392 transferred = SCSI_DMA_GETADR() - atari_dma_startaddr; scsi_falcon_intr()
395 * transferred bytes is not divisible by 16, the remainder is scsi_falcon_intr()
398 if (transferred & 15) scsi_falcon_intr()
400 "ST-DMA fifo\n", transferred & 15); scsi_falcon_intr()
402 atari_dma_residual = HOSTDATA_DMALEN - transferred; scsi_falcon_intr()
653 /* This function calculates the number of bytes that can be transferred via
H A Dvmw_pvscsi.h293 * - dataLen: contains the total number of bytes that need to be transferred.
369 * - dataLen: number of bytes transferred for the actual i/o operation,
H A DNCR5380.c1142 int transferred; NCR5380_intr() local
1147 transferred = (hostdata->dmalen - NCR5380_dma_residual(instance)); NCR5380_intr()
1148 hostdata->connected->SCp.this_residual -= transferred; NCR5380_intr()
1149 hostdata->connected->SCp.ptr += transferred; NCR5380_intr()
1475 * maximum number of bytes, 0 if all bytes or transferred or exit
1712 * maximum number of bytes, 0 if all bytes or transferred or exit
1804 transferred out over the bus before we turn off DMA mode. Alas, there NCR5380_transfer_dma()
1831 bytes are transferred via PIO as necessary to fill out the original NCR5380_transfer_dma()
2530 int transferred; NCR5380_dma_complete() local
2556 transferred = instance->dmalen - NCR5380_dma_residual(); NCR5380_dma_complete()
2557 hostdata->connected->SCp.this_residual -= transferred; NCR5380_dma_complete()
2558 hostdata->connected->SCp.ptr += transferred; NCR5380_dma_complete()
H A Dscsi_ioctl.c76 * Note that if more than MAX_BUF bytes are requested to be transferred,
H A Dwd719x.h52 __le32 transferred; /* 52-55 Bytes Transferred */ member in struct:wd719x_scb
H A Dsd.c761 * transferred to the target. This amount depends on whether WRITE SAME sd_setup_discard_cmnd()
852 * For WRITE_SAME the data transferred in the DATA IN buffer is sd_setup_write_same_cmnd()
855 * We set up __data_len to the amount of data transferred from the sd_setup_write_same_cmnd()
1609 * its value is zero, so we assume the whole buffer transferred sd_completed_bytes()
1611 unsigned int transferred = scsi_bufflen(scmd) - scsi_get_resid(scmd); sd_completed_bytes() local
1640 return min(good_bytes, transferred); sd_completed_bytes()
1693 * unknown amount of data was transferred so treat it as an sd_done()
H A Datari_NCR5380.c414 * assumed to be already transferred into ptr/this_residual.
1108 int transferred; NCR5380_dma_complete() local
1160 transferred = hostdata->dma_len - NCR5380_dma_residual(instance); NCR5380_dma_complete()
1165 *data += transferred; NCR5380_dma_complete()
1166 *count -= transferred; NCR5380_dma_complete()
1620 * maximum number of bytes, 0 if all bytes are transferred or exit
1811 * maximum number of bytes, 0 if all bytes or transferred or exit
H A Dam53c974.c185 * command, otherwise the data will not being transferred. pci_esp_dma_drain()
H A Deata_generic.h323 __u32 residue_len; /* Number of bytes not transferred */
H A DNCR5380.h179 /* Number of 128-byte blocks to be transferred */
H A Ddc395x.c238 size_t total_xfer_length; /* Total number of bytes remaining to be transferred */
1956 u32 xferred = srb->total_xfer_length - left; /* bytes transferred */ sg_update_list()
1992 * We have transferred a single byte (PIO mode?) and need to update
2031 * Those no of bytes will be transferred w/ PIO through the SCSI FIFO
2075 * transferred successfully to the device. (And the difference could data_out_phase0()
2192 * engine and transferred to memory. data_in_phase0()
2196 * having all bytes transferred! data_in_phase0()
2258 /* KG: Less than or equal to 4 bytes can not be transferred via DMA, it seems. */ data_in_phase0()
H A D53c700.c1605 printk("scsi%d: (%d:%d) Expected phase mismatch in slot->SG[%d], transferred 0x%x\n",
1610 printk("scsi%d: (%d:%d) Expected phase mismatch in slot->SG[%d], transferred 0x%x, residual %d\n",
1624 DEBUG(("DATA TRANSFER MISMATCH, count = %d, transferred %d\n", count, count-data_transfer));
H A Dosst.h596 unsigned first_frame_position; /* physical frame to be transferred to/from host */
/linux-4.1.27/drivers/scsi/qla4xxx/
H A Dql4_iocb.c163 /* No data being transferred */ qla4xxx_build_scsi_iocbs()
336 * transferred, as the data direction bit is sometimed filled qla4xxx_send_command_to_isp()
337 * in when there is no data to be transferred */ qla4xxx_send_command_to_isp()
/linux-4.1.27/drivers/spmi/
H A Dspmi.c190 * @data: buffer containing the data to be transferred to the Slave.
223 * @buf: buffer containing the data to be transferred to the Slave.
245 * @buf: buffer containing the data to be transferred to the Slave.
/linux-4.1.27/drivers/ide/
H A Dide-atapi.c431 debug_log("Packet command completed, %d bytes transferred\n", ide_pc_intr()
514 /* Update transferred byte count */ ide_pc_intr()
522 debug_log("[cmd %x] transferred %d bytes, padded %d bytes, resid: %u\n", ide_pc_intr()
697 /* We haven't transferred any data yet */ ide_issue_pc()
H A Dide-taskfile.c205 * Last sector was transferred, wait until device is ready. This can wait_drive_not_busy()
/linux-4.1.27/drivers/rtc/
H A Drtc-pl030.c76 * Also, since RTC_LR is transferred to RTC_CR on next rising
H A Drtc-s5m.c37 * been transferred.
/linux-4.1.27/arch/x86/math-emu/
H A Dpoly_atan.c33 /* 0xaaaaaaaaaaaaaaabLL, transferred to fixedpterm[] */
/linux-4.1.27/drivers/usb/host/whci/
H A Ddebug.c71 seq_printf(s, " urb %p transferred: %d bytes\n", urb, qset_print()
H A Dqset.c551 * mapped to qTDs then the data must be transferred via bounce
749 * completely transferred or (in the case of an IN only) the LPF is
/linux-4.1.27/drivers/usb/serial/
H A Dvisor.h83 * are available to be transferred to the host for the specified endpoint.
/linux-4.1.27/include/net/caif/
H A Dcaif_hsi.h52 * Maximum bytes transferred in one transfer.
/linux-4.1.27/include/sound/
H A Dpcm-indirect.h36 int sw_ready; /* Bytes ready to be transferred to/from hw */
H A Dvx_core.h77 int transferred; /* the transferred size (per period) in frames */ member in struct:vx_pipe
H A Dcompress_driver.h48 * @total_bytes_transferred: cumulative bytes transferred by offload DSP
/linux-4.1.27/sound/drivers/
H A Dpcm-indirect2.h85 int sw_ready; /* Bytes ready to be transferred to/from hw */
H A Dpcm-indirect2.c267 * bytes which are ready to "be transferred to HW"/"played" snd_pcm_indirect2_playback_transfer()
333 * now => more could be transferred to fifo snd_pcm_indirect2_playback_transfer()
/linux-4.1.27/fs/afs/
H A Dafs.h73 #define AFSCBMAX 50 /* maximum callbacks transferred per bulk op */
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-efm32.c156 /* cur_msg completely transferred */ efm32_i2c_send_next_byte()
179 /* cur_msg completely transferred */ efm32_i2c_recv_next_byte()
H A Di2c-ibm_iic.c343 * Returns the number of actually transferred bytes or error (<0)
408 * Returns the number of transferred bytes or error (<0)
497 DBG("%d: xfer_bytes, requested %d, transferred %d\n", iic_xfer_bytes()
H A Di2c-isch.c143 * union of transaction for data to be transferred or data read from bus.
H A Di2c-xlp9xx.c263 /* set data length to be transferred */ xlp9xx_i2c_xfer_msg()
H A Di2c-axxia.c87 * @msg_xfrd: number of bytes transferred in msg
H A Di2c-imx.c653 /* The last data byte must be transferred by the CPU. */ i2c_imx_dma_write()
680 /* The last two data bytes must be transferred by the CPU. */ i2c_imx_dma_read()
H A Di2c-nomadik.c140 * @count: no. bytes to be transferred
142 * @xfer_bytes: bytes transferred till now
H A Di2c-davinci.c464 /* This should be 0 if all bytes were transferred i2c_davinci_xfer_msg()
H A Di2c-st.c158 * @xfered: number of bytes already transferred
/linux-4.1.27/drivers/net/wimax/i2400m/
H A Dusb-fw.c172 * the right amount of data was transferred.
213 if (result != cmd_size) { /* all was transferred? */ i2400mu_bus_bm_cmd_send()
H A Dnetdev.c203 kfree_skb(skb); /* refcount transferred by _hard_start_xmit() */ i2400m_wake_tx_work()
/linux-4.1.27/drivers/s390/cio/
H A Dfcx.c127 * transferred or data transferred by this tidaw. Assumption: calc_cbc_size()
/linux-4.1.27/drivers/video/fbdev/exynos/
H A Dexynos_mipi_dsi.c91 * data from Display controller(FIMD) is not transferred in video mode exynos_mipi_update_cfg()
108 * data from Display controller(FIMD) is transferred in video mode exynos_mipi_update_cfg()
/linux-4.1.27/fs/
H A Ddirect-io.c227 ssize_t transferred = 0; dio_complete() local
239 transferred = dio->result; dio_complete()
242 if ((dio->rw == READ) && ((offset + transferred) > dio->i_size)) dio_complete()
243 transferred = dio->i_size - offset; dio_complete()
251 ret = transferred; dio_complete()
254 dio->end_io(dio->iocb, offset, transferred, dio->private); dio_complete()
264 transferred); dio_complete()
/linux-4.1.27/fs/fuse/
H A Dfile.c561 * transferred data starting from the beginning of IO request.
2309 size_t transferred, unsigned count, fuse_copy_ioctl_iovec_old()
2313 if (count * sizeof(struct compat_iovec) == transferred) { fuse_copy_ioctl_iovec_old()
2333 if (count * sizeof(struct iovec) != transferred) fuse_copy_ioctl_iovec_old()
2336 memcpy(dst, src, transferred); fuse_copy_ioctl_iovec_old()
2355 void *src, size_t transferred, unsigned count, fuse_copy_ioctl_iovec()
2362 return fuse_copy_ioctl_iovec_old(dst, src, transferred, fuse_copy_ioctl_iovec()
2366 if (count * sizeof(struct fuse_ioctl_iovec) != transferred) fuse_copy_ioctl_iovec()
2453 size_t in_size, out_size, transferred; fuse_do_ioctl() local
2551 transferred = req->out.args[1].size; fuse_do_ioctl()
2581 transferred, in_iovs + out_iovs, fuse_do_ioctl()
2602 if (transferred > inarg.out_size) fuse_do_ioctl()
2605 err = fuse_ioctl_copy_user(pages, out_iov, out_iovs, transferred, true); fuse_do_ioctl()
2308 fuse_copy_ioctl_iovec_old(struct iovec *dst, void *src, size_t transferred, unsigned count, bool is_compat) fuse_copy_ioctl_iovec_old() argument
2354 fuse_copy_ioctl_iovec(struct fuse_conn *fc, struct iovec *dst, void *src, size_t transferred, unsigned count, bool is_compat) fuse_copy_ioctl_iovec() argument
/linux-4.1.27/drivers/usb/dwc3/
H A Dep0.c781 u32 transferred; dwc3_ep0_complete_data() local
823 transferred = min_t(u32, ur->length, dwc3_ep0_complete_data()
825 memcpy(ur->buf, dwc->ep0_bounce, transferred); dwc3_ep0_complete_data()
827 transferred = ur->length - length; dwc3_ep0_complete_data()
830 ur->actual += transferred; dwc3_ep0_complete_data()
/linux-4.1.27/drivers/media/pci/pluto2/
H A Dpluto2.c298 * but no packets have been transferred. pluto_dma_end()
300 * although one packet has been transferred. pluto_dma_end()
304 * has been transferred. Only a reset seems to solve this pluto_dma_end()
/linux-4.1.27/drivers/scsi/megaraid/
H A Dmbox_defs.h145 * @numsectors : number of sectors to be transferred
229 * @dataxferlen : amount of the data to be transferred.
281 * @dataxferlen : amount of the data to be transferred.
/linux-4.1.27/include/drm/
H A Ddrm_dp_helper.h674 * that were transferred, or a negative error-code on failure. Helpers
714 * Returns the number of bytes transferred (1) on success, or a negative
729 * Returns the number of bytes transferred (1) on success, or a negative
H A Ddrm_gem.h89 * They will be transferred to the above values
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dsungem.h44 #define GREG_STAT_TXINTME 0x00000001 /* TX INTME frame transferred */
45 #define GREG_STAT_TXALL 0x00000002 /* All TX frames transferred */
46 #define GREG_STAT_TXDONE 0x00000004 /* One TX frame transferred */
625 * is transferred on the management interface, both edges have to be
639 * when data bits are transferred from the MIF to the transceiver, and it
641 * transferred from the transceiver to the MIF (data portion of a read
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dmite.c452 /* returns lower bound for number of bytes transferred from device to memory */ mite_bytes_written_to_memory_lb()
462 /* returns upper bound for number of bytes transferred from device to memory */ mite_bytes_written_to_memory_ub()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dcmd.h620 * Continuous mode - packets are transferred to the host periodically
623 * firmware, and only transferred to the host when explicitly requested
H A Dacx.h260 * bit 0 - The information element is compared and transferred
262 * bit 1 - The information element is transferred to the host
/linux-4.1.27/drivers/pcmcia/
H A Dpcmcia_cis.c154 * pcmcia_loop_config() to pccard_loop_tuple(). Data is transferred
300 * pcmcia_loop_tuple() to pccard_loop_tuple(). Data is transferred
/linux-4.1.27/drivers/usb/core/
H A Dmessage.c128 * Return: If successful, the number of bytes transferred. Otherwise, a negative
162 * @actual_length: pointer to a location to put the actual length transferred
181 * bytes transferred will be stored in the @actual_length parameter.
196 * @actual_length: pointer to a location to put the actual length transferred
220 * bytes transferred will be stored in the @actual_length parameter.
476 * transferred is as requested.
478 * of io->bytes transferred before the error is usually less
498 * could be transferred. That capability is less useful for low or full
/linux-4.1.27/arch/powerpc/platforms/52xx/
H A Dmpc52xx_lpbfifo.c61 * mpc52xx_lpbfifo_kick - Trigger the next block of data to be transferred
200 * 3) FIFO complete without DMA; all data transferred
/linux-4.1.27/drivers/isdn/hysdn/
H A Dhysdn_sched.c83 } /* a network packet has completely been transferred */ hysdn_sched_tx()
/linux-4.1.27/drivers/media/platform/omap3isp/
H A Dispvideo.h43 * @width: Bits per pixel (when transferred over a bus)
/linux-4.1.27/drivers/net/wireless/prism54/
H A Dislpci_dev.h143 * that are being transferred (owned by device). The driver
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2x00crypto.c238 * NOTE: Always count the payload as transferred, rt2x00crypto_rx_insert_iv()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Derrno.c41 * that need to be transferred on wire have been replaced with EDEADLK.
H A Dptlrpcd.c185 * Return transferred RPCs count.
/linux-4.1.27/drivers/staging/nvec/
H A Dnvec.h125 * @tx: The message currently being transferred
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
H A Dacx.h479 * bit 0 - The information element is compared and transferred
481 * bit 1 - The information element is transferred to the host
655 * transferred in common mode before
662 * transferred in common mode before
H A Dwl1251.h315 /* Number of TX packets transferred to the FW, modulo 16 */
/linux-4.1.27/drivers/gpu/drm/exynos/
H A Dexynos_drm_gem.h67 * P.S. this object would be transferred to user as kms_bo.handle so
/linux-4.1.27/block/
H A Dbsg-lib.c65 /* we assume all request payload was transferred, residual == 0 */ bsg_job_done()
H A Dbio-integrity.c349 * request. The function verifies the transferred integrity metadata
H A Dblk-throttle.c88 /* total bytes transferred */
1087 * @bio is being transferred from @tg to @parent_sq. Popping a bio tg_dispatch_one_bio()
1090 * after @bio is transferred to @parent_sq. tg_dispatch_one_bio()
/linux-4.1.27/drivers/vhost/
H A Dtest.c22 /* Max number of bytes transferred before requeueing the job.
/linux-4.1.27/drivers/video/fbdev/msm/
H A Dmddi_hw.h272 * 32-bit Register Data List items to be transferred in the
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h146 * Data in single master mode is transferred as follows:
/linux-4.1.27/include/rdma/
H A Dib_mad.h236 * @data_len: Indicates the total size of user-transferred data.
525 * data being transferred, the paylen_newwin field in the RMPP header should
527 * defined data being transferred. The paylen_newwin field should be
617 * @data_len: Indicates the size of any user-transferred data. The call will
/linux-4.1.27/arch/m68k/fpsp040/
H A Dx_snan.S12 | necessary) is transferred to the dest. If the dest format is b, w,
/linux-4.1.27/arch/arm/mach-pxa/
H A Dpalmz72.c217 * to be transferred via PSPR. Using this struct PalmOS restores palmz72_leds_init()
/linux-4.1.27/sound/firewire/
H A Damdtp.h59 * represents the number of data blocks transferred per second in an AMDTP
/linux-4.1.27/sound/firewire/dice/
H A Ddice-stream.c122 * transferred on AMDTP packets at 96 kHz. Two successive samples of a start_stream()
/linux-4.1.27/sound/usb/line6/
H A Dcapture.c101 The transferred area goes over buffer boundary, line6_capture_copy()
H A Dplayback.c209 The transferred area goes over buffer boundary, submit_audio_out_urb()
/linux-4.1.27/drivers/usb/dwc2/
H A Dhcd_intr.c397 * transferred. short_read may also be NULL on entry, in which case it remains
425 * has been transferred. This field reflects the number of dwc2_get_actual_xfer_length()
426 * packets that have been transferred via the USB. This is dwc2_get_actual_xfer_length()
430 * bytes transferred via the AHB, not the USB). dwc2_get_actual_xfer_length()
442 * of the URB based on the number of bytes transferred via the host channel.
533 * transferred in the URB. Otherwise return DWC2_HC_XFER_URB_COMPLETE.
1135 * actually been transferred via the host channel.
H A Dhcd.h81 * @xfer_count: Number of bytes transferred so far
307 * position and length of the data to be transferred in the
313 * @ssplit_out_xfer_count: How many bytes transferred during SSPLIT OUT
/linux-4.1.27/drivers/mmc/card/
H A Dblock.c1213 * command. No data will have been transferred. mmc_blk_err_check()
1216 * data will have been transferred. mmc_blk_err_check()
1219 * may have been transferred, or may still be transferring. mmc_blk_err_check()
1238 * has been transferred. mmc_blk_err_check()
1888 * A block was successfully transferred. mmc_blk_issue_rw_rq()
1902 * though all data has been transferred and no errors mmc_blk_issue_rw_rq()
/linux-4.1.27/drivers/staging/octeon-usb/
H A Docteon-hcd.c1052 * must be opened before data can be transferred between a device
1498 * Limit the number of packet and data transferred to what the cvmx_usb_start_channel_control()
1745 * Limit the number of packet and data transferred to cvmx_usb_start_channel()
2098 /* Update the number of bytes transferred in this ISO packet */ cvmx_usb_perform_complete()
2108 /* No bytes transferred for this packet as of yet */ cvmx_usb_perform_complete()
2541 * transferred cvmx_usb_poll_channel()
2549 * Calculating the number of bytes successfully transferred is dependent cvmx_usb_poll_channel()
2587 * transferred cvmx_usb_poll_channel()
2594 * Add the bytes transferred to the running total. It is important that cvmx_usb_poll_channel()
2637 * the user. Any data that was transferred will be counted on cvmx_usb_poll_channel()
2638 * the actual bytes transferred cvmx_usb_poll_channel()
2752 * transferred data. Here we manually cvmx_usb_poll_channel()
2753 * update the data transferred cvmx_usb_poll_channel()
/linux-4.1.27/drivers/misc/sgi-xp/
H A Dxpnet.c30 * The message payload transferred by XPC.
190 * transferred. xpnet_receive()
/linux-4.1.27/drivers/mmc/host/
H A Dpxamci.c13 * - Doesn't tell you how many data blocks were transferred.
372 * be no way to find out how much data was transferred to the card. pxamci_data_done()
/linux-4.1.27/drivers/parport/
H A Dieee1284.c603 * This function returns the number of bytes transferred (if zero
696 * This function returns the number of bytes transferred (if zero
/linux-4.1.27/drivers/char/tpm/
H A Dtpm_i2c_infineon.c162 /* __i2c_transfer returns the number of successfully transferred iic_tpm_read()
213 /* __i2c_transfer returns the number of successfully transferred iic_tpm_write_generic()
/linux-4.1.27/include/xen/interface/
H A Dgrant_table.h73 * transferred frame is written. It is safe for the guest to spin waiting
110 * GTF_accept_transfer: Frame whose ownership transferred by @domid. [XEN]
/linux-4.1.27/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h384 address word). After the required number of samples is transferred,
447 After the required number of samples is transferred, the CODEC
/linux-4.1.27/drivers/media/i2c/
H A Dml86v7667.c212 /* The top field is always transferred first by the chip */ ml86v7667_mbus_fmt()
/linux-4.1.27/drivers/media/usb/pvrusb2/
H A Dpvrusb2-ioread.c286 // Nothing transferred. Was there an error? pvr2_ioread_get_buffer()
/linux-4.1.27/drivers/net/ethernet/ti/
H A Ddavinci_mdio.c120 * 32 bits of transferred data __davinci_mdio_reset()
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
H A Dbfi.h137 BFI_MC_TIO_DATA_XFERED = 29, /*!< ds transferred (target mode) */
/linux-4.1.27/arch/unicore32/mm/
H A Dalignment.c299 /* count the number of registers in the mask to be transferred */ do_alignment_ldmstm()
/linux-4.1.27/arch/x86/include/asm/
H A Ddma.h66 * and up to 128K bytes may be transferred on channels 5-7 in one operation.
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_vli.h35 * We try to reduce the transferred bitmap information
/linux-4.1.27/drivers/char/xilinx_hwicap/
H A Dfifo_icap.c230 * Set up the buffer pointer and the words to be transferred. fifo_icap_set_configuration()
/linux-4.1.27/arch/mips/include/asm/
H A Ddma.h72 * and up to 128K bytes may be transferred on channels 5-7 in one operation.
/linux-4.1.27/include/scsi/
H A Dscsi_cmnd.h102 this amount is transferred */
H A Dscsi_transport_iscsi.h73 * the number of bytes transferred on success, and -Exyz
/linux-4.1.27/include/uapi/mtd/
H A Dmtd-abi.h54 * @MTD_OPS_RAW: data are transferred as-is, with no error correction;
/linux-4.1.27/include/xen/interface/io/
H A Dvscsiif.h117 * If data is to be transferred to or from the device the buffer(s) in the
/linux-4.1.27/arch/powerpc/include/asm/
H A Ddma.h84 * and up to 128K bytes may be transferred on channels 5-7 in one operation.
/linux-4.1.27/arch/frv/include/asm/
H A Dmb93493-regs.h88 #define VDC_RS_DCM_TRANSFERRING 0x00000003 /* - data being transferred to VDC */
/linux-4.1.27/net/rxrpc/
H A Dar-recvmsg.c203 /* we transferred the whole data packet */ rxrpc_recvmsg()
/linux-4.1.27/include/linux/mmc/
H A Ddw_mmc.h54 * @data: The data currently being transferred, or NULL if no data
/linux-4.1.27/drivers/isdn/isdnloop/
H A Disdnloop.c397 * Number of bytes transferred, -E??? on error
440 * number of bytes actually transferred.
963 * number of bytes transferred (currently always equals len).
/linux-4.1.27/arch/arm/plat-omap/
H A Ddma.c900 * Ensure that data transferred by DMA is visible to any access omap_stop_dma()
979 * not been started (no data has been transferred so far). omap_get_dma_src_pos()
1020 * not been started (no data has been transferred so far). omap_get_dma_dst_pos()
/linux-4.1.27/drivers/usb/host/
H A Dxhci-ring.c1855 * If the host controller said we transferred more data than the buffer finish_td()
2126 /* Double check that the HW transferred everything. */ process_bulk_intr_td()
2192 * pointer, to get the actual length transferred. process_bulk_intr_td()
2204 * in the actual bytes transferred from the Normal TRB process_bulk_intr_td()
3010 * Packets transferred up to and including this TRB = packets_transferred =
3011 * rounddown(total bytes transferred including this TRB / wMaxPacketSize)
3023 static u32 xhci_td_remainder(struct xhci_hcd *xhci, int transferred, xhci_td_remainder() argument
3030 return ((td_total_len - transferred) >> 10); xhci_td_remainder()
3036 if (num_trbs_left == 0 || (transferred == 0 && trb_buff_len == 0) || xhci_td_remainder()
3040 /* Queueing functions don't count the current TRB into transferred */ xhci_td_remainder()
3041 return (total_packet_count - ((transferred + trb_buff_len) / maxp)); xhci_td_remainder()
H A Dfhci.h348 unsigned int actual_len; /* actual bytes transferred on this td */
/linux-4.1.27/drivers/isdn/icn/
H A Dicn.c701 * Number of bytes transferred, -E??? on error
861 printk(KERN_DEBUG "Bootloader transferred\n"); icn_loadboot()
876 printk(KERN_DEBUG "Bootloader transferred\n"); icn_loadboot()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
H A Ddma.c1214 "transferred"); dma_txreclaim()
1462 * transferred by the DMA as noted by the hardware "ActiveDescr" pointer.
1477 "transferred"); dma_getnexttxp()
/linux-4.1.27/drivers/md/bcache/
H A Dclosure.h127 * annotate where references are being transferred.
/linux-4.1.27/drivers/i2c/algos/
H A Di2c-algo-pca.c348 DEB1("}}} transferred %d/%d messages. " pca_xfer()
H A Di2c-algo-pcf.c37 /* debug the protocol by showing transferred bits */
/linux-4.1.27/drivers/net/hamradio/
H A Dbaycom_par.c31 * Data is transferred from and to the PC via a shift register.
/linux-4.1.27/drivers/scsi/csiostor/
H A Dcsio_hw_t5.c276 * 32-bit boudaries. The memory is transferred as a raw byte sequence
/linux-4.1.27/drivers/s390/scsi/
H A Dzfcp_qdio.c272 /* account for transferred buffers */ zfcp_qdio_send()
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
H A Ddiagchannel.h241 * DiagSwitch to segregate events into block types. The files are transferred in
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dllite_mmap.c233 * transferred because it will break RPC checksum. ll_page_mkwrite0()
/linux-4.1.27/drivers/block/mtip32xx/
H A Dmtip32xx.h310 * Bit 31: interrupt when this data block has been transferred.
/linux-4.1.27/drivers/acpi/acpica/
H A Dexconvrt.c242 * ASL/AML code that depends on the null being transferred to the new acpi_ex_convert_to_buffer()
H A Dutosi.c396 * control is transferred to this function.
/linux-4.1.27/drivers/usb/gadget/udc/bdc/
H A Dbdc_udc.c209 * Host transferred anything on any of the EPs, handle_link_state_change()
/linux-4.1.27/drivers/w1/masters/
H A Domap_hdq.c534 /* Second write, data transferred. Release the module */ omap_w1_write_byte()
/linux-4.1.27/include/video/
H A Dexynos_mipi_dsim.h268 * transferred to mipi-dsi.
H A Dnewport.h476 /* Width of the data being transferred for each DCBDATA[01] word */
/linux-4.1.27/arch/alpha/include/asm/
H A Ddma.h71 * and up to 128K bytes may be transferred on channels 5-7 in one operation.
/linux-4.1.27/net/wimax/
H A Dop-msg.c249 * ownership of @skb is transferred to this function.
/linux-4.1.27/tools/testing/selftests/exec/
H A Dexecveat.c394 /* Check expected environment transferred. */ main()
/linux-4.1.27/include/linux/hsi/
H A Dhsi.h195 * @actual_len: Actual length of data transferred on completion
/linux-4.1.27/drivers/media/usb/go7007/
H A Dgo7007-usb.c888 int transferred, pipe; go7007_usb_send_firmware() local
899 &transferred, timeout); go7007_usb_send_firmware()
/linux-4.1.27/drivers/net/irda/
H A Dvlsi_ir.h210 IRINTR_RPKTINT = 0x10, /* rx-packet transferred from fifo to memory finished */
741 * of transferred bytes in case of success or the negative (-)
/linux-4.1.27/drivers/target/
H A Dtarget_core_sbc.c337 * 3) XOR the logical blocks transferred from the data-out buffer with xdreadwrite_callback()
340 * blocks transferred from the data-out buffer; and xdreadwrite_callback()
/linux-4.1.27/drivers/input/mouse/
H A Dbcm5974.c254 struct bt_data *bt_data; /* button transferred data */
256 u8 *tp_data; /* trackpad transferred data */
/linux-4.1.27/drivers/dma/
H A Domap-dma.c656 * not been started (no data has been transferred so far). omap_dma_get_src_pos()
681 * has not been started (no data has been transferred so omap_dma_get_dst_pos()
H A Dpl330.c2239 unsigned int transferred, residual = 0; pl330_tx_status() local
2257 transferred = desc->bytes_requested; pl330_tx_status()
2259 transferred = pl330_tx_status()
2262 transferred = 0; pl330_tx_status()
2263 residual += desc->bytes_requested - transferred; pl330_tx_status()
H A Damba-pl08x.c70 * zero). The data is transferred from the current LLI entry, until
1065 * Bytes transferred = tsize * src width, not pl08x_fill_llis_for_desc()
1123 "%s size of encoded lli:s don't match total txd, transferred 0x%08zx from size 0x%08zx\n", pl08x_fill_llis_for_desc()
/linux-4.1.27/drivers/ata/
H A Dpata_arasan_cf.c216 /* qc to be transferred using DMA */
450 * MAX_XFER_COUNT data will be transferred before we get transfer sg_xfer()
/linux-4.1.27/net/rds/
H A Dib_send.c362 * posted to the receive queue. This value is transferred
365 * the amount of transferred credits from this counter.
H A Diw_send.c314 * posted to the receive queue. This value is transferred
317 * the amount of transferred credits from this counter.
/linux-4.1.27/sound/aoa/soundbus/i2sbus/
H A Dpcm.c149 * that when doing playback (they're transferred as 0 i2sbus_pcm_open()
433 * transferred quickly enough! */ i2sbus_pcm_prepare()
/linux-4.1.27/sound/usb/usx2y/
H A Dusbusx2yaudio.c123 * transferred area overflows the buffer boundary, we cannot send
153 /* err, the transferred area goes over buffer boundary. usX2Y_urb_play_prepare()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c586 * @count: bytes transferred on endpoint
861 * Returns how many bytes were actually transferred
898 * Returns how many bytes were actually transferred.
975 * Returns 1 if request fully transferred, 0 if partial transfer
1078 * - last write transferred all remaining bytes, but fifo was not fully filled
H A Damd5536udc.c2307 * length bytes transferred udc_data_in_isr()
2320 /* assume all bytes transferred */ udc_data_in_isr()
2695 /* all bytes will be transferred */ udc_control_in_isr()
2705 /* lengh bytes transferred */ udc_control_in_isr()
/linux-4.1.27/drivers/scsi/libfc/
H A Dfc_fcp.c883 * bytes that must be transferred for this fc_fcp_resp()
886 * transferred is at least the underflow value fc_fcp_resp()
1508 * so we just retry. If data was transferred, we fc_fcp_rec_resp()
/linux-4.1.27/drivers/mtd/nand/
H A Dbf5xx_nand.c490 * transferred to generate the correct ECC register bf5xx_nand_dma_rw()
/linux-4.1.27/drivers/net/ethernet/8390/
H A Dsmc-ultra.c37 data transferred by a AHA1542.
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dmac.c635 * transferred between the MAC and baseband and also prevent any new
/linux-4.1.27/drivers/net/wireless/iwlwifi/
H A Diwl-fh.h455 * which was transferred
/linux-4.1.27/drivers/scsi/bfa/
H A Dbfi_ms.h730 * ex. SCSI INQUIRY where transferred
/linux-4.1.27/drivers/scsi/isci/
H A Disci.h142 * will handle this case to get the actual number of bytes transferred.
/linux-4.1.27/drivers/staging/rts5208/
H A Drtsx_transport.c121 /* Return the amount actually transferred */ rtsx_stor_access_xfer_buf()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
H A Dosc_cl_internal.h367 * Set if the page must be transferred with OBD_BRW_SRVLOCK.
/linux-4.1.27/drivers/dma/sh/
H A Dusb-dmac.c521 /* Compute the size of all usb_dmac_sg still to be transferred */ usb_dmac_chan_get_residue()
/linux-4.1.27/drivers/video/fbdev/omap/
H A Dlcdc.c288 * been transferred. Then it'll be safe to reconfigure both the LCD controller

Completed in 11839 milliseconds

123