Lines Matching refs:w_length
1713 u16 w_length = le16_to_cpu(ctrl->wLength); in composite_setup() local
1717 if (w_length > USB_COMP_EP0_BUFSIZ) { in composite_setup()
1723 w_length = USB_COMP_EP0_BUFSIZ; in composite_setup()
1773 value = min(w_length, (u16) sizeof cdev->desc); in composite_setup()
1781 value = min_t(int, w_length, in composite_setup()
1792 value = min(w_length, (u16) value); in composite_setup()
1798 value = min(w_length, (u16) value); in composite_setup()
1804 value = min(w_length, (u16) value); in composite_setup()
1829 value = min_t(int, w_length, otg_desc_len); in composite_setup()
1859 value = min(w_length, (u16) 1); in composite_setup()
1905 value = min(w_length, (u16) 1); in composite_setup()
1989 w_length = min_t(u16, w_length, USB_COMP_EP0_OS_DESC_BUFSIZ); in composite_setup()
1990 memset(buf, 0, w_length); in composite_setup()
2003 value = w_length; in composite_setup()
2004 if (w_length > 0x10) { in composite_setup()
2006 value = min_t(u16, w_length, value); in composite_setup()
2023 value = w_length; in composite_setup()
2024 if (w_length > 0x0A) { in composite_setup()
2028 value = min_t(u16, w_length, value); in composite_setup()
2039 w_value, w_index, w_length); in composite_setup()
2112 req->zero = value < w_length; in composite_setup()
2119 } else if (value == USB_GADGET_DELAYED_STATUS && w_length != 0) { in composite_setup()