Lines Matching refs:wLength
1151 unsigned int wLength, actlen; in do_proc_control() local
1160 wLength = ctrl->wLength; /* To suppress 64k PAGE_SIZE warning */ in do_proc_control()
1161 if (wLength > PAGE_SIZE) in do_proc_control()
1183 dr->wLength = cpu_to_le16(ctrl->wLength); in do_proc_control()
1190 ctrl->wIndex, ctrl->wLength); in do_proc_control()
1192 if ((ctrl->bRequestType & USB_DIR_IN) && wLength) { in do_proc_control()
1195 wLength, NULL, NULL); in do_proc_control()
1196 snoop_urb(dev, NULL, pipe, wLength, tmo, SUBMIT, NULL, 0); in do_proc_control()
1209 if (wLength) { in do_proc_control()
1210 if (copy_from_user(tbuf, ctrl->data, wLength)) { in do_proc_control()
1217 wLength, NULL, NULL); in do_proc_control()
1218 snoop_urb(dev, NULL, pipe, wLength, tmo, SUBMIT, tbuf, wLength); in do_proc_control()
1229 ctrl->wLength, i); in do_proc_control()
1652 if (uurb->buffer_length < (le16_to_cpu(dr->wLength) + 8)) { in proc_do_submiturb()
1660 uurb->buffer_length = le16_to_cpu(dr->wLength); in proc_do_submiturb()
1677 __le16_to_cpu(dr->wLength)); in proc_do_submiturb()