Symbol: USBD_NOT_STARTED
sys/arch/mips/adm5120/dev/ahci.c
532
xfer->ux_status != USBD_NOT_STARTED) {
sys/dev/ic/sl811hs.c
815
xfer->ux_status != USBD_NOT_STARTED) {
sys/dev/usb/ehci.c
1620
xfer->ux_status == USBD_NOT_STARTED,
sys/dev/usb/ehci.c
1622
KASSERT(ex->ex_isdone || xfer->ux_status == USBD_NOT_STARTED);
sys/dev/usb/if_atu.c
1639
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) {
sys/dev/usb/if_atu.c
1743
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/if_gscan.c
199
status == USBD_NOT_STARTED || status == USBD_CANCELLED ||
sys/dev/usb/if_gscan.c
300
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) {
sys/dev/usb/if_rum.c
772
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/if_rum.c
816
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/if_run.c
2507
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/if_umb.c
1823
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/if_umb.c
1902
if (status != USBD_NOT_STARTED && status != USBD_CANCELLED) {
sys/dev/usb/if_upgt.c
1778
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/if_ural.c
862
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/if_ural.c
908
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/if_urtw.c
2526
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/if_urtw.c
2565
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/if_urtw.c
3066
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/if_urtwn.c
2679
if (status != USBD_NOT_STARTED && status != USBD_CANCELLED) {
sys/dev/usb/if_zyd.c
1825
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/if_zyd.c
1999
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/if_zyd.c
2168
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/motg.c
1320
err = USBD_NOT_STARTED;
sys/dev/usb/motg.c
1323
if (xfer->ux_status == USBD_NOT_STARTED) {
sys/dev/usb/motg.c
1763
err = USBD_NOT_STARTED;
sys/dev/usb/motg.c
1766
if (xfer->ux_status == USBD_NOT_STARTED) {
sys/dev/usb/motg.c
768
xfer->ux_status != USBD_NOT_STARTED) {
sys/dev/usb/ohci.c
1132
xfer->ux_status == USBD_NOT_STARTED,
sys/dev/usb/ohci.c
3757
if (xfer->ux_status != USBD_NOT_STARTED &&
sys/dev/usb/u3g.c
517
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/ubsa_common.c
422
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/uchcom.c
943
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/ucom.c
2116
return (err != USBD_NOT_STARTED && err != USBD_IN_PROGRESS);
sys/dev/usb/ucom.c
456
case USBD_NOT_STARTED:
sys/dev/usb/udl.c
1590
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/uhci.c
2946
if (xfer->ux_status != USBD_NOT_STARTED &&
sys/dev/usb/uhci.c
681
xfer->ux_status == USBD_NOT_STARTED,
sys/dev/usb/uhci.c
683
KASSERTMSG(uxfer->ux_isdone || xfer->ux_status == USBD_NOT_STARTED,
sys/dev/usb/uhub.c
549
return USBD_NOT_STARTED;
sys/dev/usb/umcs.c
871
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED
sys/dev/usb/umct.c
595
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/umodem_common.c
348
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/uplcom.c
934
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/usbdi.c
1063
if (xfer->ux_status == USBD_NOT_STARTED) {
sys/dev/usb/usbdi.c
1225
xfer->ux_status = USBD_NOT_STARTED;
sys/dev/usb/usbdi.c
380
KASSERT(xfer->ux_status == USBD_NOT_STARTED);
sys/dev/usb/usbdi.c
714
xfer->ux_status = USBD_NOT_STARTED;
sys/dev/usb/usbdi.c
733
xfer->ux_status = USBD_NOT_STARTED;
sys/dev/usb/usbdi.c
750
xfer->ux_status = USBD_NOT_STARTED;
sys/dev/usb/usbnet.c
366
status == USBD_INVAL || status == USBD_NOT_STARTED ||
sys/dev/usb/usbnet.c
432
case USBD_NOT_STARTED:
sys/dev/usb/usbnet.c
466
status == USBD_INVAL || status == USBD_NOT_STARTED ||
sys/dev/usb/uvideo.c
2461
return USBD_NOT_STARTED;
sys/dev/usb/uvscom.c
810
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
sys/dev/usb/xhci.c
2345
KASSERT(xfer->ux_status != USBD_NOT_STARTED);
sys/dev/usb/xhci.c
2809
xfer->ux_status != USBD_NOT_STARTED) {
sys/dev/usb/xhci.c
4549
out: if (xfer->ux_status == USBD_NOT_STARTED) {
sys/dev/usb/xhci.c
4829
out: if (xfer->ux_status == USBD_NOT_STARTED) {
sys/dev/usb/xhci.c
4940
out: if (xfer->ux_status == USBD_NOT_STARTED) {