Home
last modified time | relevance | path

Searched refs:USBTV_CHUNK_SIZE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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.c484 for (offset = 0; USBTV_CHUNK_SIZE * offset < size; offset++) in usbtv_iso_cb()
486 (__be32 *)&data[USBTV_CHUNK_SIZE * offset]); in usbtv_iso_cb()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds