Searched refs:USB_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
113 #define USB_BUFSIZE 8192 macro411 req->length = USB_BUFSIZE; in setup_rx_reqs()620 if (len > USB_BUFSIZE) in printer_write()621 size = USB_BUFSIZE; in printer_write()1111 req = printer_req_alloc(dev->in_ep, USB_BUFSIZE, GFP_KERNEL); in printer_func_bind()1118 req = printer_req_alloc(dev->out_ep, USB_BUFSIZE, GFP_KERNEL); in printer_func_bind()