pub fn usbfs_alloc_streams(fd: i32, streams: &mut UsbfsStreams) -> Result<()>
Expand description
USBFS Alloc Streams
Requests the kernel to allocate num_streams
of USB packet streams.
The user is responsible for setting all the relevant UsbfsStreams fields.