Searched refs:USB_MS_TO_TICKS (Results 1 - 7 of 7) sorted by relevance
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_hub.c | 637 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 D | usb_request.c | 530 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 D | usbdi.h | 114 #define USB_MS_TO_TICKS(ms) \ macro
|
| H A D | usb_transfer.c | 1253 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 D | usb_dev.c | 746 USB_MS_TO_TICKS(USB_DEFAULT_TIMEOUT)); in usb_fifo_close()
|
| /third_party/FreeBSD/sys/dev/usb/controller/ |
| H A D | ehci.c | 3352 USB_MS_TO_TICKS(usb_port_root_reset_delay)); 3360 USB_MS_TO_TICKS(EHCI_PORT_RESET_COMPLETE));
|
| H A D | xhci.c | 1206 USB_MS_TO_TICKS(timeout_ms)); in xhci_do_command()
|
Completed in 20 milliseconds