HomeSort by: relevance | last modified time | path
    Searched refs:USBD_NOT_STARTED (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sys/dev/usb/
usbdi.h 52 USBD_NOT_STARTED, /* 3 */
usbdi.c 380 KASSERT(xfer->ux_status == USBD_NOT_STARTED);
714 xfer->ux_status = USBD_NOT_STARTED;
733 xfer->ux_status = USBD_NOT_STARTED;
750 xfer->ux_status = USBD_NOT_STARTED;
1063 if (xfer->ux_status == USBD_NOT_STARTED) {
1225 xfer->ux_status = USBD_NOT_STARTED;
ubsa_common.c 422 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
usbnet.c 366 status == USBD_INVAL || status == USBD_NOT_STARTED ||
432 case USBD_NOT_STARTED:
466 status == USBD_INVAL || status == USBD_NOT_STARTED ||
if_gscan.c 199 status == USBD_NOT_STARTED || status == USBD_CANCELLED ||
300 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) {
motg.c 768 xfer->ux_status != USBD_NOT_STARTED) {
1320 err = USBD_NOT_STARTED;
1323 if (xfer->ux_status == USBD_NOT_STARTED) {
1763 err = USBD_NOT_STARTED;
1766 if (xfer->ux_status == USBD_NOT_STARTED) {
umct.c 595 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
umodem_common.c 348 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
uvscom.c 810 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
u3g.c 517 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
if_zyd.c 1825 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
1999 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
2168 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
if_atu.c 1642 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) {
1746 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
uchcom.c 943 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
uplcom.c 934 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
umcs.c 871 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED
uhub.c 549 return USBD_NOT_STARTED;
xhci.c 2343 * USBD_NOT_STARTED.
2345 KASSERT(xfer->ux_status != USBD_NOT_STARTED);
2809 xfer->ux_status != USBD_NOT_STARTED) {
4548 out: if (xfer->ux_status == USBD_NOT_STARTED) {
4828 out: if (xfer->ux_status == USBD_NOT_STARTED) {
4939 out: if (xfer->ux_status == USBD_NOT_STARTED) {
if_rum.c 772 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
816 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
if_ural.c 862 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
908 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
uhci.c 681 xfer->ux_status == USBD_NOT_STARTED,
683 KASSERTMSG(uxfer->ux_isdone || xfer->ux_status == USBD_NOT_STARTED,
2946 if (xfer->ux_status != USBD_NOT_STARTED &&
if_urtw.c 2526 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
2565 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
3066 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
udl.c 1590 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
ohci.c 1132 xfer->ux_status == USBD_NOT_STARTED,
3757 if (xfer->ux_status != USBD_NOT_STARTED &&
  /src/sys/external/bsd/dwc2/
dwc2.c 261 xfer->ux_status != USBD_NOT_STARTED) {
759 KASSERT(xfer->ux_status == USBD_NOT_STARTED);
857 KASSERT(xfer->ux_status == USBD_NOT_STARTED);
  /src/sys/arch/mips/adm5120/dev/
ahci.c 532 xfer->ux_status != USBD_NOT_STARTED) {

Completed in 42 milliseconds

1 2