Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/usb/
Dch11.h248 #define USB_DT_HUB_NONVAR_SIZE 7 macro
/Linux-v4.19/drivers/usb/misc/
Dlvstest.c430 if (ret < (USB_DT_HUB_NONVAR_SIZE + 2)) { in lvs_rh_probe()
/Linux-v4.19/drivers/usb/core/
Ddevices.c431 int leng = USB_DT_HUB_NONVAR_SIZE; in usb_dump_hub_descriptor()
Dhub.c390 } else if (ret >= USB_DT_HUB_NONVAR_SIZE + 2) { in get_hub_descriptor()
392 size = USB_DT_HUB_NONVAR_SIZE + desc->bNbrPorts / 8 + 1; in get_hub_descriptor()
/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c134 #define AST_VHUB_HUB_DESC_SIZE (USB_DT_HUB_NONVAR_SIZE + 2)
/Linux-v4.19/drivers/usb/usbip/
Dvhci_hcd.c310 desc->bDescLength = USB_DT_HUB_NONVAR_SIZE + 2 * width; in hub_descriptor()
/Linux-v4.19/drivers/usb/host/
Dxhci-hub.c199 desc->bDescLength = USB_DT_HUB_NONVAR_SIZE + 2 * temp; in xhci_usb2_hub_descriptor()