Hi Oliver, >> >> 1. Interface number [IN] >> >> 2. Bitmap indicating which EP to allocate streams for [IN] >> > >> > If this is a bitmap, >> > >> >> 3. Number of streams to allocate, one number [IN} >> >> 4. Number of streams actually allocated, one number [OUT] >> > >> > how can those be scalars? >> > >> >> The bitmap only indicates which EP the user space requests to allocate >> streams for. The actual number is taken from #3. > > Exactly. If you specify EP with a bitmap, what do you do if multiple bits > are set in the map? > The user space can pass multiple EPs to allocate streams for. This is aligned with the HCD API which expects an array of EPs and number of streams to allocate. Please have a look in xhci.c. I suggest to pass a bitmap from user space to represent the list of EPs. An alternative is to pass an array, but I didn't find any real advantage for this. Thanks, Amit. -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html