Lines Matching refs:w_length
1461 u16 w_length = le16_to_cpu(ctrl->wLength); in composite_setup() local
1504 value = min(w_length, (u16) sizeof cdev->desc); in composite_setup()
1512 value = min_t(int, w_length, in composite_setup()
1523 value = min(w_length, (u16) value); in composite_setup()
1529 value = min(w_length, (u16) value); in composite_setup()
1534 value = min(w_length, (u16) value); in composite_setup()
1563 value = min(w_length, (u16) 1); in composite_setup()
1602 value = min(w_length, (u16) 1); in composite_setup()
1678 memset(buf, 0, w_length); in composite_setup()
1685 if (w_length == 0x10) { in composite_setup()
1692 value = w_length; in composite_setup()
1702 value = w_length; in composite_setup()
1710 if (w_length == 0x0A) { in composite_setup()
1718 value = w_length; in composite_setup()
1732 value = w_length; in composite_setup()
1738 req->zero = value < w_length; in composite_setup()
1751 w_value, w_index, w_length); in composite_setup()
1817 req->zero = value < w_length; in composite_setup()
1824 } else if (value == USB_GADGET_DELAYED_STATUS && w_length != 0) { in composite_setup()