Home
last modified time | relevance | path

Searched refs:USBD_NOT_STARTED (Results 1 – 25 of 46) sorted by relevance

12

/openbsd/sys/dev/usb/
H A Dusbdi.c296 xfer->status = USBD_NOT_STARTED; in usbd_transfer()
449 xfer->status = USBD_NOT_STARTED; in usbd_setup_xfer()
467 xfer->status = USBD_NOT_STARTED; in usbd_setup_default_xfer()
490 xfer->status = USBD_NOT_STARTED; in usbd_setup_isoc_xfer()
H A Dif_ugl.c418 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in ugl_rxeof()
512 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in ugl_txeof()
719 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in ugl_intr()
H A Dif_upl.c424 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in upl_rxeof()
494 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in upl_txeof()
702 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in upl_intr()
H A Dusbdi.h49 USBD_NOT_STARTED, /* 3 */ enumerator
H A Dif_wi_usb.c1058 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in wi_usb_txeof()
1104 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in wi_usb_txeof_frm()
1319 if (status == USBD_NOT_STARTED || status == USBD_IOERROR in wi_usb_rxeof()
1436 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in wi_usb_intr()
H A Dubcmtp.c790 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in ubcmtp_tp_intr()
848 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in ubcmtp_bt_intr()
H A Dif_cdce.c716 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in cdce_rxeof()
787 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in cdce_txeof()
H A Duxrcom.c381 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in uxrcom_intr()
H A Dif_aue.c967 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in aue_intr()
1014 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in aue_rxeof()
1099 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in aue_txeof()
H A Dif_cue.c681 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in cue_rxeof()
758 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in cue_txeof()
H A Dif_kue.c688 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in kue_rxeof()
773 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in kue_txeof()
H A Duow.c438 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in uow_intr()
H A Dumct.c568 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in umct_intr()
H A Dif_mos.c899 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in mos_rxeof()
993 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in mos_txeof()
H A Dif_smsc.c1182 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in smsc_rxeof()
1277 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in smsc_txeof()
H A Dukspan.c366 if (status != USBD_NOT_STARTED && status != USBD_CANCELLED) in ukspan_incb()
H A Dubsa.c640 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in ubsa_intr()
H A Dif_axe.c997 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in axe_rxeof()
1105 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in axe_txeof()
H A Dif_axen.c904 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in axen_rxeof()
1088 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in axen_txeof()
H A Dif_mue.c1071 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in mue_rxeof()
1158 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in mue_txeof()
H A Dif_uaq.c1099 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in uaq_rxeof()
1260 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in uaq_txeof()
H A Dif_udav.c1009 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in udav_txeof()
1053 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in udav_rxeof()
H A Dif_url.c868 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) { in url_txeof()
912 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in url_rxeof()
H A Dumodem.c441 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) in umodem_intr()
/openbsd/sys/dev/usb/dwc2/
H A Ddwc2.c251 xfer->status != USBD_NOT_STARTED) { in dwc2_freex()
456 if (sc->sc_bus.dying || xfer->status == USBD_NOT_STARTED) { in dwc2_abort_xfer()

12