Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_request.c563 max_ticks = USB_MS_TO_TICKS(timeout); in usbd_do_request_flags()
587 USB_MS_TO_TICKS(dbg.ds_delay)); in usbd_do_request_flags()
625 USB_MS_TO_TICKS(dbg.ss_delay)); in usbd_do_request_flags()
819 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_delay)); in usbd_req_reset_port()
863 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_recovery)); in usbd_req_reset_port()
926 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_delay)); in usbd_req_warm_reset_port()
962 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_recovery)); in usbd_req_warm_reset_port()
1599 USB_MS_TO_TICKS(usb_set_address_settle)); in usbd_req_set_address()
H A Dusb_hub.c699 USB_MS_TO_TICKS(usb_port_powerup_delay)); in uhub_reattach_port()
1410 usb_pause_mtx(NULL, USB_MS_TO_TICKS(USB_POWER_DOWN_TIME)); in uhub_attach()
1511 usb_pause_mtx(NULL, USB_MS_TO_TICKS(pwrdly)); in uhub_attach()
2686 usb_pause_mtx(NULL, USB_MS_TO_TICKS(20)); in usb_dev_resume_peer()
2704 usb_pause_mtx(NULL, USB_MS_TO_TICKS(usb_port_resume_delay)); in usb_dev_resume_peer()
2847 usb_pause_mtx(NULL, USB_MS_TO_TICKS(20)); in usb_dev_suspend_peer()
2854 usb_pause_mtx(NULL, USB_MS_TO_TICKS(usb_port_resume_delay)); in usb_dev_suspend_peer()
2876 usb_pause_mtx(NULL, USB_MS_TO_TICKS(temp)); in usb_dev_suspend_peer()
H A Dusbdi.h118 #define USB_MS_TO_TICKS(ms) \ macro
H A Dusb_transfer.c1385 USB_MS_TO_TICKS(temp)); in usbd_transfer_unsetup_sub()
2940 USB_MS_TO_TICKS(ms) + USB_CALLOUT_ZERO_TICKS, cb, xfer); in usbd_transfer_timeout_ms()
H A Dusb_dev.c836 USB_MS_TO_TICKS(USB_DEFAULT_TIMEOUT)); in usb_fifo_close()
H A Dusb_device.c225 usb_pause_mtx(NULL, USB_MS_TO_TICKS(USB_POWER_DOWN_TIME)); in usb_trigger_reprobe_all()
/freebsd/sys/dev/usb/gadget/
H A Dg_mouse.c184 i = USB_MS_TO_TICKS(i); in g_mouse_button_press_timeout_reset()
207 i = USB_MS_TO_TICKS(i); in g_mouse_cursor_update_timeout_reset()
H A Dg_keyboard.c180 i = USB_MS_TO_TICKS(i); in g_keyboard_timeout_reset()
H A Dg_modem.c204 i = USB_MS_TO_TICKS(i); in g_modem_timeout_reset()
H A Dg_audio.c221 i = USB_MS_TO_TICKS(i); in g_audio_timeout_reset()
/freebsd/sys/dev/usb/controller/
H A Dohci.c203 USB_MS_TO_TICKS(USB_BUS_RESET_DELAY)); in ohci_controller_init()
214 USB_MS_TO_TICKS(USB_BUS_RESET_DELAY)); in ohci_controller_init()
282 USB_MS_TO_TICKS(OHCI_ENABLE_POWER_DELAY)); in ohci_controller_init()
292 USB_MS_TO_TICKS(OHCI_READ_DESC_DELAY)); in ohci_controller_init()
2308 USB_MS_TO_TICKS(usb_port_root_reset_delay)); in ohci_roothub_exec()
H A Dusb_controller.c417 usb_pause_mtx(&bus->bus_mtx, USB_MS_TO_TICKS(usb_enum_nice_time)); in usb_bus_explore()
H A Duhci.c332 USB_MS_TO_TICKS(USB_BUS_RESET_DELAY)); in uhci_reset()
2339 USB_MS_TO_TICKS(usb_port_root_reset_delay)); in uhci_portreset()
2365 USB_MS_TO_TICKS(usb_port_reset_delay)); in uhci_portreset()
H A Dehci.c3329 USB_MS_TO_TICKS(usb_port_root_reset_delay)); in ehci_roothub_exec()
3337 USB_MS_TO_TICKS(EHCI_PORT_RESET_COMPLETE)); in ehci_roothub_exec()
H A Dxhci.c1199 USB_MS_TO_TICKS(timeout_ms)); in xhci_do_command()
/freebsd/sys/dev/usb/net/
H A Dif_smsc.c339 const usb_ticks_t max_ticks = USB_MS_TO_TICKS(1000); in smsc_wait_for_bits()
377 const usb_ticks_t max_ticks = USB_MS_TO_TICKS(1000); in smsc_eeprom_read()
1286 const usb_ticks_t max_ticks = USB_MS_TO_TICKS(1000); in smsc_phy_init()
H A Dif_muge.c348 const usb_ticks_t max_ticks = USB_MS_TO_TICKS(1000); in lan78xx_wait_for_bits()
386 const usb_ticks_t max_ticks = USB_MS_TO_TICKS(1000); in lan78xx_eeprom_read_raw()
895 const usb_ticks_t max_ticks = USB_MS_TO_TICKS(1000); in lan78xx_phy_init()
H A Dif_usie.c1089 usb_pause_mtx(&sc->sc_mtx, USB_MS_TO_TICKS(10)); in usie_if_status_cb()
1354 usb_pause_mtx(&sc->sc_mtx, USB_MS_TO_TICKS(10)); in usie_do_request()
/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c1463 usb_pause_mtx(&sc->sc_mtx, USB_MS_TO_TICKS(10)); in rsu_newstate()
1471 usb_pause_mtx(&sc->sc_mtx, USB_MS_TO_TICKS(10)); in rsu_newstate()
1637 usb_pause_mtx(&sc->sc_mtx, USB_MS_TO_TICKS(1)); in rsu_cam_read()
1668 usb_pause_mtx(&sc->sc_mtx, USB_MS_TO_TICKS(1)); in rsu_key_check()
1838 usb_pause_mtx(&sc->sc_mtx, USB_MS_TO_TICKS(5)); in rsu_delete_key()
3672 usb_pause_mtx(&sc->sc_mtx, USB_MS_TO_TICKS(2000)); in rsu_init()
H A Dif_upgt.c1272 usb_pause_mtx(&sc->sc_mtx, USB_MS_TO_TICKS(100)); in upgt_eeprom_read()
1885 usb_pause_mtx(&sc->sc_mtx, USB_MS_TO_TICKS(100)); in upgt_device_reset()
H A Dif_urtw.c1286 usb_pause_mtx(&sc->sc_mtx, USB_MS_TO_TICKS(delay)); in urtw_pause_ms()
H A Dif_run.c6403 &sc->sc_mtx : NULL, USB_MS_TO_TICKS(ms)); in run_delay()