Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/usb/
Dch11.h218 #define USB_DT_HUB_NONVAR_SIZE 7 macro
/linux-4.1.27/drivers/usb/misc/
Dlvstest.c393 if (ret < (USB_DT_HUB_NONVAR_SIZE + 2)) { in lvs_rh_probe()
/linux-4.1.27/drivers/usb/core/
Ddevices.c457 int leng = USB_DT_HUB_NONVAR_SIZE; in usb_dump_hub_descriptor()
Dhub.c378 if (ret >= (USB_DT_HUB_NONVAR_SIZE + 2)) in get_hub_descriptor()
/linux-4.1.27/drivers/usb/host/
Dxhci-hub.c91 desc->bDescLength = USB_DT_HUB_NONVAR_SIZE + 2 * temp; in xhci_usb2_hub_descriptor()