Searched refs:USB_DT_DEVICE_SIZE (Results 1 – 10 of 10) sorted by relevance
78 .bLength = USB_DT_DEVICE_SIZE,
64 .bLength = USB_DT_DEVICE_SIZE,
1826 if ((len < (USB_DT_CONFIG_SIZE + USB_DT_DEVICE_SIZE + 4)) || in dev_config()1855 total > length - USB_DT_DEVICE_SIZE) in dev_config()1865 total > length - USB_DT_DEVICE_SIZE) in dev_config()1876 if (length != USB_DT_DEVICE_SIZE) in dev_config()1879 if (dev->dev->bLength != USB_DT_DEVICE_SIZE in dev_config()
86 .bLength = USB_DT_DEVICE_SIZE,
72 .bLength = USB_DT_DEVICE_SIZE,
134 &buf, USB_DT_DEVICE_SIZE, in ehset_probe()
54 .bLength = USB_DT_DEVICE_SIZE,291 dsize = USB_DT_DEVICE_SIZE; in ast_vhub_rep_desc()294 BUILD_BUG_ON(USB_DT_DEVICE_SIZE >= AST_VHUB_EP0_MAX_PACKET); in ast_vhub_rep_desc()
307 #define USB_DT_DEVICE_SIZE 18 macro
2152 urb->transfer_buffer_length = USB_DT_DEVICE_SIZE; in request_single_step_set_feature_urb()2185 buf = kmalloc(USB_DT_DEVICE_SIZE, GFP_KERNEL); in ehset_single_step_set_feature()2200 dr->wLength = cpu_to_le16(USB_DT_DEVICE_SIZE); in ehset_single_step_set_feature()
2023 gi->cdev.desc.bLength = USB_DT_DEVICE_SIZE; in gadgets_make()
Completed in 30 milliseconds