Home
last modified time | relevance | path

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

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