Lines Matching refs:xroot
913 usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer); in ehci_transfer_intr_enqueue()
1099 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_non_isoc_done_sub()
1183 if ((xfer->xroot->udev->parent_hs_hub != NULL) || in ehci_non_isoc_done_sub()
1184 (xfer->xroot->udev->address != 0)) { in ehci_non_isoc_done_sub()
1205 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_non_isoc_done()
1263 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_check_transfer()
1537 USB_BUS_LOCK_ASSERT(xfer->xroot->bus, MA_OWNED); in ehci_timeout()
1762 xfer->sumlen, usbd_get_speed(xfer->xroot->udev)); in ehci_setup_standard_chain()
1766 temp.sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_setup_standard_chain()
1794 if ((xfer->xroot->udev->parent_hs_hub != NULL) || in ehci_setup_standard_chain()
1795 (xfer->xroot->udev->address != 0)) { in ehci_setup_standard_chain()
1945 if (usbd_get_speed(xfer->xroot->udev) == USB_SPEED_HIGH) { in ehci_setup_standard_chain()
1951 if (usbd_get_speed(xfer->xroot->udev) == USB_SPEED_FULL) { in ehci_setup_standard_chain()
1977 EHCI_QH_SET_HUBA(xfer->xroot->udev->hs_hub_addr) | in ehci_setup_standard_chain()
1978 EHCI_QH_SET_PORT(xfer->xroot->udev->hs_port_no)); in ehci_setup_standard_chain()
2012 if (xfer->xroot->udev->flags.self_suspended == 0) { in ehci_setup_standard_chain()
2174 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_done()
2259 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_bulk_start()
2309 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_ctrl_start()
2332 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_intr_open()
2371 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_intr_close()
2390 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_intr_start()
2413 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_isoc_fs_open()
2421 EHCI_SITD_SET_HUBA(xfer->xroot->udev->hs_hub_addr) | in ehci_device_isoc_fs_open()
2422 EHCI_SITD_SET_PORT(xfer->xroot->udev->hs_port_no); in ehci_device_isoc_fs_open()
2461 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_isoc_fs_enter()
2705 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_isoc_hs_open()
2764 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_isoc_hs_enter()
3818 if (xfer->xroot->udev == udev) { in ehci_device_resume()
3852 if (xfer->xroot->udev == udev) { in ehci_device_suspend()
3926 struct ehci_softc *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_start_dma_delay_second()
3946 struct ehci_softc *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_start_dma_delay()