Home
last modified time | relevance | path

Searched refs:skip_bytes (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/nvmem/
A Dstm32-romem.c79 int i, j = 0, ret, skip_bytes, size; in stm32_bsec_read() local
83 skip_bytes = offset & 0x3; in stm32_bsec_read()
84 rbytes = roundup(bytes + skip_bytes, 4); in stm32_bsec_read()
106 if (skip_bytes) in stm32_bsec_read()
107 size = min(bytes, (size_t)(4 - skip_bytes)); in stm32_bsec_read()
110 memcpy(&buf8[j], &val8[skip_bytes], size); in stm32_bsec_read()
113 skip_bytes = 0; in stm32_bsec_read()
/linux-6.3-rc2/drivers/usb/core/
A Ddevices.c391 loff_t *skip_bytes, loff_t *file_offset, in usb_device_dump() argument
478 if (length > *skip_bytes) { in usb_device_dump()
479 length -= *skip_bytes; in usb_device_dump()
482 if (copy_to_user(*buffer, pages_start + *skip_bytes, length)) { in usb_device_dump()
490 *skip_bytes = 0; in usb_device_dump()
492 *skip_bytes -= length; in usb_device_dump()
499 ret = usb_device_dump(buffer, nbytes, skip_bytes, in usb_device_dump()
515 loff_t skip_bytes = *ppos; in usb_device_read() local
530 ret = usb_device_dump(&buf, &nbytes, &skip_bytes, ppos, in usb_device_read()
/linux-6.3-rc2/arch/arm/boot/
A Ddeflate_xip_data.sh58 $DD if="$XIPIMAGE" skip=$data_start iflag=skip_bytes |
/linux-6.3-rc2/drivers/comedi/drivers/
A Dcomedi_test.c456 unsigned int skip_bytes, nbytes; in waveform_ao_timer() local
458 skip_bytes = in waveform_ao_timer()
461 nbytes = comedi_buf_read_alloc(s, skip_bytes); in waveform_ao_timer()
464 if (nbytes < skip_bytes) { in waveform_ao_timer()
/linux-6.3-rc2/drivers/staging/vc04_services/interface/vchiq_arm/
A Dvchiq_arm.c1182 int skip_bytes = min_t(int, len, context->offset); in vchiq_dump() local
1184 str += skip_bytes; in vchiq_dump()
1185 len -= skip_bytes; in vchiq_dump()
1186 context->offset -= skip_bytes; in vchiq_dump()
/linux-6.3-rc2/drivers/target/iscsi/
A Discsi_target.c3378 int skip_bytes, bool *completed) in iscsit_build_sendtargets_response() argument
3468 if (skip_bytes && len <= skip_bytes) { in iscsit_build_sendtargets_response()
3469 skip_bytes -= len; in iscsit_build_sendtargets_response()
3474 if (len > skip_bytes) in iscsit_build_sendtargets_response()
3475 skip_bytes = 0; in iscsit_build_sendtargets_response()
3497 if (skip_bytes && len <= skip_bytes) { in iscsit_build_sendtargets_response()
3498 skip_bytes -= len; in iscsit_build_sendtargets_response()
3502 if (len > skip_bytes) in iscsit_build_sendtargets_response()
3503 skip_bytes = 0; in iscsit_build_sendtargets_response()
/linux-6.3-rc2/drivers/infiniband/hw/bnxt_re/
A Dib_verbs.c3147 u32 skip_bytes = 0; in bnxt_re_process_raw_qp_pkt_rx() local
3193 skip_bytes = 4; in bnxt_re_process_raw_qp_pkt_rx()
3197 + skip_bytes; in bnxt_re_process_raw_qp_pkt_rx()

Completed in 26 milliseconds