Searched refs:usb_pause_mtx (Results 1 – 12 of 12) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_request.c | 544 usb_pause_mtx( in usbd_do_request_flags() 582 usb_pause_mtx( in usbd_do_request_flags() 692 usb_pause_mtx(mtx, hz / 16); 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() 1001 usb_pause_mtx(mtx, hz / 5); in usbd_req_get_desc() 1531 usb_pause_mtx(mtx, in usbd_req_set_address() [all …]
|
D | usb_hub.c | 639 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()
|
D | usb_util.c | 100 usb_pause_mtx(struct mtx *mtx, int timo) in usb_pause_mtx() function
|
D | usbdi.h | 516 void usb_pause_mtx(struct mtx *mtx, int _ticks);
|
D | usb_dev.c | 1029 usb_pause_mtx(NULL, hz / 128); in usb_ioctl() 1037 usb_pause_mtx(NULL, hz / 128); in usb_ioctl()
|
D | usb_generic.c | 1818 usb_pause_mtx(NULL, hz / 4); in ugen_set_power_mode()
|
D | usb_transfer.c | 1270 usb_pause_mtx(&info->bus->bus_mtx, in usbd_transfer_unsetup_sub()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci_pci.c | 234 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() 513 usb_pause_mtx(NULL, hz / 20); in ehci_detach() 3225 usb_pause_mtx(&sc->sc_bus.bus_mtx, hz / 50); 3231 usb_pause_mtx(&sc->sc_bus.bus_mtx, hz / 250); 3378 usb_pause_mtx(&sc->sc_bus.bus_mtx, 3386 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() 3453 usb_pause_mtx(&sc->sc_bus.bus_mtx, hz / 50); in xhci_roothub_exec() 3626 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 | 291 usb_pause_mtx(&ucom_mtx, hz); in ucom_drain() 303 usb_pause_mtx(&ucom_mtx, hz); in ucom_drain_all() 514 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()
|