| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb.c | 983 dev->descriptor.bMaxPacketSize0 = 8; in usb_setup_descriptor() 986 dev->descriptor.bMaxPacketSize0 = 64; in usb_setup_descriptor() 989 dev->epmaxpacketin[0] = dev->descriptor.bMaxPacketSize0; in usb_setup_descriptor() 990 dev->epmaxpacketout[0] = dev->descriptor.bMaxPacketSize0; in usb_setup_descriptor() 1016 dev->epmaxpacketin[0] = dev->descriptor.bMaxPacketSize0; in usb_setup_descriptor() 1017 dev->epmaxpacketout[0] = dev->descriptor.bMaxPacketSize0; in usb_setup_descriptor() 1018 switch (dev->descriptor.bMaxPacketSize0) { in usb_setup_descriptor()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usbdescriptors.h | 221 u8 bMaxPacketSize0; member 240 u8 bMaxPacketSize0; member 519 serial_printf("\tbMaxPacketSize0 %2.2x\n", d->bMaxPacketSize0); in print_device_descriptor()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | composite.c | 312 qual->bMaxPacketSize0 = cdev->gadget->ep0->maxpacket; in device_qual() 846 cdev->desc.bMaxPacketSize0 = 9; in composite_setup() 848 cdev->desc.bMaxPacketSize0 = in composite_setup() 1134 cdev->desc.bMaxPacketSize0 = gadget->ep0->maxpacket; in composite_bind()
|
| H A D | ether.c | 1273 device_desc.bMaxPacketSize0 = gadget->ep0->maxpacket; in eth_setup() 2179 dev_qualifier.bMaxPacketSize0 = device_desc.bMaxPacketSize0; in eth_bind()
|
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | ch9.h | 263 __u8 bMaxPacketSize0; member 701 __u8 bMaxPacketSize0; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/ |
| H A D | ch9.h | 297 __u8 bMaxPacketSize0; member 728 __u8 bMaxPacketSize0; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/ |
| H A D | ch9.h | 297 __u8 bMaxPacketSize0; member 728 __u8 bMaxPacketSize0; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/usb/ |
| H A D | ch9.h | 297 __u8 bMaxPacketSize0; member 735 __u8 bMaxPacketSize0; member
|
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | usbtty.c | 113 .bMaxPacketSize0 = EP0_MAX_PACKET_SIZE, 131 .bMaxPacketSize0 = EP0_MAX_PACKET_SIZE,
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget | 27 bMaxPacketSize0 maximum endpoint 0 packet size
|
| /OK3568_Linux_fs/kernel/tools/usb/ |
| H A D | testusb.c | 73 __u8 bMaxPacketSize0; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/ |
| H A D | webcam.c | 77 .bMaxPacketSize0 = 0, /* dynamic */
|
| H A D | dbgp.c | 367 device_desc.bMaxPacketSize0 = gadget->ep0->maxpacket; in dbgp_setup()
|
| H A D | inode.c | 1295 qual.bMaxPacketSize0 = dev->gadget->ep0->maxpacket; in make_qualifier() 1388 dev->dev->bMaxPacketSize0 = dev->gadget->ep0->maxpacket; in gadgetfs_setup()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | devices.c | 331 desc->bMaxPacketSize0, in usb_dump_device_descriptor()
|
| H A D | hub.c | 4758 buf->bMaxPacketSize0 = 0; in hub_port_init() 4764 switch (buf->bMaxPacketSize0) { in hub_port_init() 4788 udev->descriptor.bMaxPacketSize0 = in hub_port_init() 4789 buf->bMaxPacketSize0; in hub_port_init() 4895 if (udev->descriptor.bMaxPacketSize0 == 0xff || in hub_port_init() 4899 i = udev->descriptor.bMaxPacketSize0; in hub_port_init()
|
| H A D | sysfs.c | 742 usb_descriptor_attr(bMaxPacketSize0, "%d\n");
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | usb.c | 153 uint packet_size = dev->descriptor.bMaxPacketSize0; in usb_display_desc()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/ |
| H A D | composite.c | 839 qual->bMaxPacketSize0 = cdev->gadget->ep0->maxpacket; in device_qual() 1735 cdev->desc.bMaxPacketSize0 = in composite_setup() 1740 cdev->desc.bMaxPacketSize0 = 9; in composite_setup()
|
| H A D | configfs.c | 208 GI_DEVICE_DESC_SIMPLE_RW(bMaxPacketSize0, u8); 376 CONFIGFS_ATTR(gadget_dev_desc_, bMaxPacketSize0);
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | ldusb.c | 711 udev->descriptor.bMaxPacketSize0; in ld_usb_probe()
|
| H A D | usbtest.c | 1335 len = 1024 - udev->descriptor.bMaxPacketSize0; in test_ctrl_queue() 1341 len = udev->descriptor.bMaxPacketSize0; in test_ctrl_queue()
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | gadget_configfs.rst | 197 ./bMaxPacketSize0
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | hub.c | 66 .bMaxPacketSize0 = 64,
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | pl2303.c | 387 else if (serial->dev->descriptor.bMaxPacketSize0 == 0x40) in pl2303_startup()
|