Searched refs:skip_bytes (Results 1 – 6 of 6) sorted by relevance
| /linux/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/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/arch/arm/boot/ |
| H A D | deflate_xip_data.sh | 58 $DD if="$XIPIMAGE" skip=$data_start iflag=skip_bytes |
|
| /linux/drivers/comedi/drivers/ |
| H A D | comedi_test.c | 473 unsigned int skip_bytes, nbytes; in waveform_ao_timer() local 475 skip_bytes = in waveform_ao_timer() 478 nbytes = comedi_buf_read_alloc(s, skip_bytes); in waveform_ao_timer() 481 if (nbytes < skip_bytes) { in waveform_ao_timer()
|
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target.c | 3338 int skip_bytes, bool *completed) in iscsit_build_sendtargets_response() argument 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() 3463 skip_bytes = 0; in iscsit_build_sendtargets_response()
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | ib_verbs.c | 3963 u32 skip_bytes = 0; in bnxt_re_is_vlan_pkt() 4006 skip_bytes = 4; in bnxt_re_process_res_shadow_qp_wc() 4010 + skip_bytes; in bnxt_re_process_res_shadow_qp_wc() 3837 u32 skip_bytes = 0; bnxt_re_process_raw_qp_pkt_rx() local
|