Searched refs:USB_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
107 #define USB_BUFSIZE 8192 macro392 req->length = USB_BUFSIZE; in setup_rx_reqs()589 if (len > USB_BUFSIZE) in printer_write()590 size = USB_BUFSIZE; in printer_write()1065 req = printer_req_alloc(dev->in_ep, USB_BUFSIZE, GFP_KERNEL); in printer_func_bind()1072 req = printer_req_alloc(dev->out_ep, USB_BUFSIZE, GFP_KERNEL); in printer_func_bind()