/linux-4.1.27/include/uapi/linux/ |
H A D | bsg.h | 39 __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 D | media-bus-format.h | 18 * 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 D | edd.h | 16 * transferred into the edd structure, and in drivers/firmware/edd.c, that
|
H A D | coda.h | 716 void __user *in; /* Data to be transferred in */ 717 void __user *out; /* Data to be transferred out */
|
H A D | i2c.h | 58 * bytes have been transferred and ACKed. If this is the last message in a
|
/linux-4.1.27/drivers/usb/musb/ |
H A D | musb_cppi41.c | 39 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 D | musb_dma.h | 118 * @actual_len: how many bytes have been transferred
|
/linux-4.1.27/drivers/s390/char/ |
H A D | diag_ftp.c | 46 * @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 D | sclp_diag.h | 40 * @length: buffer size resp. bytes transferred
|
H A D | vmlogrdr.c | 503 /* if all data has been transferred, set buffer free */ vmlogrdr_read()
|
/linux-4.1.27/include/linux/ |
H A D | edd.h | 16 * transferred into the edd structure, and in drivers/firmware/edd.c, that
|
H A D | cacheinfo.h | 24 * the minimum amount of data that gets transferred from memory
|
H A D | pipe_fs_i.h | 104 * by the caller. The page may then be transferred to a different
|
H A D | dmaengine.h | 349 * 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 D | usb.h | 1310 * 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 D | ab3100-core.c | 95 " %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 D | mc13xxx-spi.c | 118 * transferred to/from the peripheral."
|
/linux-4.1.27/drivers/scsi/arm/ |
H A D | acornscsi.c | 249 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 D | acornscsi.h | 335 unsigned int transferred; /* number of bytes transferred */ member in struct:acornscsi_hostdata::__anon8642
|
H A D | fas216.c | 623 * @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 D | dln2.h | 59 * to indicate the actual data transferred; 75 * to indicate the actual data transferred;
|
H A D | db8500-prcmu.h | 340 * @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 D | storage.h | 72 __le32 Residue; /* amount not transferred */
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_trigger_diag.h | 108 * 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 D | vx_pcm.c | 29 * 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 D | drm_dp_helper.c | 232 * 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 D | shuttle_usbat.c | 155 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 D | transport.h | 49 #define USB_STOR_XFER_SHORT 1 /* transferred less than expected */
|
H A D | transport.c | 216 /* 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 D | dvb-usb-firmware.c | 53 "(transferred size: %d, block size: %d)", usb_cypress_load_firmware()
|
/linux-4.1.27/drivers/staging/i2o/ |
H A D | i2o_block.h | 76 struct list_head open_queue; /* list of transferred, but unfinished
|
/linux-4.1.27/drivers/media/common/ |
H A D | cypress_firmware.c | 106 "%s: error while transferring firmware (transferred size=%d, block size=%d)\n", cypress_load_firmware()
|
/linux-4.1.27/include/media/ |
H A D | soc_mediabus.h | 21 * @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 D | launch.h | 54 * Before control is transferred to a routine, the complement address
|
H A D | nmi.h | 45 * Before control is transferred to a routine, the complement address
|
/linux-4.1.27/arch/parisc/lib/ |
H A D | lusercopy.S | 67 * otherwise, returns number of bytes not transferred.
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | bus.h | 60 * 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 D | usbip_common.h | 110 * 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 D | dvb_ringbuffer.h | 115 ** returns number of bytes transferred or -EFAULT 132 ** returns number of bytes transferred or -EFAULT
|
/linux-4.1.27/drivers/spi/ |
H A D | spi-cadence.c | 145 * 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 D | spi-gpio.c | 54 * per transferred bit can make performance a problem, this code
|
H A D | spi-ep93xx.c | 624 * 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 D | spi-bfin-sport.c | 468 /* Update total byte transferred */ bfin_sport_spi_pump_transfers()
|
/linux-4.1.27/drivers/scsi/ |
H A D | atari_scsi.c | 390 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 D | vmw_pvscsi.h | 293 * - 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 D | NCR5380.c | 1142 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 D | scsi_ioctl.c | 76 * Note that if more than MAX_BUF bytes are requested to be transferred,
|
H A D | wd719x.h | 52 __le32 transferred; /* 52-55 Bytes Transferred */ member in struct:wd719x_scb
|
H A D | sd.c | 761 * 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 D | atari_NCR5380.c | 414 * 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 D | am53c974.c | 185 * command, otherwise the data will not being transferred. pci_esp_dma_drain()
|
H A D | eata_generic.h | 323 __u32 residue_len; /* Number of bytes not transferred */
|
H A D | NCR5380.h | 179 /* Number of 128-byte blocks to be transferred */
|
H A D | dc395x.c | 238 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 D | 53c700.c | 1605 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 D | osst.h | 596 unsigned first_frame_position; /* physical frame to be transferred to/from host */
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
H A D | ql4_iocb.c | 163 /* 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 D | spmi.c | 190 * @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 D | ide-atapi.c | 431 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 D | ide-taskfile.c | 205 * Last sector was transferred, wait until device is ready. This can wait_drive_not_busy()
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-pl030.c | 76 * Also, since RTC_LR is transferred to RTC_CR on next rising
|
H A D | rtc-s5m.c | 37 * been transferred.
|
/linux-4.1.27/arch/x86/math-emu/ |
H A D | poly_atan.c | 33 /* 0xaaaaaaaaaaaaaaabLL, transferred to fixedpterm[] */
|
/linux-4.1.27/drivers/usb/host/whci/ |
H A D | debug.c | 71 seq_printf(s, " urb %p transferred: %d bytes\n", urb, qset_print()
|
H A D | qset.c | 551 * 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 D | visor.h | 83 * are available to be transferred to the host for the specified endpoint.
|
/linux-4.1.27/include/net/caif/ |
H A D | caif_hsi.h | 52 * Maximum bytes transferred in one transfer.
|
/linux-4.1.27/include/sound/ |
H A D | pcm-indirect.h | 36 int sw_ready; /* Bytes ready to be transferred to/from hw */
|
H A D | vx_core.h | 77 int transferred; /* the transferred size (per period) in frames */ member in struct:vx_pipe
|
H A D | compress_driver.h | 48 * @total_bytes_transferred: cumulative bytes transferred by offload DSP
|
/linux-4.1.27/sound/drivers/ |
H A D | pcm-indirect2.h | 85 int sw_ready; /* Bytes ready to be transferred to/from hw */
|
H A D | pcm-indirect2.c | 267 * 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 D | afs.h | 73 #define AFSCBMAX 50 /* maximum callbacks transferred per bulk op */
|
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-efm32.c | 156 /* cur_msg completely transferred */ efm32_i2c_send_next_byte() 179 /* cur_msg completely transferred */ efm32_i2c_recv_next_byte()
|
H A D | i2c-ibm_iic.c | 343 * 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 D | i2c-isch.c | 143 * union of transaction for data to be transferred or data read from bus.
|
H A D | i2c-xlp9xx.c | 263 /* set data length to be transferred */ xlp9xx_i2c_xfer_msg()
|
H A D | i2c-axxia.c | 87 * @msg_xfrd: number of bytes transferred in msg
|
H A D | i2c-imx.c | 653 /* 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 D | i2c-nomadik.c | 140 * @count: no. bytes to be transferred 142 * @xfer_bytes: bytes transferred till now
|
H A D | i2c-davinci.c | 464 /* This should be 0 if all bytes were transferred i2c_davinci_xfer_msg()
|
H A D | i2c-st.c | 158 * @xfered: number of bytes already transferred
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
H A D | usb-fw.c | 172 * the right amount of data was transferred. 213 if (result != cmd_size) { /* all was transferred? */ i2400mu_bus_bm_cmd_send()
|
H A D | netdev.c | 203 kfree_skb(skb); /* refcount transferred by _hard_start_xmit() */ i2400m_wake_tx_work()
|
/linux-4.1.27/drivers/s390/cio/ |
H A D | fcx.c | 127 * transferred or data transferred by this tidaw. Assumption: calc_cbc_size()
|
/linux-4.1.27/drivers/video/fbdev/exynos/ |
H A D | exynos_mipi_dsi.c | 91 * 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 D | direct-io.c | 227 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 D | file.c | 561 * 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 D | ep0.c | 781 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 D | pluto2.c | 298 * 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 D | mbox_defs.h | 145 * @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 D | drm_dp_helper.h | 674 * 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 D | drm_gem.h | 89 * They will be transferred to the above values
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
H A D | sungem.h | 44 #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 D | mite.c | 452 /* 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 D | cmd.h | 620 * Continuous mode - packets are transferred to the host periodically 623 * firmware, and only transferred to the host when explicitly requested
|
H A D | acx.h | 260 * 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 D | pcmcia_cis.c | 154 * 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 D | message.c | 128 * 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 D | mpc52xx_lpbfifo.c | 61 * 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 D | hysdn_sched.c | 83 } /* a network packet has completely been transferred */ hysdn_sched_tx()
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
H A D | ispvideo.h | 43 * @width: Bits per pixel (when transferred over a bus)
|
/linux-4.1.27/drivers/net/wireless/prism54/ |
H A D | islpci_dev.h | 143 * that are being transferred (owned by device). The driver
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
H A D | rt2x00crypto.c | 238 * NOTE: Always count the payload as transferred, rt2x00crypto_rx_insert_iv()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | errno.c | 41 * that need to be transferred on wire have been replaced with EDEADLK.
|
H A D | ptlrpcd.c | 185 * Return transferred RPCs count.
|
/linux-4.1.27/drivers/staging/nvec/ |
H A D | nvec.h | 125 * @tx: The message currently being transferred
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
H A D | acx.h | 479 * 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 D | wl1251.h | 315 /* Number of TX packets transferred to the FW, modulo 16 */
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_gem.h | 67 * P.S. this object would be transferred to user as kms_bo.handle so
|
/linux-4.1.27/block/ |
H A D | bsg-lib.c | 65 /* we assume all request payload was transferred, residual == 0 */ bsg_job_done()
|
H A D | bio-integrity.c | 349 * request. The function verifies the transferred integrity metadata
|
H A D | blk-throttle.c | 88 /* 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 D | test.c | 22 /* Max number of bytes transferred before requeueing the job.
|
/linux-4.1.27/drivers/video/fbdev/msm/ |
H A D | mddi_hw.h | 272 * 32-bit Register Data List items to be transferred in the
|
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drx_dap_fasi.h | 146 * Data in single master mode is transferred as follows:
|
/linux-4.1.27/include/rdma/ |
H A D | ib_mad.h | 236 * @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 D | x_snan.S | 12 | necessary) is transferred to the dest. If the dest format is b, w,
|
/linux-4.1.27/arch/arm/mach-pxa/ |
H A D | palmz72.c | 217 * to be transferred via PSPR. Using this struct PalmOS restores palmz72_leds_init()
|
/linux-4.1.27/sound/firewire/ |
H A D | amdtp.h | 59 * represents the number of data blocks transferred per second in an AMDTP
|
/linux-4.1.27/sound/firewire/dice/ |
H A D | dice-stream.c | 122 * transferred on AMDTP packets at 96 kHz. Two successive samples of a start_stream()
|
/linux-4.1.27/sound/usb/line6/ |
H A D | capture.c | 101 The transferred area goes over buffer boundary, line6_capture_copy()
|
H A D | playback.c | 209 The transferred area goes over buffer boundary, submit_audio_out_urb()
|
/linux-4.1.27/drivers/usb/dwc2/ |
H A D | hcd_intr.c | 397 * 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 D | hcd.h | 81 * @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 D | block.c | 1213 * 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 D | octeon-hcd.c | 1052 * 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 D | xpnet.c | 30 * The message payload transferred by XPC. 190 * transferred. xpnet_receive()
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | pxamci.c | 13 * - 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 D | ieee1284.c | 603 * 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 D | tpm_i2c_infineon.c | 162 /* __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 D | grant_table.h | 73 * 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 D | cs46xx_dsp_scb_types.h | 384 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 D | ml86v7667.c | 212 /* The top field is always transferred first by the chip */ ml86v7667_mbus_fmt()
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-ioread.c | 286 // Nothing transferred. Was there an error? pvr2_ioread_get_buffer()
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
H A D | davinci_mdio.c | 120 * 32 bits of transferred data __davinci_mdio_reset()
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
H A D | bfi.h | 137 BFI_MC_TIO_DATA_XFERED = 29, /*!< ds transferred (target mode) */
|
/linux-4.1.27/arch/unicore32/mm/ |
H A D | alignment.c | 299 /* count the number of registers in the mask to be transferred */ do_alignment_ldmstm()
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | dma.h | 66 * and up to 128K bytes may be transferred on channels 5-7 in one operation.
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_vli.h | 35 * We try to reduce the transferred bitmap information
|
/linux-4.1.27/drivers/char/xilinx_hwicap/ |
H A D | fifo_icap.c | 230 * 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 D | dma.h | 72 * and up to 128K bytes may be transferred on channels 5-7 in one operation.
|
/linux-4.1.27/include/scsi/ |
H A D | scsi_cmnd.h | 102 this amount is transferred */
|
H A D | scsi_transport_iscsi.h | 73 * the number of bytes transferred on success, and -Exyz
|
/linux-4.1.27/include/uapi/mtd/ |
H A D | mtd-abi.h | 54 * @MTD_OPS_RAW: data are transferred as-is, with no error correction;
|
/linux-4.1.27/include/xen/interface/io/ |
H A D | vscsiif.h | 117 * 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 D | dma.h | 84 * 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 D | mb93493-regs.h | 88 #define VDC_RS_DCM_TRANSFERRING 0x00000003 /* - data being transferred to VDC */
|
/linux-4.1.27/net/rxrpc/ |
H A D | ar-recvmsg.c | 203 /* we transferred the whole data packet */ rxrpc_recvmsg()
|
/linux-4.1.27/include/linux/mmc/ |
H A D | dw_mmc.h | 54 * @data: The data currently being transferred, or NULL if no data
|
/linux-4.1.27/drivers/isdn/isdnloop/ |
H A D | isdnloop.c | 397 * 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 D | dma.c | 900 * 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 D | xhci-ring.c | 1855 * 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 D | fhci.h | 348 unsigned int actual_len; /* actual bytes transferred on this td */
|
/linux-4.1.27/drivers/isdn/icn/ |
H A D | icn.c | 701 * 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 D | dma.c | 1214 "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 D | closure.h | 127 * annotate where references are being transferred.
|
/linux-4.1.27/drivers/i2c/algos/ |
H A D | i2c-algo-pca.c | 348 DEB1("}}} transferred %d/%d messages. " pca_xfer()
|
H A D | i2c-algo-pcf.c | 37 /* debug the protocol by showing transferred bits */
|
/linux-4.1.27/drivers/net/hamradio/ |
H A D | baycom_par.c | 31 * Data is transferred from and to the PC via a shift register.
|
/linux-4.1.27/drivers/scsi/csiostor/ |
H A D | csio_hw_t5.c | 276 * 32-bit boudaries. The memory is transferred as a raw byte sequence
|
/linux-4.1.27/drivers/s390/scsi/ |
H A D | zfcp_qdio.c | 272 /* account for transferred buffers */ zfcp_qdio_send()
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/ |
H A D | diagchannel.h | 241 * DiagSwitch to segregate events into block types. The files are transferred in
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | llite_mmap.c | 233 * transferred because it will break RPC checksum. ll_page_mkwrite0()
|
/linux-4.1.27/drivers/block/mtip32xx/ |
H A D | mtip32xx.h | 310 * Bit 31: interrupt when this data block has been transferred.
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | exconvrt.c | 242 * ASL/AML code that depends on the null being transferred to the new acpi_ex_convert_to_buffer()
|
H A D | utosi.c | 396 * control is transferred to this function.
|
/linux-4.1.27/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_udc.c | 209 * Host transferred anything on any of the EPs, handle_link_state_change()
|
/linux-4.1.27/drivers/w1/masters/ |
H A D | omap_hdq.c | 534 /* Second write, data transferred. Release the module */ omap_w1_write_byte()
|
/linux-4.1.27/include/video/ |
H A D | exynos_mipi_dsim.h | 268 * transferred to mipi-dsi.
|
H A D | newport.h | 476 /* Width of the data being transferred for each DCBDATA[01] word */
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | dma.h | 71 * and up to 128K bytes may be transferred on channels 5-7 in one operation.
|
/linux-4.1.27/net/wimax/ |
H A D | op-msg.c | 249 * ownership of @skb is transferred to this function.
|
/linux-4.1.27/tools/testing/selftests/exec/ |
H A D | execveat.c | 394 /* Check expected environment transferred. */ main()
|
/linux-4.1.27/include/linux/hsi/ |
H A D | hsi.h | 195 * @actual_len: Actual length of data transferred on completion
|
/linux-4.1.27/drivers/media/usb/go7007/ |
H A D | go7007-usb.c | 888 int transferred, pipe; go7007_usb_send_firmware() local 899 &transferred, timeout); go7007_usb_send_firmware()
|
/linux-4.1.27/drivers/net/irda/ |
H A D | vlsi_ir.h | 210 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 D | target_core_sbc.c | 337 * 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 D | bcm5974.c | 254 struct bt_data *bt_data; /* button transferred data */ 256 u8 *tp_data; /* trackpad transferred data */
|
/linux-4.1.27/drivers/dma/ |
H A D | omap-dma.c | 656 * 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 D | pl330.c | 2239 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 D | amba-pl08x.c | 70 * 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 D | pata_arasan_cf.c | 216 /* 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 D | ib_send.c | 362 * posted to the receive queue. This value is transferred 365 * the amount of transferred credits from this counter.
|
H A D | iw_send.c | 314 * 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 D | pcm.c | 149 * 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 D | usbusx2yaudio.c | 123 * 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 D | pxa27x_udc.c | 586 * @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 D | amd5536udc.c | 2307 * 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 D | fc_fcp.c | 883 * 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 D | bf5xx_nand.c | 490 * transferred to generate the correct ECC register bf5xx_nand_dma_rw()
|
/linux-4.1.27/drivers/net/ethernet/8390/ |
H A D | smc-ultra.c | 37 data transferred by a AHA1542.
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | mac.c | 635 * transferred between the MAC and baseband and also prevent any new
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
H A D | iwl-fh.h | 455 * which was transferred
|
/linux-4.1.27/drivers/scsi/bfa/ |
H A D | bfi_ms.h | 730 * ex. SCSI INQUIRY where transferred
|
/linux-4.1.27/drivers/scsi/isci/ |
H A D | isci.h | 142 * will handle this case to get the actual number of bytes transferred.
|
/linux-4.1.27/drivers/staging/rts5208/ |
H A D | rtsx_transport.c | 121 /* Return the amount actually transferred */ rtsx_stor_access_xfer_buf()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
H A D | osc_cl_internal.h | 367 * Set if the page must be transferred with OBD_BRW_SRVLOCK.
|
/linux-4.1.27/drivers/dma/sh/ |
H A D | usb-dmac.c | 521 /* 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 D | lcdc.c | 288 * been transferred. Then it'll be safe to reconfigure both the LCD controller
|