Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/class/
Dusblp.c69 #define USBLP_BUF_SIZE 8192 macro
745 if ((transfer_length = count - writecount) > USBLP_BUF_SIZE) in usblp_write()
746 transfer_length = USBLP_BUF_SIZE; in usblp_write()