Searched refs:ctrlreq_cv (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/usb/
H A Dusb_device.h200 struct cv ctrlreq_cv; member in struct:usb_device
H A Dusb_request.c213 cv_signal(&xfer->xroot->udev->ctrlreq_cv);
631 cv_wait(&udev->ctrlreq_cv,
H A Dusb_device.c1800 cv_init(&udev->ctrlreq_cv, "WCTRL");
2349 cv_destroy(&udev->ctrlreq_cv);

Completed in 169 milliseconds