Searched refs:skip_bytes (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/usb/core/ |
D | devices.c | 470 loff_t *skip_bytes, loff_t *file_offset, in usb_device_dump() argument 557 if (length > *skip_bytes) { in usb_device_dump() 558 length -= *skip_bytes; in usb_device_dump() 561 if (copy_to_user(*buffer, pages_start + *skip_bytes, length)) { in usb_device_dump() 569 *skip_bytes = 0; in usb_device_dump() 571 *skip_bytes -= length; in usb_device_dump() 578 ret = usb_device_dump(buffer, nbytes, skip_bytes, in usb_device_dump() 594 loff_t skip_bytes = *ppos; in usb_device_read() local 611 ret = usb_device_dump(&buf, &nbytes, &skip_bytes, ppos, in usb_device_read()
|
/Linux-v4.19/arch/arm/boot/ |
D | deflate_xip_data.sh | 60 $DD if="$XIPIMAGE" skip=$data_start iflag=skip_bytes |
|
/Linux-v4.19/drivers/staging/comedi/drivers/ |
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()
|
/Linux-v4.19/drivers/target/iscsi/ |
D | iscsi_target.c | 3298 int skip_bytes, bool *completed) in iscsit_build_sendtargets_response() argument 3388 if (skip_bytes && len <= skip_bytes) { in iscsit_build_sendtargets_response() 3389 skip_bytes -= len; in iscsit_build_sendtargets_response() 3394 if (len > skip_bytes) in iscsit_build_sendtargets_response() 3395 skip_bytes = 0; in iscsit_build_sendtargets_response() 3417 if (skip_bytes && len <= skip_bytes) { in iscsit_build_sendtargets_response() 3418 skip_bytes -= len; in iscsit_build_sendtargets_response() 3422 if (len > skip_bytes) in iscsit_build_sendtargets_response() 3423 skip_bytes = 0; in iscsit_build_sendtargets_response()
|
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_arm.c | 2221 int skip_bytes = min(len, (int)context->offset); in vchiq_dump() local 2223 str += skip_bytes; in vchiq_dump() 2224 len -= skip_bytes; in vchiq_dump() 2225 context->offset -= skip_bytes; in vchiq_dump()
|
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.c | 2925 u32 skip_bytes = 0; in bnxt_re_process_raw_qp_pkt_rx() local 2971 skip_bytes = 4; in bnxt_re_process_raw_qp_pkt_rx() 2975 + skip_bytes; in bnxt_re_process_raw_qp_pkt_rx()
|