/linux-4.4.14/drivers/usb/gadget/legacy/ |
H A D | acm_ms.c | 49 /* .bMaxPacketSize0 = f(hardware) */
|
H A D | cdc2.c | 51 /* .bMaxPacketSize0 = f(hardware) */
|
H A D | hid.c | 58 /* .bMaxPacketSize0 = f(hardware) */
|
H A D | ncm.c | 57 /* .bMaxPacketSize0 = f(hardware) */
|
H A D | serial.c | 72 /* .bMaxPacketSize0 = f(hardware) */
|
H A D | audio.c | 137 /* .bMaxPacketSize0 = f(hardware) */
|
H A D | dbgp.c | 353 device_desc.bMaxPacketSize0 = gadget->ep0->maxpacket; dbgp_setup()
|
H A D | webcam.c | 84 .bMaxPacketSize0 = 0, /* dynamic */
|
H A D | ether.c | 159 /* .bMaxPacketSize0 = f(hardware) */
|
H A D | inode.c | 1269 qual.bMaxPacketSize0 = dev->gadget->ep0->maxpacket; make_qualifier() 1351 dev->dev->bMaxPacketSize0 = dev->gadget->ep0->maxpacket; gadgetfs_setup()
|
/linux-4.4.14/drivers/usb/serial/ |
H A D | ftdi_sio.h | 448 * 7 bMaxPacketSize0 1 0x08 Maximum packet size for endpoint 0
|
H A D | pl2303.c | 238 else if (serial->dev->descriptor.bMaxPacketSize0 == 0x40) pl2303_startup()
|
/linux-4.4.14/tools/usb/ |
H A D | testusb.c | 86 __u8 bMaxPacketSize0; member in struct:usb_device_descriptor
|
/linux-4.4.14/drivers/usb/gadget/ |
H A D | configfs.c | 182 GI_DEVICE_DESC_SIMPLE_RW(bMaxPacketSize0, u8); 294 CONFIGFS_ATTR(gadget_dev_desc_, bMaxPacketSize0);
|
H A D | composite.c | 615 qual->bMaxPacketSize0 = cdev->gadget->ep0->maxpacket; device_qual() 1498 cdev->desc.bMaxPacketSize0 = composite_setup() 1503 cdev->desc.bMaxPacketSize0 = 9; composite_setup()
|
/linux-4.4.14/include/uapi/linux/usb/ |
H A D | ch9.h | 266 __u8 bMaxPacketSize0; member in struct:usb_device_descriptor 661 __u8 bMaxPacketSize0; member in struct:usb_qualifier_descriptor
|
/linux-4.4.14/drivers/usb/misc/ |
H A D | ldusb.c | 722 udev->descriptor.bMaxPacketSize0; ld_usb_probe()
|
H A D | usbtest.c | 1294 len = 1024 - udev->descriptor.bMaxPacketSize0; test_ctrl_queue() 1300 len = udev->descriptor.bMaxPacketSize0; test_ctrl_queue()
|
/linux-4.4.14/drivers/usb/core/ |
H A D | devices.c | 389 desc->bMaxPacketSize0, usb_dump_device_descriptor()
|
H A D | hcd.c | 140 0x09, /* __u8 bMaxPacketSize0; 2^9 = 512 Bytes */ 161 0xFF, /* __u8 bMaxPacketSize0; always 0xFF (WUSB Spec 7.4.1). */ 182 0x40, /* __u8 bMaxPacketSize0; 64 Bytes */ 205 0x40, /* __u8 bMaxPacketSize0; 64 Bytes */
|
H A D | sysfs.c | 675 usb_descriptor_attr(bMaxPacketSize0, "%d\n");
|
H A D | hub.c | 4332 * the device descriptor to get bMaxPacketSize0 and hub_port_init() 4410 buf->bMaxPacketSize0 = 0; hub_port_init() 4416 switch (buf->bMaxPacketSize0) { hub_port_init() 4438 udev->descriptor.bMaxPacketSize0 = hub_port_init() 4439 buf->bMaxPacketSize0; hub_port_init() 4532 if (udev->descriptor.bMaxPacketSize0 == 0xff || hub_port_init() 4536 i = udev->descriptor.bMaxPacketSize0; hub_port_init()
|
/linux-4.4.14/drivers/isdn/hisax/ |
H A D | hfc_usb.c | 1474 context->ctrl_paksize = dev->descriptor.bMaxPacketSize0; /* control size */ hfc_usb_probe()
|
/linux-4.4.14/drivers/staging/emxx_udc/ |
H A D | emxx_udc.c | 1400 .bMaxPacketSize0 = 64,
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.c | 2078 hw->ctrl_paksize = dev->descriptor.bMaxPacketSize0; /* control size */ hfcsusb_probe()
|