Home
last modified time | relevance | path

Searched full:transferred (Results 1 – 25 of 874) sorted by relevance

12345678910>>...35

/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Ddiag_ftp.c48 * @transferred: bytes transferred
59 u64 transferred; member
167 ldfpl->transferred = 0; in diag_ftp_cmd()
187 diag_ftp_subcode, ldfpl->transferred, ldfpl->fsize); in diag_ftp_cmd()
192 len = ldfpl->transferred; in diag_ftp_cmd()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DMIPS-Register-packet-Format.html75 In the below, some thirty-two bit registers are transferred as
77 to fill the space allocated. Register bytes are transferred in target
78 byte order. The two nibbles within a register byte are transferred
83 <dd><p>All registers are transferred as thirty-two bit quantities in the order:
89 <dd><p>All registers are transferred as sixty-four bit quantities (including
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DMIPS-Register-packet-Format.html75 In the below, some thirty-two bit registers are transferred as
77 to fill the space allocated. Register bytes are transferred in target
78 byte order. The two nibbles within a register byte are transferred
83 <dd><p>All registers are transferred as thirty-two bit quantities in the order:
89 <dd><p>All registers are transferred as sixty-four bit quantities (including
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_cppi41.c129 cppi41_channel->transferred; in cppi41_trans_done()
137 if (cppi41_channel->tx_zlp && (cppi41_channel->transferred % in cppi41_trans_done()
156 remain_bytes -= cppi41_channel->transferred; in cppi41_trans_done()
230 u32 transferred; in cppi41_dma_callback() local
245 transferred = cppi41_channel->prog_len - txstate.residue; in cppi41_dma_callback()
246 cppi41_channel->transferred += transferred; in cppi41_dma_callback()
251 if (cppi41_channel->transferred == cppi41_channel->total_len || in cppi41_dma_callback()
252 transferred < cppi41_channel->packet_sz) in cppi41_dma_callback()
425 cppi41_channel->transferred = 0; in cppi41_configure_channel()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dmedia-bus-format.h19 * transferred in two 8-bit samples, "BE" or "LE" specify in which order those
20 * samples are transferred over the bus: "LE" means that the least significant
21 * bits are transferred first, "BE" means that the most significant bits are
22 * transferred first, and "PADHI" and "PADLO" define which bits - low or high,
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmedia-bus-format.h19 * transferred in two 8-bit samples, "BE" or "LE" specify in which order those
20 * samples are transferred over the bus: "LE" means that the least significant
21 * bits are transferred first, "BE" means that the most significant bits are
22 * transferred first, and "PADHI" and "PADLO" define which bits - low or high,
/OK3568_Linux_fs/u-boot/include/linux/
H A Dmedia-bus-format.h19 * transferred in two 8-bit samples, "BE" or "LE" specify in which order those
20 * samples are transferred over the bus: "LE" means that the least significant
21 * bits are transferred first, "BE" means that the most significant bits are
22 * transferred first, and "PADHI" and "PADLO" define which bits - low or high,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dmedia-bus-format.h19 * transferred in two 8-bit samples, "BE" or "LE" specify in which order those
20 * samples are transferred over the bus: "LE" means that the least significant
21 * bits are transferred first, "BE" means that the most significant bits are
22 * transferred first, and "PADHI" and "PADLO" define which bits - low or high,
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-bwc.rst21 is transferred to cpu-local "silos" on a demand basis. The amount transferred
56 For efficiency run-time is transferred between the global pool and CPU local
58 on large systems. The amount transferred each time such an update is required
123 in previous periods. This burst amount will not be transferred between cores.
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/skylakex/
H A Dmemory.json65 …ll demand data writes (RFOs) that miss the L3 and the modified data is transferred from remote cac…
221 …nts all demand code reads that miss the L3 and clean or shared data is transferred from remote cac…
262 …(that bring data to L2) RFOs that miss the L3 and the modified data is transferred from remote cac…
275 …unts all prefetch data reads that miss the L3 and the modified data is transferred from remote cac…
349 …demand data writes (RFOs) that miss the L3 and clean or shared data is transferred from remote cac…
381 …data to LLC only) data reads that miss the L3 and the modified data is transferred from remote cac…
501 …s all prefetch data reads that miss the L3 and clean or shared data is transferred from remote cac…
588 …bring data to L2) data reads that miss the L3 and the modified data is transferred from remote cac…
636 …ll demand & prefetch RFOs that miss the L3 and clean or shared data is transferred from remote cac…
649 …s all demand & prefetch RFOs that miss the L3 and the modified data is transferred from remote cac…
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/arm/
H A Dacornscsi.c246 printk("DT @+%04x ST @+%04x", host->dma.transferred, in acornscsi_dumpdma()
822 host->scsi.SCp.scsi_xferred != host->dma.transferred) in acornscsi_done()
1093 unsigned int transferred; in acornscsi_dma_cleanup() local
1102 * Calculate number of bytes transferred from DMA. in acornscsi_dma_cleanup()
1104 transferred = dmac_address(host) - host->dma.start_addr; in acornscsi_dma_cleanup()
1105 host->dma.transferred += transferred; in acornscsi_dma_cleanup()
1109 host->dma.start_addr, transferred); in acornscsi_dma_cleanup()
1114 acornscsi_data_updateptr(host, &host->scsi.SCp, transferred); in acornscsi_dma_cleanup()
1134 unsigned int address, length, transferred; in acornscsi_dma_intr() local
1144 * Calculate amount transferred via DMA in acornscsi_dma_intr()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/broadwellx/
H A Dmemory.json449 …/rfo reads (demand & prefetch) miss the L3 and clean or shared data is transferred from remote cac…
454 …/rfo reads (demand & prefetch) miss the L3 and clean or shared data is transferred from remote cac…
462 …ode/rfo reads (demand & prefetch) miss the L3 and the modified data is transferred from remote cac…
467 …ode/rfo reads (demand & prefetch) miss the L3 and the modified data is transferred from remote cac…
566 …l demand & prefetch data reads miss the L3 and clean or shared data is transferred from remote cac…
571 …l demand & prefetch data reads miss the L3 and clean or shared data is transferred from remote cac…
579 … all demand & prefetch data reads miss the L3 and the modified data is transferred from remote cac…
584 … all demand & prefetch data reads miss the L3 and the modified data is transferred from remote cac…
657 …nts all demand data writes (RFOs) miss the L3 and the modified data is transferred from remote cac…
662 …nts all demand data writes (RFOs) miss the L3 and the modified data is transferred from remote cac…
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dab3100-core.c95 " %d bytes transferred (expected 2)\n", in ab3100_set_register_interruptible()
139 " %d bytes transferred (expected 2)\n", in ab3100_set_test_register_interruptible()
175 " %d bytes transferred (expected 1)\n", in ab3100_get_register_interruptible()
193 " %d bytes transferred (expected 1)\n", in ab3100_get_register_interruptible()
241 " %d bytes transferred (expected 1)\n", in ab3100_get_register_page_interruptible()
256 " %d bytes transferred (expected %d)\n", in ab3100_get_register_page_interruptible()
299 " %d bytes transferred (expected 1)\n", in ab3100_mask_and_set_register_interruptible()
314 " %d bytes transferred (expected 1)\n", in ab3100_mask_and_set_register_interruptible()
334 " %d bytes transferred (expected 2)\n", in ab3100_mask_and_set_register_interruptible()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/panel/
H A Dlvds.yaml52 [VESA] specifications. Data are transferred as follows on 3 LVDS lanes.
63 specifications. Data are transferred as follows on 4 LVDS lanes.
75 Data are transferred as follows on 4 LVDS lanes.
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/arm64/arm/cortex-a76-n1/
H A Dbus.json8 …every beat of data transferred over the data channels between the core and the SCU. If both read a…
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/haswellx/
H A Dmemory.json459 …nts all demand data writes (RFOs) miss the L3 and the modified data is transferred from remote cac…
464 …nts all demand data writes (RFOs) miss the L3 and the modified data is transferred from remote cac…
615 … all demand & prefetch data reads miss the L3 and the modified data is transferred from remote cac…
620 … all demand & prefetch data reads miss the L3 and the modified data is transferred from remote cac…
628 …l demand & prefetch data reads miss the L3 and clean or shared data is transferred from remote cac…
633 …l demand & prefetch data reads miss the L3 and clean or shared data is transferred from remote cac…
732 …ode/rfo reads (demand & prefetch) miss the L3 and the modified data is transferred from remote cac…
737 …ode/rfo reads (demand & prefetch) miss the L3 and the modified data is transferred from remote cac…
745 …/rfo reads (demand & prefetch) miss the L3 and clean or shared data is transferred from remote cac…
750 …/rfo reads (demand & prefetch) miss the L3 and clean or shared data is transferred from remote cac…
/OK3568_Linux_fs/kernel/include/media/
H A Ddvb_ringbuffer.h148 * Return: number of bytes transferred or -EFAULT
162 * Return: number of bytes transferred or -EFAULT
190 * return: number of bytes transferred or -EFAULT
205 * Return: number of bytes transferred or -EFAULT
/OK3568_Linux_fs/u-boot/doc/uImage.FIT/
H A Dhowto.txt32 transferred to the target (e.g., via tftp) and booted using the bootm command.
108 The resulting image file kernel.itb can be now transferred to the target,
126 Bytes transferred = 944464 (e6950 hex)
229 The resulting image file kernel_fdt.itb can be now transferred to the target,
241 Bytes transferred = 1109776 (10ef10 hex)
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dep0.c780 u32 transferred = 0; in dwc3_ep0_complete_data() local
822 transferred = transfer_size - length; in dwc3_ep0_complete_data()
823 buf = (u8 *)buf + transferred; in dwc3_ep0_complete_data()
824 ur->actual += transferred; in dwc3_ep0_complete_data()
835 transferred = min_t(u32, ur->length - transferred, in dwc3_ep0_complete_data()
838 memcpy(buf, dwc->ep0_bounce, transferred); in dwc3_ep0_complete_data()
840 transferred = ur->length - length; in dwc3_ep0_complete_data()
843 ur->actual += transferred; in dwc3_ep0_complete_data()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/sound/drivers/vx/
H A Dvx_pcm.c15 * pipe->transferred is the counter of data which has been already transferred.
641 * pipe->transferred is updated, too, but the size is not wrapped,
642 * so that the caller can check the total transferred size later
665 pipe->transferred += update; in vx_update_pipe_position()
703 if (pipe->transferred >= (int)runtime->period_size) { in vx_pcm_playback_update()
704 pipe->transferred %= runtime->period_size; in vx_pcm_playback_update()
829 pipe->transferred = 0; in vx_pcm_prepare()
1032 pipe->transferred += size; in vx_pcm_capture_update()
1033 if (pipe->transferred >= pipe->period_bytes) { in vx_pcm_capture_update()
1034 pipe->transferred %= pipe->period_bytes; in vx_pcm_capture_update()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Ddmx-fread.rst36 Elementary Stream (PES) data. The filtered data is transferred from
38 to be transferred is implied by count.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst140 - number of sectors transferred to/from disk by the group. First
142 third field specifies the number of sectors transferred by the
146 - Number of bytes transferred to/from the disk by the group. These
286 - Number of bytes transferred to/from the disk by the group. These
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dshuttle_usbat.c147 static int transferred = 0; variable
382 * transferred. in usbat_set_shuttle_features()
620 * transferred. in usbat_hp8200e_rw_block_test()
698 /* Number of bytes to be transferred (incl. addresses and data) */ in usbat_multiple_write()
1352 transferred = 0; in usbat_hp8200e_handle_read10()
1354 while (transferred != scsi_bufflen(srb)) { in usbat_hp8200e_handle_read10()
1356 if (len > scsi_bufflen(srb) - transferred) in usbat_hp8200e_handle_read10()
1357 len = scsi_bufflen(srb) - transferred; in usbat_hp8200e_handle_read10()
1388 /* Update the amount transferred and the sector number */ in usbat_hp8200e_handle_read10()
1390 transferred += len; in usbat_hp8200e_handle_read10()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/class/
H A Dusbtmc.c790 u32 *transferred, in usbtmc_generic_read() argument
806 *transferred = done; in usbtmc_generic_read()
939 *transferred = done; in usbtmc_generic_read()
1004 *transferred = done; in usbtmc_generic_read()
1030 msg.transfer_size, &msg.transferred, in usbtmc_ioctl_generic_read()
1033 if (put_user(msg.transferred, in usbtmc_ioctl_generic_read()
1034 &((struct usbtmc_message __user *)arg)->transferred)) in usbtmc_ioctl_generic_read()
1077 u32 *transferred, in usbtmc_generic_write() argument
1090 *transferred = 0; in usbtmc_generic_write()
1221 *transferred = done; in usbtmc_generic_write()
[all …]

12345678910>>...35