Home
last modified time | relevance | path

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

/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 Dch11.h248 #define USB_DT_HUB_NONVAR_SIZE 7 macro
/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 Dch11.h248 #define USB_DT_HUB_NONVAR_SIZE 7 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch11.h248 #define USB_DT_HUB_NONVAR_SIZE 7 macro
/OK3568_Linux_fs/u-boot/include/
H A Dusb_defs.h104 #define USB_DT_HUB_NONVAR_SIZE 7 macro
H A Dusbdevice.h217 #define USB_DT_HUB_NONVAR_SIZE 7 macro
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Ddevices.c399 int leng = USB_DT_HUB_NONVAR_SIZE; in usb_dump_hub_descriptor()
H A Dhub.c403 } else if (ret >= USB_DT_HUB_NONVAR_SIZE + 2) { in get_hub_descriptor()
405 size = USB_DT_HUB_NONVAR_SIZE + desc->bNbrPorts / 8 + 1; in get_hub_descriptor()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dlvstest.c427 if (ret < (USB_DT_HUB_NONVAR_SIZE + 2)) { in lvs_rh_probe()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c124 #define AST_VHUB_HUB_DESC_SIZE (USB_DT_HUB_NONVAR_SIZE + 2)
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dvhci_hcd.c310 desc->bDescLength = USB_DT_HUB_NONVAR_SIZE + 2 * width; in hub_descriptor()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c207 desc->bDescLength = USB_DT_HUB_NONVAR_SIZE + 2 * temp; in xhci_usb2_hub_descriptor()