Home
last modified time | relevance | path

Searched refs:urb_alloc (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/usb/private_include/
Dusb_private.h74 urb_t *urb_alloc(size_t data_buffer_size, size_t header_size, int num_isoc_packets);
/hal_espressif-3.6.0/components/usb/
Dusb_private.c11 urb_t *urb_alloc(size_t data_buffer_size, size_t header_size, int num_isoc_packets) in urb_alloc() function
Dhub.c877 urb_t *enum_urb = urb_alloc(sizeof(usb_setup_packet_t) + ENUM_CTRL_TRANSFER_MAX_DATA_LEN, 0, 0); in hub_install()
Dusb_host.c1264 urb_t *urb = urb_alloc(data_buffer_size, 0, num_isoc_packets); in usb_host_transfer_alloc()