Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/legacy/
H A Dgmidi.c78 .bLength = USB_DT_DEVICE_SIZE,
H A Dserial.c64 .bLength = USB_DT_DEVICE_SIZE,
H A Dinode.c1827 if ((len < (USB_DT_CONFIG_SIZE + USB_DT_DEVICE_SIZE + 4)) || in dev_config()
1856 total > length - USB_DT_DEVICE_SIZE) in dev_config()
1866 total > length - USB_DT_DEVICE_SIZE) in dev_config()
1877 if (length != USB_DT_DEVICE_SIZE) in dev_config()
1880 if (dev->dev->bLength != USB_DT_DEVICE_SIZE in dev_config()
H A Dnokia.c86 .bLength = USB_DT_DEVICE_SIZE,
H A Dwebcam.c72 .bLength = USB_DT_DEVICE_SIZE,
/linux-6.15/drivers/usb/misc/
H A Dehset.c134 &buf, USB_DT_DEVICE_SIZE, in ehset_probe()
/linux-6.15/drivers/usb/gadget/udc/aspeed-vhub/
H A 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.15/include/uapi/linux/usb/
H A Dch9.h310 #define USB_DT_DEVICE_SIZE 18 macro
/linux-6.15/drivers/usb/core/
H A Dhcd.c2152 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()
/linux-6.15/drivers/usb/gadget/
H A Dconfigfs.c2027 gi->cdev.desc.bLength = USB_DT_DEVICE_SIZE; in gadgets_make()