Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_request.c561 max_ticks = USB_MS_TO_TICKS(timeout);
585 USB_MS_TO_TICKS(dbg.ds_delay));
623 USB_MS_TO_TICKS(dbg.ss_delay));
828 usb_pause_mtx(lock, USB_MS_TO_TICKS(usb_port_reset_delay));
872 usb_pause_mtx(lock, USB_MS_TO_TICKS(usb_port_reset_recovery));
935 usb_pause_mtx(lock, USB_MS_TO_TICKS(usb_port_reset_delay));
971 usb_pause_mtx(lock, USB_MS_TO_TICKS(usb_port_reset_recovery));
1578 USB_MS_TO_TICKS(usb_set_address_settle));
H A Dusb_hub.c711 USB_MS_TO_TICKS(usb_port_powerup_delay)); in uhub_reattach_port()
1411 usb_pause_mtx(NULL, USB_MS_TO_TICKS(USB_POWER_DOWN_TIME)); in uhub_attach()
1512 usb_pause_mtx(NULL, USB_MS_TO_TICKS(pwrdly)); in uhub_attach()
2604 usb_pause_mtx(NULL, USB_MS_TO_TICKS(20)); in usb_dev_resume_peer()
2625 usb_pause_mtx(NULL, USB_MS_TO_TICKS(usb_port_resume_delay)); in usb_dev_resume_peer()
2771 usb_pause_mtx(NULL, USB_MS_TO_TICKS(20)); in usb_dev_suspend_peer()
2778 usb_pause_mtx(NULL, USB_MS_TO_TICKS(usb_port_resume_delay)); in usb_dev_suspend_peer()
2800 usb_pause_mtx(NULL, USB_MS_TO_TICKS(temp)); in usb_dev_suspend_peer()
H A Dusbdi.h117 #define USB_MS_TO_TICKS(ms) \ macro
H A Dusb_transfer.c1281 USB_MS_TO_TICKS(temp)); in usbd_transfer_unsetup_sub()
2844 USB_MS_TO_TICKS(ms) + USB_CALLOUT_ZERO_TICKS, cb, xfer); in usbd_transfer_timeout_ms()
/dragonfly/sys/bus/u4b/gadget/
H A Dg_mouse.c182 i = USB_MS_TO_TICKS(i); in g_mouse_button_press_timeout_reset()
205 i = USB_MS_TO_TICKS(i); in g_mouse_cursor_update_timeout_reset()
H A Dg_keyboard.c176 i = USB_MS_TO_TICKS(i); in g_keyboard_timeout_reset()
H A Dg_modem.c202 i = USB_MS_TO_TICKS(i); in g_modem_timeout_reset()
H A Dg_audio.c219 i = USB_MS_TO_TICKS(i); in g_audio_timeout_reset()
/dragonfly/sys/bus/u4b/controller/
H A Dohci.c196 USB_MS_TO_TICKS(USB_BUS_RESET_DELAY)); in ohci_controller_init()
207 USB_MS_TO_TICKS(USB_BUS_RESET_DELAY)); in ohci_controller_init()
275 USB_MS_TO_TICKS(OHCI_ENABLE_POWER_DELAY)); in ohci_controller_init()
285 USB_MS_TO_TICKS(OHCI_READ_DESC_DELAY)); in ohci_controller_init()
2343 USB_MS_TO_TICKS(usb_port_root_reset_delay)); in ohci_roothub_exec()
H A Duhci.c330 USB_MS_TO_TICKS(USB_BUS_RESET_DELAY)); in uhci_reset()
2399 USB_MS_TO_TICKS(usb_port_root_reset_delay)); in uhci_portreset()
2427 USB_MS_TO_TICKS(usb_port_reset_delay)); in uhci_portreset()
H A Dehci.c3428 USB_MS_TO_TICKS(usb_port_root_reset_delay)); in ehci_roothub_exec()
3436 USB_MS_TO_TICKS(EHCI_PORT_RESET_COMPLETE)); in ehci_roothub_exec()
H A Dxhci.c1220 USB_MS_TO_TICKS(timeout_ms)); in xhci_do_command()
/dragonfly/sys/bus/u4b/storage/
H A Dumass.c2191 usb_callout_reset(&sc->sc_rescan_timeout, USB_MS_TO_TICKS(200), in umass_cam_attach()
/dragonfly/sys/bus/u4b/wlan/
H A Dif_run.c6251 USB_MS_TO_TICKS(ms)); in run_delay()