HomeSort by: relevance | last modified time | path
    Searched refs:ud_depth (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/usb/
uhub.c 216 if (dev->ud_depth != 0 && USB_IS_SS(dev->ud_speed)) {
229 if (dev->ud_depth != 0 && nports > UHD_SS_NPORTS_MAX) {
329 if (dev->ud_depth > 0 && UHUB_IS_HIGH_SPEED(sc)) {
342 if (dev->ud_depth > USB_HUB_MAX_DEPTH) {
378 if (USB_IS_SS(dev->ud_speed) && dev->ud_depth != 0) {
380 dev->ud_depth - 1);
381 err = usbd_set_hub_depth(dev, dev->ud_depth - 1);
552 if (dev->ud_depth > USB_HUB_MAX_DEPTH)
732 device_unit(sc->sc_dev), dev->ud_speed, dev->ud_depth, 0);
848 dev->ud_depth + 1, speed, port, up)
    [all...]
usbdivar.h 205 uint8_t ud_depth; /* distance from root hub */ member in struct:usbd_device
xhci.c 2071 dev->ud_depth, dev->ud_powersrc->up_portno, dev->ud_speed);
2082 if (dev->ud_depth == 0 && dev->ud_powersrc->up_portno == 0) {
2174 if (pipe->up_dev->ud_depth == 0)
2880 dev->ud_depth = depth;
3716 (uintptr_t)hub, hub->ud_depth, (uintptr_t)hub->ud_powersrc,
3722 dep = hub->ud_depth;
usb_subr.c 1454 dev->ud_depth = depth;
usbdi.c 175 dev->ud_addr, dev->ud_config, dev->ud_depth, 0);

Completed in 23 milliseconds