Lines Matching refs:wLength
1162 unsigned int wLength, actlen; in do_proc_control() local
1171 wLength = ctrl->wLength; /* To suppress 64k PAGE_SIZE warning */ in do_proc_control()
1172 if (wLength > PAGE_SIZE) in do_proc_control()
1194 dr->wLength = cpu_to_le16(ctrl->wLength); in do_proc_control()
1201 ctrl->wIndex, ctrl->wLength); in do_proc_control()
1203 if ((ctrl->bRequestType & USB_DIR_IN) && wLength) { in do_proc_control()
1206 wLength, NULL, NULL); in do_proc_control()
1207 snoop_urb(dev, NULL, pipe, wLength, tmo, SUBMIT, NULL, 0); in do_proc_control()
1224 if (wLength) { in do_proc_control()
1225 if (copy_from_user(tbuf, ctrl->data, wLength)) { in do_proc_control()
1232 wLength, NULL, NULL); in do_proc_control()
1233 snoop_urb(dev, NULL, pipe, wLength, tmo, SUBMIT, tbuf, wLength); in do_proc_control()
1248 ctrl->wLength, i); in do_proc_control()
1667 if (uurb->buffer_length < (le16_to_cpu(dr->wLength) + 8)) { in proc_do_submiturb()
1675 uurb->buffer_length = le16_to_cpu(dr->wLength); in proc_do_submiturb()
1692 __le16_to_cpu(dr->wLength)); in proc_do_submiturb()