walnux/include/nuttx/usb
yangsong8 5a39e83c05 usbdev: extend the usb req len to size_t
Some USB controllers can receive or send multiple data packets then
generate one interrupt. This mechanism can reduce the number of data
copies. Extend req buf to accommodate this.

Signed-off-by: yangsong8 <yangsong8@xiaomi.com>
2024-08-30 01:32:02 +08:00
..
adb.h usbadb: add usbadb boardctl 2023-08-07 11:23:36 +08:00
audio.h
cdc.h usbdev/cdcmbim: add response notify 2024-08-22 01:56:26 +08:00
cdcacm.h usbdev: modify usb device support USB3.0 MaxPacketSize 2024-08-27 12:53:15 -03:00
cdcecm.h
cdcncm.h usb_cdcmbim: add mbim device driver 2024-08-22 01:56:26 +08:00
composite.h usbdev: Split usbdev descriptor information 2023-09-06 02:29:32 +08:00
dfu.h
ehci.h
fusb301.h
fusb302.h
fusb303.h
hid.h
hid_parser.h
hub.h
max3421e.h
mtp.h drivers/usbdev/mtp: fix compile break 2024-04-21 23:24:40 +08:00
ohci.h
pl2303.h
rndis.h usbdev: add usb3.0 ep companion struct and descriptor 2024-08-27 12:53:15 -03:00
storage.h
usb.h usbdev: add usb3.0 ep companion struct and descriptor 2024-08-27 12:53:15 -03:00
usbdev.h usbdev: extend the usb req len to size_t 2024-08-30 01:32:02 +08:00
usbdev_trace.h drivers/cdcacm/serial: add release interface to release uart_dev resource 2024-04-21 23:21:54 +08:00
usbhost.h nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
usbhost_devaddr.h
usbhost_trace.h
usbmonitor.h
usbmsc.h