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/
Dusb_request.c522 max_ticks = USB_MS_TO_TICKS(timeout); in usbd_do_request_flags()
546 USB_MS_TO_TICKS(dbg.ds_delay)); in usbd_do_request_flags()
584 USB_MS_TO_TICKS(dbg.ss_delay)); in usbd_do_request_flags()
777 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_delay)); in usbd_req_reset_port()
828 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_recovery_max)); in usbd_req_reset_port()
831 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_recovery)); in usbd_req_reset_port()
897 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_delay)); in usbd_req_warm_reset_port()
933 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_recovery)); in usbd_req_warm_reset_port()
1532 USB_MS_TO_TICKS(usb_set_address_settle)); in usbd_req_set_address()
Dusb_hub.c639 usb_pause_mtx(NULL, USB_MS_TO_TICKS(UHUB_DEBOUNCE_STEP)); in uhub_port_debounce()
716 usb_pause_mtx(NULL, USB_MS_TO_TICKS(UHUB_DELAY_FOR_READY)); in uhub_reattach_port()
764 usb_pause_mtx(NULL, USB_MS_TO_TICKS(usb_port_powerup_delay)); in uhub_reattach_port()
1474 usb_pause_mtx(NULL, USB_MS_TO_TICKS(USB_POWER_DOWN_TIME)); in uhub_attach()
1542 usb_pause_mtx(NULL, USB_MS_TO_TICKS(pwrdly)); in uhub_attach()
2768 usb_pause_mtx(NULL, USB_MS_TO_TICKS(20)); in usb_dev_resume_peer()
2789 usb_pause_mtx(NULL, USB_MS_TO_TICKS(usb_port_resume_delay)); in usb_dev_resume_peer()
2937 usb_pause_mtx(NULL, USB_MS_TO_TICKS(20)); in usb_dev_suspend_peer()
2948 usb_pause_mtx(NULL, USB_MS_TO_TICKS(usb_port_resume_delay)); in usb_dev_suspend_peer()
2969 usb_pause_mtx(NULL, USB_MS_TO_TICKS(temp)); in usb_dev_suspend_peer()
Dusbdi.h117 #define USB_MS_TO_TICKS(ms) \ macro
Dusb_transfer.c1271 USB_MS_TO_TICKS(temp)); in usbd_transfer_unsetup_sub()
2779 USB_MS_TO_TICKS(ms) + USB_CALLOUT_ZERO_TICKS, cb, xfer); in usbd_transfer_timeout_ms()
Dusb_dev.c751 USB_MS_TO_TICKS(USB_DEFAULT_TIMEOUT)); in usb_fifo_close()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c3379 USB_MS_TO_TICKS(usb_port_root_reset_delay));
3387 USB_MS_TO_TICKS(EHCI_PORT_RESET_COMPLETE));
Dxhci.c1213 USB_MS_TO_TICKS(timeout_ms)); in xhci_do_command()