Searched refs:header_size (Results 1 – 2 of 2) sorted by relevance
11 urb_t *urb_alloc(size_t data_buffer_size, size_t header_size, int num_isoc_packets) in urb_alloc() argument14 uint8_t *data_buffer = heap_caps_malloc(data_buffer_size + header_size, MALLOC_CAP_DMA); in urb_alloc()18 …urb->usb_host_header_size = header_size; //Indicate that this URB's data_buffer has a header in… in urb_alloc()21 dummy_transfer->data_buffer = (uint8_t *)(data_buffer + header_size); in urb_alloc()
74 urb_t *urb_alloc(size_t data_buffer_size, size_t header_size, int num_isoc_packets);