Searched refs:usb_pause_mtx (Results 1 - 12 of 12) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_request.c | 552 usb_pause_mtx( in usbd_do_request_flags() 590 usb_pause_mtx( in usbd_do_request_flags() 700 usb_pause_mtx(mtx, hz / 16); 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() 1008 usb_pause_mtx(mtx, hz / 5); in usbd_req_get_desc() 1548 usb_pause_mtx(mt in usbd_req_set_address() [all...] |
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(NUL in usb_dev_suspend_peer() [all...] |
H A D | usb_util.c | 92 * usb_pause_mtx - factored out code 99 usb_pause_mtx(struct mtx *mtx, int timo) in usb_pause_mtx() function
|
H A D | usbdi.h | 531 void usb_pause_mtx(struct mtx *mtx, int _ticks);
|
H A D | usb_dev.c | 1023 usb_pause_mtx(NULL, hz / 128); in usb_ioctl() 1031 usb_pause_mtx(NULL, hz / 128); in usb_ioctl()
|
H A D | usb_generic.c | 1756 usb_pause_mtx(NULL, hz / 4); in ugen_set_power_mode()
|
H A D | usb_transfer.c | 1252 usb_pause_mtx(&info->bus->bus_mtx, in usbd_transfer_unsetup_sub()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci_pci.c | 236 usb_pause_mtx(NULL, hz / 100); /* wait 10ms */ in xhci_pci_take_controller()
|
H A D | ehci.c | 150 usb_pause_mtx(NULL, hz / 128); in ehci_reset() 170 usb_pause_mtx(NULL, hz / 128); in ehci_hcreset() 226 usb_pause_mtx(NULL, hz / 128); in ehci_init_sub() 511 usb_pause_mtx(NULL, hz / 20); in ehci_detach() 3198 usb_pause_mtx(&sc->sc_bus.bus_mtx, hz / 50); 3204 usb_pause_mtx(&sc->sc_bus.bus_mtx, hz / 250); 3351 usb_pause_mtx(&sc->sc_bus.bus_mtx, 3359 usb_pause_mtx(&sc->sc_bus.bus_mtx,
|
H A D | xhci.c | 271 usb_pause_mtx(&sc->sc_bus.bus_mtx, hz / 4); in xhci_reset_command_queue_locked() 327 usb_pause_mtx(NULL, hz / 100); in xhci_start_controller() 441 usb_pause_mtx(NULL, hz / 100); in xhci_start_controller() 480 usb_pause_mtx(NULL, hz / 100); in xhci_halt_controller() 505 usb_pause_mtx(NULL, hz / 100); in xhci_reset_controller() 3428 usb_pause_mtx(&sc->sc_bus.bus_mtx, hz / 50); in xhci_roothub_exec() 3600 usb_pause_mtx(&sc->sc_bus.bus_mtx, hz / 250); in xhci_roothub_exec()
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
H A D | usb_serial.c | 288 usb_pause_mtx(&ucom_mtx, hz); in ucom_drain() 300 usb_pause_mtx(&ucom_mtx, hz); in ucom_drain_all() 509 usb_pause_mtx(sc->sc_mtx, hz / 10); in ucom_cfg_open()
|
/third_party/FreeBSD/sys/dev/usb/net/ |
H A D | usb_ethernet.c | 70 usb_pause_mtx(ue->ue_mtx, _ticks); in uether_pause()
|
Completed in 25 milliseconds