Home
last modified time | relevance | path

Searched refs:USB_DT_DEVICE_SIZE (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/drivers/usb/gadget/legacy/
Dgmidi.c77 .bLength = USB_DT_DEVICE_SIZE,
Dserial.c63 .bLength = USB_DT_DEVICE_SIZE,
Dinode.c1812 if ((len < (USB_DT_CONFIG_SIZE + USB_DT_DEVICE_SIZE + 4)) || in dev_config()
1841 total > length - USB_DT_DEVICE_SIZE) in dev_config()
1851 total > length - USB_DT_DEVICE_SIZE) in dev_config()
1862 if (length != USB_DT_DEVICE_SIZE) in dev_config()
1865 if (dev->dev->bLength != USB_DT_DEVICE_SIZE in dev_config()
Dnokia.c86 .bLength = USB_DT_DEVICE_SIZE,
Dwebcam.c71 .bLength = USB_DT_DEVICE_SIZE,
/linux-6.1.9/drivers/usb/misc/
Dehset.c134 &buf, USB_DT_DEVICE_SIZE, in ehset_probe()
/linux-6.1.9/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c55 .bLength = USB_DT_DEVICE_SIZE,
292 dsize = USB_DT_DEVICE_SIZE; in ast_vhub_rep_desc()
295 BUILD_BUG_ON(USB_DT_DEVICE_SIZE >= AST_VHUB_EP0_MAX_PACKET); in ast_vhub_rep_desc()
/linux-6.1.9/drivers/usb/core/
Dhcd.c997 retval = usb_get_device_descriptor(usb_dev, USB_DT_DEVICE_SIZE); in register_root_hub()
2172 urb->transfer_buffer_length = USB_DT_DEVICE_SIZE; in request_single_step_set_feature_urb()
2205 buf = kmalloc(USB_DT_DEVICE_SIZE, GFP_KERNEL); in ehset_single_step_set_feature()
2220 dr->wLength = cpu_to_le16(USB_DT_DEVICE_SIZE); in ehset_single_step_set_feature()
Dhub.c4988 retval = usb_get_device_descriptor(udev, USB_DT_DEVICE_SIZE); in hub_port_init()
/linux-6.1.9/include/uapi/linux/usb/
Dch9.h307 #define USB_DT_DEVICE_SIZE 18 macro
/linux-6.1.9/drivers/usb/gadget/
Dconfigfs.c1619 gi->cdev.desc.bLength = USB_DT_DEVICE_SIZE; in gadgets_make()