Home
last modified time | relevance | path

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

/linux/drivers/usb/class/
H A Dusblp.c55 #define USBLP_BUF_SIZE 8192 macro
765 if (transfer_length > USBLP_BUF_SIZE) in usblp_write()
766 transfer_length = USBLP_BUF_SIZE; in usblp_write()