Home
last modified time | relevance | path

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

/linux/drivers/media/usb/usbtv/
H A Dusbtv.h57 #define USBTV_CHUNK_SIZE 256 macro
H A Dusbtv-audio.c132 for (i = 0; i < urb->actual_length; i += USBTV_CHUNK_SIZE) { in usbtv_audio_urb_received()
H A Dusbtv-video.c487 for (offset = 0; USBTV_CHUNK_SIZE * offset < size; offset++) in usbtv_iso_cb()
489 (__be32 *)&data[USBTV_CHUNK_SIZE * offset]); in usbtv_iso_cb()