Searched refs:BULK_OUT_SIZE (Results 1 – 1 of 1) sorted by relevance
160 #define BULK_OUT_SIZE 0x20 macro161 #if BULK_OUT_SIZE > USB_BUF_SZ1080 count = length > BULK_OUT_SIZE - 1 in bulk_w()1081 ? BULK_OUT_SIZE - 1 : length; in bulk_w()