Lines Matching refs:xroot

911 	usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer);  in ehci_transfer_intr_enqueue()
1096 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_non_isoc_done_sub()
1179 if ((xfer->xroot->udev->parent_hs_hub != NULL) || in ehci_non_isoc_done_sub()
1180 (xfer->xroot->udev->address != 0)) { in ehci_non_isoc_done_sub()
1201 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_non_isoc_done()
1255 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_check_transfer()
1529 USB_BUS_LOCK_ASSERT(xfer->xroot->bus, MA_OWNED); in ehci_timeout()
1746 xfer->sumlen, usbd_get_speed(xfer->xroot->udev)); in ehci_setup_standard_chain()
1750 temp.sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_setup_standard_chain()
1778 if ((xfer->xroot->udev->parent_hs_hub != NULL) || in ehci_setup_standard_chain()
1779 (xfer->xroot->udev->address != 0)) { in ehci_setup_standard_chain()
1924 if (usbd_get_speed(xfer->xroot->udev) == USB_SPEED_HIGH) { in ehci_setup_standard_chain()
1929 if (usbd_get_speed(xfer->xroot->udev) == USB_SPEED_FULL) { in ehci_setup_standard_chain()
1955 EHCI_QH_SET_HUBA(xfer->xroot->udev->hs_hub_addr) | in ehci_setup_standard_chain()
1956 EHCI_QH_SET_PORT(xfer->xroot->udev->hs_port_no)); in ehci_setup_standard_chain()
1990 if (xfer->xroot->udev->flags.self_suspended == 0) { in ehci_setup_standard_chain()
2151 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_done()
2236 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_bulk_start()
2286 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_ctrl_start()
2309 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_intr_open()
2348 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_intr_close()
2367 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_intr_start()
2390 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_isoc_fs_open()
2398 EHCI_SITD_SET_HUBA(xfer->xroot->udev->hs_hub_addr) | in ehci_device_isoc_fs_open()
2399 EHCI_SITD_SET_PORT(xfer->xroot->udev->hs_port_no); in ehci_device_isoc_fs_open()
2436 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_isoc_fs_enter()
2647 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_isoc_hs_open()
2704 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_isoc_hs_enter()
3713 if (xfer->xroot->udev == udev) { in ehci_device_resume()
3745 if (xfer->xroot->udev == udev) { in ehci_device_suspend()
3818 struct ehci_softc *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_start_dma_delay_second()
3838 struct ehci_softc *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_start_dma_delay()