Lines Matching refs:wLength
1175 unsigned int wLength, actlen; in do_proc_control() local
1184 wLength = ctrl->wLength; /* To suppress 64k PAGE_SIZE warning */ in do_proc_control()
1185 if (wLength > PAGE_SIZE) in do_proc_control()
1207 dr->wLength = cpu_to_le16(ctrl->wLength); in do_proc_control()
1214 ctrl->wIndex, ctrl->wLength); in do_proc_control()
1216 if ((ctrl->bRequestType & USB_DIR_IN) && wLength) { in do_proc_control()
1219 wLength, NULL, NULL); in do_proc_control()
1220 snoop_urb(dev, NULL, pipe, wLength, tmo, SUBMIT, NULL, 0); in do_proc_control()
1237 if (wLength) { in do_proc_control()
1238 if (copy_from_user(tbuf, ctrl->data, wLength)) { in do_proc_control()
1245 wLength, NULL, NULL); in do_proc_control()
1246 snoop_urb(dev, NULL, pipe, wLength, tmo, SUBMIT, tbuf, wLength); in do_proc_control()
1261 ctrl->wLength, i); in do_proc_control()
1680 if (uurb->buffer_length < (le16_to_cpu(dr->wLength) + 8)) { in proc_do_submiturb()
1688 uurb->buffer_length = le16_to_cpu(dr->wLength); in proc_do_submiturb()
1705 __le16_to_cpu(dr->wLength)); in proc_do_submiturb()