Searched refs:MAX_STREAM_URB (Results 1 – 2 of 2) sorted by relevance
233 for (i = 0; i < MAX_STREAM_URB; i++) in as102_free_usb_stream_buffer()237 MAX_STREAM_URB * AS102_USB_BUF_SIZE, in as102_free_usb_stream_buffer()247 MAX_STREAM_URB * AS102_USB_BUF_SIZE, in as102_alloc_usb_stream_buffer()256 memset(dev->stream, 0, MAX_STREAM_URB * AS102_USB_BUF_SIZE); in as102_alloc_usb_stream_buffer()259 for (i = 0; i < MAX_STREAM_URB; i++) { in as102_alloc_usb_stream_buffer()282 for (i = 0; i < MAX_STREAM_URB; i++) in as102_usb_stop_stream()290 for (i = 0; i < MAX_STREAM_URB; i++) { in as102_usb_start_stream()
27 #define MAX_STREAM_URB 32 macro68 struct urb *stream_urb[MAX_STREAM_URB];