Home
last modified time | relevance | path

Searched refs:BULK_OUT_SIZE (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/usb/gspca/
H A Dtopro.c160 #define BULK_OUT_SIZE 0x20 macro
161 #if BULK_OUT_SIZE > USB_BUF_SZ
1080 count = length > BULK_OUT_SIZE - 1 in bulk_w()
1081 ? BULK_OUT_SIZE - 1 : length; in bulk_w()