Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/class/
Dusblp.c68 #define USBLP_BUF_SIZE 8192 macro
731 if ((transfer_length = count - writecount) > USBLP_BUF_SIZE) in usblp_write()
732 transfer_length = USBLP_BUF_SIZE; in usblp_write()