Home
last modified time | relevance | path

Searched refs:bytes_to_end (Results 1 – 1 of 1) sorted by relevance

/linux/sound/usb/usx2y/
H A Dus144mkii_capture.c192 size_t bytes_to_end = in tascam_capture_work_handler() local
194 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() local
284 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()