Searched refs:USB_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
113 #define USB_BUFSIZE 8192 macro412 req->length = USB_BUFSIZE; in setup_rx_reqs()630 if (len > USB_BUFSIZE) in printer_write()631 size = USB_BUFSIZE; in printer_write()1131 req = printer_req_alloc(dev->in_ep, USB_BUFSIZE, GFP_KERNEL); in printer_func_bind()1138 req = printer_req_alloc(dev->out_ep, USB_BUFSIZE, GFP_KERNEL); in printer_func_bind()