Searched refs:USB_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
112 #define USB_BUFSIZE 8192 macro405 req->length = USB_BUFSIZE; in setup_rx_reqs()601 if (len > USB_BUFSIZE) in printer_write()602 size = USB_BUFSIZE; in printer_write()1063 req = printer_req_alloc(dev->in_ep, USB_BUFSIZE, GFP_KERNEL); in printer_func_bind()1070 req = printer_req_alloc(dev->out_ep, USB_BUFSIZE, GFP_KERNEL); in printer_func_bind()