Searched refs:bytes_to_end (Results 1 – 1 of 1) sorted by relevance
192 size_t bytes_to_end = in tascam_capture_work_handler() local194 if (bytes_to_end >= in tascam_capture_work_handler()204 bytes_to_end); in tascam_capture_work_handler()205 memcpy(raw_block + bytes_to_end, in tascam_capture_work_handler()208 bytes_to_end); in tascam_capture_work_handler()282 size_t bytes_to_end = CAPTURE_RING_BUFFER_SIZE - write_ptr; in capture_urb_complete() local284 if (urb->actual_length > bytes_to_end) { in capture_urb_complete()286 urb->transfer_buffer, bytes_to_end); in capture_urb_complete()288 urb->transfer_buffer + bytes_to_end, in capture_urb_complete()289 urb->actual_length - bytes_to_end); in capture_urb_complete()