Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/class/
H A Dusblp.c54 #define USBLP_BUF_SIZE 8192 macro
761 if ((transfer_length = count - writecount) > USBLP_BUF_SIZE) in usblp_write()
762 transfer_length = USBLP_BUF_SIZE; in usblp_write()