Home
last modified time | relevance | path

Searched refs:USB_MS_TO_TICKS (Results 1 - 7 of 7) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c637 usb_pause_mtx(NULL, USB_MS_TO_TICKS(UHUB_DEBOUNCE_STEP)); in uhub_port_debounce()
714 usb_pause_mtx(NULL, USB_MS_TO_TICKS(UHUB_DELAY_FOR_READY)); in uhub_reattach_port()
761 usb_pause_mtx(NULL, USB_MS_TO_TICKS(usb_port_powerup_delay)); in uhub_reattach_port()
1469 usb_pause_mtx(NULL, USB_MS_TO_TICKS(USB_POWER_DOWN_TIME)); in uhub_attach()
1537 usb_pause_mtx(NULL, USB_MS_TO_TICKS(pwrdly)); in uhub_attach()
2757 usb_pause_mtx(NULL, USB_MS_TO_TICKS(20)); in usb_dev_resume_peer()
2775 usb_pause_mtx(NULL, USB_MS_TO_TICKS(usb_port_resume_delay)); in usb_dev_resume_peer()
2923 usb_pause_mtx(NULL, USB_MS_TO_TICKS(20)); in usb_dev_suspend_peer()
2934 usb_pause_mtx(NULL, USB_MS_TO_TICKS(usb_port_resume_delay)); in usb_dev_suspend_peer()
2955 usb_pause_mtx(NULL, USB_MS_TO_TICKS(tem in usb_dev_suspend_peer()
[all...]
H A Dusb_request.c530 max_ticks = USB_MS_TO_TICKS(timeout); in usbd_do_request_flags()
554 USB_MS_TO_TICKS(dbg.ds_delay)); in usbd_do_request_flags()
592 USB_MS_TO_TICKS(dbg.ss_delay)); in usbd_do_request_flags()
785 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_delay)); in usbd_req_reset_port()
836 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_recovery_max)); in usbd_req_reset_port()
839 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_recovery)); in usbd_req_reset_port()
905 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_delay)); in usbd_req_warm_reset_port()
941 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_recovery)); in usbd_req_warm_reset_port()
1549 USB_MS_TO_TICKS(usb_set_address_settle)); in usbd_req_set_address()
H A Dusbdi.h114 #define USB_MS_TO_TICKS(ms) \ macro
H A Dusb_transfer.c1253 USB_MS_TO_TICKS(temp)); in usbd_transfer_unsetup_sub()
2750 USB_MS_TO_TICKS(ms) + USB_CALLOUT_ZERO_TICKS, cb, xfer); in usbd_transfer_timeout_ms()
H A Dusb_dev.c746 USB_MS_TO_TICKS(USB_DEFAULT_TIMEOUT)); in usb_fifo_close()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.c3352 USB_MS_TO_TICKS(usb_port_root_reset_delay));
3360 USB_MS_TO_TICKS(EHCI_PORT_RESET_COMPLETE));
H A Dxhci.c1206 USB_MS_TO_TICKS(timeout_ms)); in xhci_do_command()

Completed in 20 milliseconds