Searched refs:skip_bytes (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/nvmem/ |
| H A D | stm32-romem.c | 81 int i, j = 0, ret, skip_bytes, size; in stm32_bsec_read() local 85 skip_bytes = offset & 0x3; in stm32_bsec_read() 86 rbytes = roundup(bytes + skip_bytes, 4); in stm32_bsec_read() 108 if (skip_bytes) in stm32_bsec_read() 109 size = min(bytes, (size_t)(4 - skip_bytes)); in stm32_bsec_read() 112 memcpy(&buf8[j], &val8[skip_bytes], size); in stm32_bsec_read() 115 skip_bytes = 0; in stm32_bsec_read()
|
| /linux-6.15/drivers/usb/core/ |
| H A D | devices.c | 391 loff_t *skip_bytes, loff_t *file_offset, in usb_device_dump() argument 477 if (length > *skip_bytes) { in usb_device_dump() 478 length -= *skip_bytes; in usb_device_dump() 481 if (copy_to_user(*buffer, pages_start + *skip_bytes, length)) { in usb_device_dump() 489 *skip_bytes = 0; in usb_device_dump() 491 *skip_bytes -= length; in usb_device_dump() 498 ret = usb_device_dump(buffer, nbytes, skip_bytes, in usb_device_dump() 514 loff_t skip_bytes = *ppos; in usb_device_read() local 529 ret = usb_device_dump(&buf, &nbytes, &skip_bytes, ppos, in usb_device_read()
|
| /linux-6.15/scripts/ |
| H A D | extract-fwblobs | 29 dd if="$1" of="./${FW_NAME}" bs="${FW_SIZE}" count=1 iflag=skip_bytes skip="${FW_OFFSET}"
|
| /linux-6.15/arch/arm/boot/ |
| H A D | deflate_xip_data.sh | 58 $DD if="$XIPIMAGE" skip=$data_start iflag=skip_bytes |
|
| /linux-6.15/drivers/comedi/drivers/ |
| H A D | comedi_test.c | 470 unsigned int skip_bytes, nbytes; in waveform_ao_timer() local 472 skip_bytes = in waveform_ao_timer() 475 nbytes = comedi_buf_read_alloc(s, skip_bytes); in waveform_ao_timer() 478 if (nbytes < skip_bytes) { in waveform_ao_timer()
|
| /linux-6.15/drivers/target/iscsi/ |
| H A D | iscsi_target.c | 3321 int skip_bytes, bool *completed) in iscsit_build_sendtargets_response() argument 3411 if (skip_bytes && len <= skip_bytes) { in iscsit_build_sendtargets_response() 3412 skip_bytes -= len; in iscsit_build_sendtargets_response() 3417 if (len > skip_bytes) in iscsit_build_sendtargets_response() 3418 skip_bytes = 0; in iscsit_build_sendtargets_response() 3440 if (skip_bytes && len <= skip_bytes) { in iscsit_build_sendtargets_response() 3441 skip_bytes -= len; in iscsit_build_sendtargets_response() 3445 if (len > skip_bytes) in iscsit_build_sendtargets_response() 3446 skip_bytes = 0; in iscsit_build_sendtargets_response()
|
| /linux-6.15/drivers/infiniband/hw/bnxt_re/ |
| H A D | ib_verbs.c | 3522 u32 skip_bytes = 0; in bnxt_re_process_raw_qp_pkt_rx() local 3565 skip_bytes = 4; in bnxt_re_process_raw_qp_pkt_rx() 3569 + skip_bytes; in bnxt_re_process_raw_qp_pkt_rx()
|