Home
last modified time | relevance | path

Searched refs:USB_HUB_MAX_DEPTH (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb_freebsd_loader.h84 #define USB_HUB_MAX_DEPTH 5 macro
H A Dusb_freebsd.h89 #define USB_HUB_MAX_DEPTH 5 macro
H A Dusb_fdt_support.c51 #define MAX_UDEV_NEST (MAX(USB_HUB_MAX_DEPTH, USB_SS_HUB_DEPTH_MAX) + 1)
H A Dusb_hub.c971 if (udev->depth > USB_HUB_MAX_DEPTH) in uhub_is_too_deep()