Searched refs:USB_COMP_EP0_BUFSIZ (Results 1 – 4 of 4) sorted by relevance
523 len = USB_COMP_EP0_BUFSIZ - USB_DT_CONFIG_SIZE; in config_buf()1695 if (w_length > USB_COMP_EP0_BUFSIZ) { in composite_setup()1700 *temp = cpu_to_le16(USB_COMP_EP0_BUFSIZ); in composite_setup()1701 w_length = USB_COMP_EP0_BUFSIZ; in composite_setup()2240 cdev->req->buf = kzalloc(USB_COMP_EP0_BUFSIZ, GFP_KERNEL); in composite_dev_prepare()
55 #define USB_COMP_EP0_BUFSIZ 4096 macro
1093 if (w_length > USB_COMP_EP0_BUFSIZ) { in acc_ctrlrequest_composite()1098 *temp = cpu_to_le16(USB_COMP_EP0_BUFSIZ); in acc_ctrlrequest_composite()1099 w_length = USB_COMP_EP0_BUFSIZ; in acc_ctrlrequest_composite()
773 req->length = USB_COMP_EP0_BUFSIZ; in sourcesink_setup()