Lines Matching refs:w_length
1691 u16 w_length = le16_to_cpu(ctrl->wLength); in composite_setup() local
1695 if (w_length > USB_COMP_EP0_BUFSIZ) { in composite_setup()
1701 w_length = USB_COMP_EP0_BUFSIZ; in composite_setup()
1751 value = min(w_length, (u16) sizeof cdev->desc); in composite_setup()
1759 value = min_t(int, w_length, in composite_setup()
1770 value = min(w_length, (u16) value); in composite_setup()
1776 value = min(w_length, (u16) value); in composite_setup()
1782 value = min(w_length, (u16) value); in composite_setup()
1807 value = min_t(int, w_length, otg_desc_len); in composite_setup()
1837 value = min(w_length, (u16) 1); in composite_setup()
1883 value = min(w_length, (u16) 1); in composite_setup()
1967 w_length = min_t(u16, w_length, USB_COMP_EP0_OS_DESC_BUFSIZ); in composite_setup()
1968 memset(buf, 0, w_length); in composite_setup()
1981 value = w_length; in composite_setup()
1982 if (w_length > 0x10) { in composite_setup()
1984 value = min_t(u16, w_length, value); in composite_setup()
2001 value = w_length; in composite_setup()
2002 if (w_length > 0x0A) { in composite_setup()
2006 value = min_t(u16, w_length, value); in composite_setup()
2017 w_value, w_index, w_length); in composite_setup()
2090 req->zero = value < w_length; in composite_setup()
2097 } else if (value == USB_GADGET_DELAYED_STATUS && w_length != 0) { in composite_setup()