Searched refs:skip_bytes (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/nvmem/ |
D | stm32-romem.c | 75 int i, j = 0, ret, skip_bytes, size; in stm32_bsec_read() local 79 skip_bytes = offset & 0x3; in stm32_bsec_read() 80 rbytes = roundup(bytes + skip_bytes, 4); in stm32_bsec_read() 102 if (skip_bytes) in stm32_bsec_read() 103 size = min(bytes, (size_t)(4 - skip_bytes)); in stm32_bsec_read() 106 memcpy(&buf8[j], &val8[skip_bytes], size); in stm32_bsec_read() 109 skip_bytes = 0; in stm32_bsec_read()
|
/linux-6.1.9/drivers/usb/core/ |
D | devices.c | 391 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.1.9/arch/arm/boot/ |
D | deflate_xip_data.sh | 58 $DD if="$XIPIMAGE" skip=$data_start iflag=skip_bytes |
|
/linux-6.1.9/drivers/comedi/drivers/ |
D | comedi_test.c | 456 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.1.9/drivers/target/iscsi/ |
D | iscsi_target.c | 3378 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.1.9/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_arm.c | 1176 int skip_bytes = min_t(int, len, context->offset); in vchiq_dump() local 1178 str += skip_bytes; in vchiq_dump() 1179 len -= skip_bytes; in vchiq_dump() 1180 context->offset -= skip_bytes; in vchiq_dump()
|
/linux-6.1.9/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.c | 3147 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()
|