Searched refs:USBLP_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
54 #define USBLP_BUF_SIZE 8192 macro761 if ((transfer_length = count - writecount) > USBLP_BUF_SIZE) in usblp_write()762 transfer_length = USBLP_BUF_SIZE; in usblp_write()