/kernel/linux/linux-5.10/drivers/nvmem/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/nvmem/ |
H A D | stm32-romem.c | 79 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()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | devices.c | 433 * skip_bytes - the number of bytes to skip before writing anything 438 loff_t *skip_bytes, loff_t *file_offset, in usb_device_dump() 525 if (length > *skip_bytes) { in usb_device_dump() 526 length -= *skip_bytes; in usb_device_dump() 529 if (copy_to_user(*buffer, pages_start + *skip_bytes, length)) { in usb_device_dump() 537 *skip_bytes = 0; in usb_device_dump() 539 *skip_bytes -= length; in usb_device_dump() 546 ret = usb_device_dump(buffer, nbytes, skip_bytes, in usb_device_dump() 562 loff_t skip_bytes = *ppos; in usb_device_read() local 577 ret = usb_device_dump(&buf, &nbytes, &skip_bytes, ppo in usb_device_read() 437 usb_device_dump(char __user **buffer, size_t *nbytes, loff_t *skip_bytes, loff_t *file_offset, struct usb_device *usbdev, struct usb_bus *bus, int level, int index, int count) usb_device_dump() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | devices.c | 386 * skip_bytes - the number of bytes to skip before writing anything 391 loff_t *skip_bytes, loff_t *file_offset, in usb_device_dump() 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, ppo in usb_device_read() 390 usb_device_dump(char __user **buffer, size_t *nbytes, loff_t *skip_bytes, loff_t *file_offset, struct usb_device *usbdev, struct usb_bus *bus, int level, int index, int count) usb_device_dump() argument [all...] |
/kernel/linux/linux-5.10/arch/arm/boot/ |
H A D | deflate_xip_data.sh | 58 $DD if="$XIPIMAGE" skip=$data_start iflag=skip_bytes |
|
/kernel/linux/linux-6.6/arch/arm/boot/ |
H A D | deflate_xip_data.sh | 58 $DD if="$XIPIMAGE" skip=$data_start iflag=skip_bytes |
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | comedi_test.c | 458 unsigned int skip_bytes, nbytes; in waveform_ao_timer() local 460 skip_bytes = in waveform_ao_timer() 463 nbytes = comedi_buf_read_alloc(s, skip_bytes); in waveform_ao_timer() 466 if (nbytes < skip_bytes) { in waveform_ao_timer()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
H A D | iscsi_target.c | 3338 int skip_bytes, bool *completed) in iscsit_build_sendtargets_response() 3428 if (skip_bytes && len <= skip_bytes) { in iscsit_build_sendtargets_response() 3429 skip_bytes -= len; in iscsit_build_sendtargets_response() 3434 if (len > skip_bytes) in iscsit_build_sendtargets_response() 3435 skip_bytes = 0; in iscsit_build_sendtargets_response() 3457 if (skip_bytes && len <= skip_bytes) { in iscsit_build_sendtargets_response() 3458 skip_bytes -= len; in iscsit_build_sendtargets_response() 3462 if (len > skip_bytes) in iscsit_build_sendtargets_response() 3336 iscsit_build_sendtargets_response(struct iscsi_cmd *cmd, enum iscsit_transport_type network_transport, int skip_bytes, bool *completed) iscsit_build_sendtargets_response() argument [all...] |
/kernel/linux/linux-6.6/drivers/target/iscsi/ |
H A D | iscsi_target.c | 3379 int skip_bytes, bool *completed) in iscsit_build_sendtargets_response() 3469 if (skip_bytes && len <= skip_bytes) { in iscsit_build_sendtargets_response() 3470 skip_bytes -= len; in iscsit_build_sendtargets_response() 3475 if (len > skip_bytes) in iscsit_build_sendtargets_response() 3476 skip_bytes = 0; in iscsit_build_sendtargets_response() 3498 if (skip_bytes && len <= skip_bytes) { in iscsit_build_sendtargets_response() 3499 skip_bytes -= len; in iscsit_build_sendtargets_response() 3503 if (len > skip_bytes) in iscsit_build_sendtargets_response() 3377 iscsit_build_sendtargets_response(struct iscsit_cmd *cmd, enum iscsit_transport_type network_transport, int skip_bytes, bool *completed) iscsit_build_sendtargets_response() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_arm.c | 2021 int skip_bytes = min_t(int, len, context->offset); in vchiq_dump() local 2023 str += skip_bytes; in vchiq_dump() 2024 len -= skip_bytes; in vchiq_dump() 2025 context->offset -= skip_bytes; in vchiq_dump()
|
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_arm.c | 1182 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()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/ |
H A D | ib_verbs.c | 3153 u32 skip_bytes = 0; in bnxt_re_process_raw_qp_pkt_rx() local 3199 skip_bytes = 4; in bnxt_re_process_raw_qp_pkt_rx() 3203 + skip_bytes; in bnxt_re_process_raw_qp_pkt_rx()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/ |
H A D | ib_verbs.c | 3358 u32 skip_bytes = 0; in bnxt_re_process_raw_qp_pkt_rx() local 3401 skip_bytes = 4; in bnxt_re_process_raw_qp_pkt_rx() 3405 + skip_bytes; in bnxt_re_process_raw_qp_pkt_rx()
|