Searched refs:MAX_USBFFS_BULK (Results 1 – 5 of 5) sorted by relevance
20 export const MAX_USBFFS_BULK: number = 16384; constant
56 constexpr uint16_t MAX_USBFFS_BULK = 62464; variable
161 return MAX_USBFFS_BULK; in GetUsbffsBulkSize()
233 if (size > MAX_USBFFS_BULK) { in AllocForwardBuf()234 size = MAX_USBFFS_BULK; in AllocForwardBuf()