Searched refs:usb_isoc_packet_desc_t (Results 1 – 4 of 4) sorted by relevance
88 } usb_isoc_packet_desc_t; typedef141 usb_isoc_packet_desc_t isoc_packet_desc[]; /**< Descriptors for each Isochronous packet */
35 usb_isoc_packet_desc_t isoc_packet_desc[0];
13 …urb_t *urb = heap_caps_calloc(1, sizeof(urb_t) + (sizeof(usb_isoc_packet_desc_t) * num_isoc_packet… in urb_alloc()
258 …= heap_caps_calloc(1, sizeof(urb_t) + (num_isoc_packets * sizeof(usb_isoc_packet_desc_t)), MALLOC_… in test_hcd_alloc_urb()