Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/gspca/
H A Dsq930x.c527 int batchsize) in ucbus_write() argument
536 if ((batchsize - 1) * 3 > USB_BUF_SZ) { in ucbus_write()
544 if (len > batchsize) in ucbus_write()
545 len = batchsize; in ucbus_write()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py249 batchsize = 100
250 for i in range(0, len(filelist), batchsize):
251 batch = filelist[i:i+batchsize]