Searched refs:usb_pause_mtx (Results 1 – 12 of 12) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_request.c | 543 usb_pause_mtx( in usbd_do_request_flags() 581 usb_pause_mtx( in usbd_do_request_flags() 691 usb_pause_mtx(mtx, hz / 16); in usbd_do_request_flags() 776 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_delay)); in usbd_req_reset_port() 827 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_recovery_max)); in usbd_req_reset_port() 830 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_recovery)); in usbd_req_reset_port() 896 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_delay)); in usbd_req_warm_reset_port() 932 usb_pause_mtx(mtx, USB_MS_TO_TICKS(usb_port_reset_recovery)); in usbd_req_warm_reset_port() 999 usb_pause_mtx(mtx, hz / 5); in usbd_req_get_desc() 1539 usb_pause_mtx(mtx, in usbd_req_set_address() [all …]
|
D | usb_hub.c | 638 usb_pause_mtx(NULL, USB_MS_TO_TICKS(UHUB_DEBOUNCE_STEP)); in uhub_port_debounce() 715 usb_pause_mtx(NULL, USB_MS_TO_TICKS(UHUB_DELAY_FOR_READY)); in uhub_reattach_port() 762 usb_pause_mtx(NULL, USB_MS_TO_TICKS(usb_port_powerup_delay)); in uhub_reattach_port() 1470 usb_pause_mtx(NULL, USB_MS_TO_TICKS(USB_POWER_DOWN_TIME)); in uhub_attach() 1538 usb_pause_mtx(NULL, USB_MS_TO_TICKS(pwrdly)); in uhub_attach() 2758 usb_pause_mtx(NULL, USB_MS_TO_TICKS(20)); in usb_dev_resume_peer() 2776 usb_pause_mtx(NULL, USB_MS_TO_TICKS(usb_port_resume_delay)); in usb_dev_resume_peer() 2924 usb_pause_mtx(NULL, USB_MS_TO_TICKS(20)); in usb_dev_suspend_peer() 2935 usb_pause_mtx(NULL, USB_MS_TO_TICKS(usb_port_resume_delay)); in usb_dev_suspend_peer() 2956 usb_pause_mtx(NULL, USB_MS_TO_TICKS(temp)); in usb_dev_suspend_peer()
|
D | usb_util.c | 100 usb_pause_mtx(struct mtx *mtx, int timo) in usb_pause_mtx() function
|
D | usbdi.h | 515 void usb_pause_mtx(struct mtx *mtx, int _ticks);
|
D | usb_dev.c | 1024 usb_pause_mtx(NULL, hz / 128); in usb_ioctl() 1032 usb_pause_mtx(NULL, hz / 128); in usb_ioctl()
|
D | usb_generic.c | 1757 usb_pause_mtx(NULL, hz / 4); in ugen_set_power_mode()
|
D | usb_transfer.c | 1250 usb_pause_mtx(&info->bus->bus_mtx, in usbd_transfer_unsetup_sub()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci_pci.c | 237 usb_pause_mtx(NULL, hz / 100); /* wait 10ms */ in xhci_pci_take_controller()
|
D | ehci.c | 151 usb_pause_mtx(NULL, hz / 128); in ehci_reset() 171 usb_pause_mtx(NULL, hz / 128); in ehci_hcreset() 227 usb_pause_mtx(NULL, hz / 128); in ehci_init_sub() 512 usb_pause_mtx(NULL, hz / 20); in ehci_detach() 3199 usb_pause_mtx(&sc->sc_bus.bus_mtx, hz / 50); 3205 usb_pause_mtx(&sc->sc_bus.bus_mtx, hz / 250); 3352 usb_pause_mtx(&sc->sc_bus.bus_mtx, 3360 usb_pause_mtx(&sc->sc_bus.bus_mtx,
|
D | xhci.c | 272 usb_pause_mtx(&sc->sc_bus.bus_mtx, hz / 4); in xhci_reset_command_queue_locked() 328 usb_pause_mtx(NULL, hz / 100); in xhci_start_controller() 442 usb_pause_mtx(NULL, hz / 100); in xhci_start_controller() 481 usb_pause_mtx(NULL, hz / 100); in xhci_halt_controller() 506 usb_pause_mtx(NULL, hz / 100); in xhci_reset_controller() 3429 usb_pause_mtx(&sc->sc_bus.bus_mtx, hz / 50); in xhci_roothub_exec() 3601 usb_pause_mtx(&sc->sc_bus.bus_mtx, hz / 250); in xhci_roothub_exec()
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
D | usb_serial.c | 290 usb_pause_mtx(&ucom_mtx, hz); in ucom_drain() 302 usb_pause_mtx(&ucom_mtx, hz); in ucom_drain_all() 511 usb_pause_mtx(sc->sc_mtx, hz / 10); in ucom_cfg_open()
|
/third_party/FreeBSD/sys/dev/usb/net/ |
D | usb_ethernet.c | 72 usb_pause_mtx(ue->ue_mtx, _ticks); in uether_pause()
|