Searched refs:USB_DT_DEVICE_SIZE (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/usb/misc/ |
D | ehset.c | 87 buf = kmalloc(USB_DT_DEVICE_SIZE, GFP_KERNEL); in ehset_probe() 94 buf, USB_DT_DEVICE_SIZE, in ehset_probe()
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | gmidi.c | 87 .bLength = USB_DT_DEVICE_SIZE,
|
D | serial.c | 66 .bLength = USB_DT_DEVICE_SIZE,
|
D | nokia.c | 90 .bLength = USB_DT_DEVICE_SIZE,
|
D | webcam.c | 78 .bLength = USB_DT_DEVICE_SIZE,
|
D | inode.c | 1777 if (len < (USB_DT_CONFIG_SIZE + USB_DT_DEVICE_SIZE + 4)) in dev_config() 1819 if (length != USB_DT_DEVICE_SIZE) in dev_config() 1822 if (dev->dev->bLength != USB_DT_DEVICE_SIZE in dev_config()
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-hub.c | 769 urb->transfer_buffer_length = USB_DT_DEVICE_SIZE; in request_single_step_set_feature_urb() 807 buf = kmalloc(USB_DT_DEVICE_SIZE, GFP_KERNEL); in ehset_single_step_set_feature() 822 dr->wLength = cpu_to_le16(USB_DT_DEVICE_SIZE); in ehset_single_step_set_feature()
|
/linux-4.4.14/include/uapi/linux/usb/ |
D | ch9.h | 276 #define USB_DT_DEVICE_SIZE 18 macro
|
/linux-4.4.14/drivers/usb/gadget/ |
D | configfs.c | 1449 gi->cdev.desc.bLength = USB_DT_DEVICE_SIZE; in gadgets_make()
|
/linux-4.4.14/drivers/usb/core/ |
D | hcd.c | 1069 retval = usb_get_device_descriptor(usb_dev, USB_DT_DEVICE_SIZE); in register_root_hub()
|
D | hub.c | 4552 retval = usb_get_device_descriptor(udev, USB_DT_DEVICE_SIZE); in hub_port_init()
|