Lines Matching refs:wLength
1163 unsigned int wLength, actlen; in do_proc_control() local
1172 wLength = ctrl->wLength; /* To suppress 64k PAGE_SIZE warning */ in do_proc_control()
1173 if (wLength > PAGE_SIZE) in do_proc_control()
1195 dr->wLength = cpu_to_le16(ctrl->wLength); in do_proc_control()
1202 ctrl->wIndex, ctrl->wLength); in do_proc_control()
1204 if ((ctrl->bRequestType & USB_DIR_IN) && wLength) { in do_proc_control()
1207 wLength, NULL, NULL); in do_proc_control()
1208 snoop_urb(dev, NULL, pipe, wLength, tmo, SUBMIT, NULL, 0); in do_proc_control()
1225 if (wLength) { in do_proc_control()
1226 if (copy_from_user(tbuf, ctrl->data, wLength)) { in do_proc_control()
1233 wLength, NULL, NULL); in do_proc_control()
1234 snoop_urb(dev, NULL, pipe, wLength, tmo, SUBMIT, tbuf, wLength); in do_proc_control()
1249 ctrl->wLength, i); in do_proc_control()
1668 if (uurb->buffer_length < (le16_to_cpu(dr->wLength) + 8)) { in proc_do_submiturb()
1676 uurb->buffer_length = le16_to_cpu(dr->wLength); in proc_do_submiturb()
1693 __le16_to_cpu(dr->wLength)); in proc_do_submiturb()