Home
last modified time | relevance | path

Searched refs:xroot (Results 1 – 14 of 14) sorted by relevance

/dragonfly/sys/bus/u4b/
HDusb_transfer.c269 &parm->curr_xfer->xroot->dma_parent_tag; in usbd_transfer_setup_sub_malloc()
274 &parm->curr_xfer->xroot->dma_parent_tag; in usbd_transfer_setup_sub_malloc()
843 &xfer->xroot->dma_parent_tag; in usbd_transfer_setup_sub()
999 info->done_m[0].xroot = info; in usbd_transfer_setup()
1001 info->done_m[1].xroot = info; in usbd_transfer_setup()
1070 xfer->xroot = info; in usbd_transfer_setup()
1384 info = xfer->xroot; in usbd_transfer_unsetup()
1668 info = xfer->xroot; in usbd_transfer_submit()
1839 usb_command_wrapper(&xfer->xroot->dma_q, xfer); in usbd_transfer_submit()
1860 USB_BUS_LOCK(xfer->xroot->bus); in usbd_pipe_enter()
[all …]
HDusb_core.h48 #define USB_XFER_LOCK(_x) lockmgr((_x)->xroot->xfer_lock, LK_EXCLUSIVE)
49 #define USB_XFER_UNLOCK(_x) lockmgr((_x)->xroot->xfer_lock, LK_RELEASE)
50 #define USB_XFER_LOCK_ASSERT(_x) KKASSERT(lockowned((_x)->xroot->xfer_lock))
51 #define USB_XFER_LOCK_ASSERT_NOTOWNED(_x) KKASSERT(!lockowned((_x)->xroot->xfer_lock))
138 struct usb_xfer_root *xroot; /* used by HC driver */ member
HDusb_handle_request.c98 usb_needs_explore(xfer->xroot->bus, 0); in usb_handle_request_callback()
143 struct usb_device *udev = xfer->xroot->udev; in usb_handle_set_config()
216 struct usb_device *udev = xfer->xroot->udev; in usb_handle_iface_request()
379 struct usb_device *udev = xfer->xroot->udev; in usb_handle_set_stall()
427 udev = xfer->xroot->udev; in usb_handle_remote_wakeup()
529 udev = xfer->xroot->udev; in usb_handle_request()
HDusb_pf.c359 bus = xfer->xroot->bus; in usbpf_xfertap()
394 up->up_address = xfer->xroot->udev->device_index; in usbpf_xfertap()
416 up->up_speed = xfer->xroot->udev->speed; in usbpf_xfertap()
HDusb_hub.c1910 udev = xfer->xroot->udev; in usb_hs_bandwidth_alloc()
1990 udev = xfer->xroot->udev; in usb_hs_bandwidth_free()
2080 bus = isoc_xfer->xroot->bus; in usbd_fs_isoc_schedule_alloc_slot()
2091 if (xfer->xroot->udev->parent_hs_hub != in usbd_fs_isoc_schedule_alloc_slot()
2092 isoc_xfer->xroot->udev->parent_hs_hub) { in usbd_fs_isoc_schedule_alloc_slot()
2095 if ((isoc_xfer->xroot->udev->parent_hs_hub-> in usbd_fs_isoc_schedule_alloc_slot()
2097 (xfer->xroot->udev->hs_port_no != in usbd_fs_isoc_schedule_alloc_slot()
2098 isoc_xfer->xroot->udev->hs_port_no)) { in usbd_fs_isoc_schedule_alloc_slot()
2359 udev = xfer->xroot->udev; in usbd_transfer_power_ref()
HDusb_transfer.h150 struct usb_xfer_root *xroot; member
HDusb_debug.c215 udev = xfer->xroot->udev; in usb_dump_xfer()
HDusb_request.c232 udev = xfer->xroot->udev; in usb_do_clear_stall_callback()
584 xfer->xroot->xfer_lock,
622 xfer->xroot->xfer_lock,
643 lksleep(xfer, xfer->xroot->xfer_lock, 0, "WXFER", hz);
HDusb_busdma.c871 info = xfer->xroot; in usb_bdma_work_loop()
/dragonfly/sys/bus/u4b/controller/
HDehci.c940 usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer); in ehci_transfer_intr_enqueue()
1126 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_non_isoc_done_sub()
1210 if ((xfer->xroot->udev->parent_hs_hub != NULL) || in ehci_non_isoc_done_sub()
1211 (xfer->xroot->udev->address != 0)) { in ehci_non_isoc_done_sub()
1224 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_non_isoc_done()
1234 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_non_isoc_done()
1294 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_check_transfer()
1569 USB_BUS_LOCK_ASSERT(xfer->xroot->bus); in ehci_timeout()
1795 xfer->sumlen, usbd_get_speed(xfer->xroot->udev)); in ehci_setup_standard_chain()
1799 temp.sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_setup_standard_chain()
[all …]
HDohci.c641 usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer); in ohci_transfer_intr_enqueue()
1001 if (xfer->xroot->udev->flags.self_suspended) { in ohci_check_transfer_sub()
1004 ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus); in ohci_check_transfer_sub()
1008 ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus); in ohci_check_transfer_sub()
1225 USB_BUS_LOCK_ASSERT(xfer->xroot->bus); in ohci_timeout()
1397 xfer->sumlen, usbd_get_speed(xfer->xroot->udev)); in ohci_setup_standard_chain()
1561 if (xfer->xroot->udev->speed == USB_SPEED_LOW) { in ohci_setup_standard_chain()
1570 if (xfer->xroot->udev->flags.self_suspended == 0) { in ohci_setup_standard_chain()
1575 ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus); in ohci_setup_standard_chain()
1580 ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus); in ohci_setup_standard_chain()
[all …]
HDuhci.c882 usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer); in uhci_transfer_intr_enqueue()
1503 USB_BUS_LOCK_ASSERT(xfer->xroot->bus); in uhci_timeout()
1669 xfer->sumlen, usbd_get_speed(xfer->xroot->udev)); in uhci_setup_standard_chain()
1693 if (xfer->xroot->udev->speed == USB_SPEED_LOW) { in uhci_setup_standard_chain()
1845 uhci_softc_t *sc = UHCI_BUS2SC(xfer->xroot->bus); in uhci_device_done()
1865 if (xfer->xroot->udev->speed == USB_SPEED_LOW) { in uhci_device_done()
1914 uhci_softc_t *sc = UHCI_BUS2SC(xfer->xroot->bus); in uhci_device_bulk_start()
1927 if (xfer->xroot->udev->flags.self_suspended == 0) { in uhci_device_bulk_start()
1971 uhci_softc_t *sc = UHCI_BUS2SC(xfer->xroot->bus); in uhci_device_ctrl_start()
1988 if (xfer->xroot->udev->flags.self_suspended == 0) { in uhci_device_ctrl_start()
[all …]
HDxhci.c1677 USB_BUS_LOCK_ASSERT(xfer->xroot->bus); in xhci_timeout()
2015 temp.sc = XHCI_BUS2SC(xfer->xroot->bus); in xhci_setup_generic_chain()
2057 switch (usbd_get_speed(xfer->xroot->udev)) { in xhci_setup_generic_chain()
2490 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_configure_endpoint_by_xfer()
2518 return (xhci_configure_endpoint(xfer->xroot->udev, in xhci_configure_endpoint_by_xfer()
2830 struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus); in xhci_endpoint_doorbell()
2839 index = xfer->xroot->udev->controller_slot_id; in xhci_endpoint_doorbell()
2841 if (xfer->xroot->udev->flags.self_suspended == 0) { in xhci_endpoint_doorbell()
2855 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_transfer_remove()
2892 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_transfer_insert()
[all …]
/dragonfly/contrib/libarchive/libarchive/
HDarchive_write_set_format_iso9660.c5317 struct isoent *np, *xroot, *newent; in isoent_clone_tree() local
5320 xroot = NULL; in isoent_clone_tree()
5328 if (xroot == NULL) { in isoent_clone_tree()
5329 *nroot = xroot = newent; in isoent_clone_tree()
5330 newent->parent = xroot; in isoent_clone_tree()
5332 isoent_add_child_tail(xroot, newent); in isoent_clone_tree()
5336 xroot = newent; in isoent_clone_tree()
5343 xroot = xroot->parent; in isoent_clone_tree()