Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_transfer.c1070 xfer->xroot = info; in usbd_transfer_setup()
1384 info = xfer->xroot; in usbd_transfer_unsetup()
1668 info = xfer->xroot; in usbd_transfer_submit()
2046 info = xfer->xroot; in usbd_transfer_pending()
2731 info = xfer->xroot; in usbd_pipe_start()
2871 bus = xfer->xroot->bus; in usbd_callback_wrapper_sub()
3324 xroot = xfer->xroot; in usbd_transfer_poll()
3325 if (xroot == NULL) in usbd_transfer_poll()
3327 udev = xroot->udev; in usbd_transfer_poll()
3360 USB_BUS_LOCK(xroot->bus); in usbd_transfer_poll()
[all …]
H A Dusb_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
H A Dusb_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()
H A Dusb_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()
H A Dusb_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()
H A Dusb_transfer.h150 struct usb_xfer_root *xroot; member
H A Dusb_debug.c215 udev = xfer->xroot->udev; in usb_dump_xfer()
H A Dusb_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);
H A Dusb_busdma.c871 info = xfer->xroot; in usb_bdma_work_loop()
/dragonfly/sys/bus/u4b/controller/
H A Dehci.c1126 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); 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()
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()
1799 temp.sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_setup_standard_chain()
1827 if ((xfer->xroot->udev->parent_hs_hub != NULL) || in ehci_setup_standard_chain()
1828 (xfer->xroot->udev->address != 0)) { in ehci_setup_standard_chain()
2207 ehci_softc_t *sc = EHCI_BUS2SC(xfer->xroot->bus); in ehci_device_done()
3819 if (xfer->xroot->udev == udev) { in ehci_device_resume()
[all …]
H A Dohci.c1001 if (xfer->xroot->udev->flags.self_suspended) { in ohci_check_transfer_sub()
1225 USB_BUS_LOCK_ASSERT(xfer->xroot->bus); in ohci_timeout()
1561 if (xfer->xroot->udev->speed == USB_SPEED_LOW) { in ohci_setup_standard_chain()
1629 ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus); in ohci_device_done()
1685 ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus); in ohci_device_bulk_start()
1726 ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus); in ohci_device_ctrl_start()
1749 ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus); in ohci_device_intr_open()
1782 ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus); in ohci_device_intr_close()
1993 if (xfer->xroot->udev->speed == USB_SPEED_LOW) { in ohci_device_isoc_enter()
2603 if (xfer->xroot->udev == udev) { in ohci_device_resume()
[all …]
H A Duhci.c1503 USB_BUS_LOCK_ASSERT(xfer->xroot->bus); in uhci_timeout()
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()
1971 uhci_softc_t *sc = UHCI_BUS2SC(xfer->xroot->bus); in uhci_device_ctrl_start()
1989 if (xfer->xroot->udev->speed == USB_SPEED_LOW) { in uhci_device_ctrl_start()
2015 uhci_softc_t *sc = UHCI_BUS2SC(xfer->xroot->bus); in uhci_device_intr_open()
2048 uhci_softc_t *sc = UHCI_BUS2SC(xfer->xroot->bus); in uhci_device_intr_close()
3088 if (xfer->xroot->udev == udev) { in uhci_device_resume()
[all …]
H A Dxhci.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()
2839 index = xfer->xroot->udev->controller_slot_id; in xhci_endpoint_doorbell()
2892 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_transfer_insert()
3063 switch (xfer->xroot->udev->speed) { in xhci_device_generic_open()
3081 switch (xfer->xroot->udev->speed) { in xhci_device_generic_close()
3814 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_configure_reset_endpoint()
[all …]
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_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()