Searched refs:USB_DT_DEVICE_SIZE (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/usb/misc/ |
A D | ehset.c | 76 &buf, USB_DT_DEVICE_SIZE, in ehset_probe()
|
/linux/drivers/usb/gadget/legacy/ |
A D | gmidi.c | 77 .bLength = USB_DT_DEVICE_SIZE,
|
A D | serial.c | 63 .bLength = USB_DT_DEVICE_SIZE,
|
A D | inode.c | 1810 if ((len < (USB_DT_CONFIG_SIZE + USB_DT_DEVICE_SIZE + 4)) || in dev_config() 1838 total > length - USB_DT_DEVICE_SIZE) in dev_config() 1848 total > length - USB_DT_DEVICE_SIZE) in dev_config() 1859 if (length != USB_DT_DEVICE_SIZE) in dev_config() 1862 if (dev->dev->bLength != USB_DT_DEVICE_SIZE in dev_config()
|
A D | webcam.c | 71 .bLength = USB_DT_DEVICE_SIZE,
|
A D | nokia.c | 86 .bLength = USB_DT_DEVICE_SIZE,
|
/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
A D | hub.c | 55 .bLength = USB_DT_DEVICE_SIZE, 269 dsize = USB_DT_DEVICE_SIZE; in ast_vhub_rep_desc() 272 BUILD_BUG_ON(USB_DT_DEVICE_SIZE >= AST_VHUB_EP0_MAX_PACKET); in ast_vhub_rep_desc()
|
/linux/drivers/usb/core/ |
A D | hcd.c | 990 retval = usb_get_device_descriptor(usb_dev, USB_DT_DEVICE_SIZE); in register_root_hub() 2154 urb->transfer_buffer_length = USB_DT_DEVICE_SIZE; in request_single_step_set_feature_urb() 2187 buf = kmalloc(USB_DT_DEVICE_SIZE, GFP_KERNEL); in ehset_single_step_set_feature() 2202 dr->wLength = cpu_to_le16(USB_DT_DEVICE_SIZE); in ehset_single_step_set_feature()
|
A D | hub.c | 4987 retval = usb_get_device_descriptor(udev, USB_DT_DEVICE_SIZE); in hub_port_init()
|
/linux/include/uapi/linux/usb/ |
A D | ch9.h | 307 #define USB_DT_DEVICE_SIZE 18 macro
|
/linux/drivers/usb/gadget/ |
A D | configfs.c | 1634 gi->cdev.desc.bLength = USB_DT_DEVICE_SIZE; in gadgets_make()
|
Completed in 33 milliseconds