Home
last modified time | relevance | path

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

/linux/include/uapi/linux/usb/
H A Dch11.h246 #define USB_DT_HUB_NONVAR_SIZE 7 macro
/linux/drivers/usb/misc/
H A Dlvstest.c427 if (ret < (USB_DT_HUB_NONVAR_SIZE + 2)) { in lvs_rh_probe()
/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c130 #define AST_VHUB_HUB_DESC_SIZE (USB_DT_HUB_NONVAR_SIZE + 2)
/linux/drivers/usb/usbip/
H A Dvhci_hcd.c310 desc->bDescLength = USB_DT_HUB_NONVAR_SIZE + 2 * width; in hub_descriptor()
/linux/drivers/usb/host/
H A Dxhci-hub.c293 desc->bDescLength = USB_DT_HUB_NONVAR_SIZE + 2 * temp; in xhci_usb2_hub_descriptor()
/linux/drivers/usb/core/
H A Dhub.c428 } else if (ret >= USB_DT_HUB_NONVAR_SIZE + 2) { in get_hub_descriptor()
430 size = USB_DT_HUB_NONVAR_SIZE + desc->bNbrPorts / 8 + 1; in get_hub_descriptor()