Searched refs:BULK_OUT_SIZE (Results 1 – 1 of 1) sorted by relevance
173 #define BULK_OUT_SIZE 0x20 macro174 #if BULK_OUT_SIZE > USB_BUF_SZ1091 count = length > BULK_OUT_SIZE - 1 in bulk_w()1092 ? BULK_OUT_SIZE - 1 : length; in bulk_w()