Lines Matching refs:up_dev
469 up->up_dev = NULL; in uhub_attach()
566 subdev = dev->ud_hub->uh_ports[port - 1].up_dev; in uhub_explore()
625 if (up->up_dev != NULL && up->up_dev->ud_hub != NULL) in uhub_explore()
626 up->up_dev->ud_hub->uh_explore(up->up_dev); in uhub_explore()
687 if (up->up_dev != NULL && up->up_dev->ud_hub != NULL) in uhub_explore()
688 up->up_dev->ud_hub->uh_explore(up->up_dev); in uhub_explore()
705 if (up->up_dev != NULL) { in uhub_explore()
709 device_unit(sc->sc_dev), up->up_dev->ud_addr, port, in uhub_explore()
876 if (up->up_dev->ud_hub) in uhub_explore()
877 up->up_dev->ud_hub->uh_explore(up->up_dev); in uhub_explore()
927 if (rup->up_dev == NULL) in uhub_detach()
1005 dev = devhub->ud_hub->uh_ports[port - 1].up_dev; in uhub_childdet()