Home
last modified time | relevance | path

Searched refs:USBD_IN_PROGRESS (Results 1 – 25 of 43) sorted by relevance

12

/netbsd-src/sys/dev/usb/
H A Dmotg.c1004 KASSERT(xfer->ux_status == USBD_IN_PROGRESS); in motg_root_intr_abort()
1036 xfer->ux_status = USBD_IN_PROGRESS; in motg_root_intr_start()
1038 return USBD_IN_PROGRESS; in motg_root_intr_start()
1067 KASSERT(xfer->ux_status != USBD_IN_PROGRESS); in motg_root_intr_done()
1119 KASSERT(xfer->ux_status == USBD_IN_PROGRESS); in motg_hub_change()
1300 err = USBD_IN_PROGRESS; in motg_device_ctrl_start1()
1324 xfer->ux_status = USBD_IN_PROGRESS; in motg_device_ctrl_start1()
1327 KASSERT(xfer->ux_status == USBD_IN_PROGRESS); in motg_device_ctrl_start1()
1376 return USBD_IN_PROGRESS; in motg_device_ctrl_start1()
1400 usbd_status new_status = USBD_IN_PROGRESS; in motg_device_ctrl_intr_rx()
[all …]
H A Dvhci.c629 xfer->ux_status = USBD_IN_PROGRESS; in vhci_device_ctrl_start()
631 ret = USBD_IN_PROGRESS; in vhci_device_ctrl_start()
656 if (xfer->ux_status != USBD_IN_PROGRESS) in vhci_device_ctrl_abort()
717 xfer->ux_status = USBD_IN_PROGRESS; in vhci_root_intr_start()
719 return USBD_IN_PROGRESS; in vhci_root_intr_start()
741 KASSERT(xfer->ux_status == USBD_IN_PROGRESS); in vhci_root_intr_abort()
777 KASSERT(xfer->ux_status != USBD_IN_PROGRESS); in vhci_root_intr_done()
806 KASSERT(xfer->ux_status == USBD_IN_PROGRESS); in vhci_usb_attach()
843 KASSERT(vxfer->xfer.ux_status == USBD_IN_PROGRESS); in vhci_port_flush()
854 KASSERT(vxfer->xfer.ux_status == USBD_IN_PROGRESS); in vhci_port_flush()
[all …]
H A Dusscanner.c470 if (err == USBD_IN_PROGRESS) in usscanner_sense()
592 if (err == USBD_IN_PROGRESS) in usscanner_done()
633 if (err == USBD_IN_PROGRESS) in usscanner_sensecmd_cb()
693 if (err == USBD_IN_PROGRESS) in usscanner_cmd_cb()
759 if (err != USBD_IN_PROGRESS) { in usscanner_scsipi_request()
H A Dusbdi.c322 if (err != USBD_IN_PROGRESS) in usbd_open_pipe_intr()
437 err = USBD_IN_PROGRESS; in usbd_transfer()
451 if (err != USBD_IN_PROGRESS && err) { in usbd_transfer()
480 if (err != USBD_IN_PROGRESS) { in usbd_transfer()
1259 if (err != USBD_IN_PROGRESS) { in usbd_start_next()
1549 if (xfer->ux_status != USBD_IN_PROGRESS) in usbd_xfer_trycomplete()
1593 if (xfer->ux_status != USBD_IN_PROGRESS) in usbd_xfer_abort()
1712 if (xfer->ux_status != USBD_IN_PROGRESS) { in usbd_xfer_timeout_task()
1796 } else if (xfer->ux_status != USBD_IN_PROGRESS) { in usbd_xfer_probe_timeout()
1870 KASSERTMSG(xfer->ux_status == USBD_IN_PROGRESS, "xfer=%p status=%d", in usbd_xfer_schedule_timeout()
H A Dif_bwfm_usb.c426 if (error != 0 && error != USBD_IN_PROGRESS) in bwfm_usb_attachhook()
500 if (error != 0 && error != USBD_IN_PROGRESS) in bwfm_usb_rxeof()
711 if (error != 0 && error != USBD_IN_PROGRESS) { in bwfm_usb_load_microcode()
823 if (error != 0 && error != USBD_IN_PROGRESS) in bwfm_usb_txdata()
H A Duhci.c1013 KASSERT(xfer->ux_status == USBD_IN_PROGRESS); in uhci_poll_hub()
1077 KASSERT(xfer->ux_status != USBD_IN_PROGRESS); in uhci_root_intr_done()
2315 xfer->ux_status = USBD_IN_PROGRESS; in uhci_device_bulk_start()
2318 return USBD_IN_PROGRESS; in uhci_device_bulk_start()
2606 xfer->ux_status = USBD_IN_PROGRESS; in uhci_device_ctrl_start()
2609 return USBD_IN_PROGRESS; in uhci_device_ctrl_start()
2725 xfer->ux_status = USBD_IN_PROGRESS; in uhci_device_intr_start()
2736 return USBD_IN_PROGRESS; in uhci_device_intr_start()
2852 if (xfer->ux_status == USBD_IN_PROGRESS) { in uhci_device_isoc_transfer()
2876 xfer->ux_status = USBD_IN_PROGRESS; in uhci_device_isoc_transfer()
[all...]
H A Dohci.c1777 KASSERT(xfer->ux_status == USBD_IN_PROGRESS); in ohci_root_intr_done()
1788 KASSERT(xfer->ux_status == USBD_IN_PROGRESS); in ohci_poll()
1804 KASSERT(xfer->ux_status != USBD_IN_PROGRESS);
2653 xfer->ux_status = USBD_IN_PROGRESS;
2655 return USBD_IN_PROGRESS; in ohci_root_intr_close()
2676 KASSERT(xfer->ux_status == USBD_IN_PROGRESS); in ohci_device_ctrl_init()
2947 xfer->ux_status = USBD_IN_PROGRESS; in ohci_device_ctrl_close()
2952 return USBD_IN_PROGRESS; in ohci_device_ctrl_close()
3162 xfer->ux_status = USBD_IN_PROGRESS; in ohci_device_bulk_close()
3165 return USBD_IN_PROGRESS; in ohci_device_bulk_close()
[all...]
H A Dxhci.c2305 * xfer if it's still USBD_IN_PROGRESS. in xhci_pipe_restart_async_task()
2311 if (xfer->ux_status == USBD_IN_PROGRESS) { in xhci_pipe_restart_async_task()
2363 KASSERT(xfer->ux_status == USBD_IN_PROGRESS); in xhci_rhpsc()
4342 xfer->ux_status = USBD_IN_PROGRESS; in xhci_root_intr_start()
4344 return USBD_IN_PROGRESS; in xhci_root_intr_start()
4401 KASSERT(xfer->ux_status != USBD_IN_PROGRESS); in xhci_root_intr_done()
4495 xfer->ux_status = USBD_IN_PROGRESS; in xhci_device_ctrl_start()
4503 KASSERT(xfer->ux_status == USBD_IN_PROGRESS); in xhci_device_ctrl_start()
4505 return USBD_IN_PROGRESS; in xhci_device_ctrl_start()
4647 xfer->ux_status = USBD_IN_PROGRESS; in xhci_device_isoc_enter()
[all...]
H A Dehci.c865 KASSERT(xfer->ux_status == USBD_IN_PROGRESS); in ehci_pcd()
2844 xfer->ux_status = USBD_IN_PROGRESS;
2846 return USBD_IN_PROGRESS; in ehci_root_intr_abort()
2867 KASSERT(xfer->ux_status == USBD_IN_PROGRESS);
2898 KASSERT(xfer->ux_status != USBD_IN_PROGRESS);
3539 if (xfer->ux_status != USBD_IN_PROGRESS) in ehci_abort_isoc_xfer()
3840 xfer->ux_status = USBD_IN_PROGRESS; in ehci_device_ctrl_done()
3854 return USBD_IN_PROGRESS;
4026 xfer->ux_status = USBD_IN_PROGRESS; in ehci_device_bulk_close()
4045 return USBD_IN_PROGRESS; in ehci_device_bulk_done()
[all...]
H A Dusbdi.h49 USBD_IN_PROGRESS, /* 1 */ enumerator
H A Dualea.c203 if (status != USBD_IN_PROGRESS) { in ualea_xfer()
H A Dauvitek_dtv.c391 if (err != USBD_IN_PROGRESS) { in auvitek_dtv_bulk_start1()
H A Dubt.c1191 if (status != USBD_IN_PROGRESS) { in ubt_xmit_cmd_start()
1303 if (status != USBD_IN_PROGRESS) { in ubt_xmit_acl_start()
1597 if (status != USBD_IN_PROGRESS) { in ubt_recv_acl_start()
H A Dugen.c959 if (err != USBD_IN_PROGRESS) in ugen_do_read()
1144 if (err != USBD_IN_PROGRESS) in ugen_do_write()
1485 if (err != USBD_IN_PROGRESS) { in ugen_bulkra_intr()
1553 if (err != USBD_IN_PROGRESS) { in ugen_bulkwb_intr()
1761 if (err != USBD_IN_PROGRESS) { in ugen_do_ioctl()
H A Duhso.c935 if (status != USBD_IN_PROGRESS) { in uhso_mux_write()
972 if (status != USBD_IN_PROGRESS) { in uhso_mux_read()
1243 if (status != USBD_IN_PROGRESS) { in uhso_bulk_write()
1264 if (status != USBD_IN_PROGRESS) { in uhso_bulk_read()
H A Dumidi.c515 err != USBD_IN_PROGRESS) { in umidi_open()
1358 err != USBD_IN_PROGRESS) { in open_in_jack()
2020 ep->armed = (USBD_IN_PROGRESS == start_output_transfer(ep)); in out_solicit_locked()
H A Dif_zyd.c820 if (uerror != USBD_IN_PROGRESS && uerror != 0) { in zyd_cmd()
2150 if (error != USBD_IN_PROGRESS && error != 0) { in zyd_tx_mgt()
2307 if (error != USBD_IN_PROGRESS && error != 0) { in zyd_tx_data()
2519 if (error != USBD_IN_PROGRESS && error != 0) { in zyd_init()
H A Dif_rum.c1175 error != USBD_IN_PROGRESS) { in rum_tx_data()
1240 if (error != USBD_NORMAL_COMPLETION && error != USBD_IN_PROGRESS) in rum_tx_data()
2063 error != USBD_IN_PROGRESS) { in rum_init()
H A Ducom.c1290 case USBD_IN_PROGRESS: in ucom_write_status()
1425 if ((err = usbd_transfer(ub->ub_xfer)) != USBD_IN_PROGRESS) { in ucomsubmitread()
H A Dauvitek_video.c677 if (err != USBD_IN_PROGRESS) { in auvitek_isoc_start1()
H A Dumass.c993 if (err && err != USBD_IN_PROGRESS) { in umass_setup_transfer()
1019 if (err && err != USBD_IN_PROGRESS) { in umass_setup_ctrl_transfer()
/netbsd-src/sys/external/bsd/dwc2/
H A Ddwc2.c304 KASSERT(xfer->ux_status == USBD_IN_PROGRESS); in dwc2_rhc()
348 KASSERT(dxfer->xfer.ux_status == USBD_IN_PROGRESS); in dwc2_softintr()
359 KASSERT(dxfer->xfer.ux_status == USBD_IN_PROGRESS); in dwc2_softintr()
633 xfer->ux_status = USBD_IN_PROGRESS; in dwc2_root_intr_start()
635 return USBD_IN_PROGRESS; in dwc2_root_intr_start()
658 KASSERT(xfer->ux_status == USBD_IN_PROGRESS); in dwc2_root_intr_abort()
688 KASSERT(xfer->ux_status != USBD_IN_PROGRESS); in dwc2_root_intr_done()
714 xfer->ux_status = USBD_IN_PROGRESS; in dwc2_device_ctrl_start()
719 return USBD_IN_PROGRESS; in dwc2_device_ctrl_start()
760 xfer->ux_status = USBD_IN_PROGRESS; in dwc2_device_bulk_transfer()
[all …]
/netbsd-src/sys/rump/dev/lib/libugenhc/
H A Dugenhc.c398 return USBD_IN_PROGRESS; in rumpusb_device_ctrl_start()
529 return USBD_IN_PROGRESS; in rumpusb_root_intr_start()
673 return USBD_IN_PROGRESS; in rumpusb_device_bulk_start()
700 return USBD_IN_PROGRESS; in rumpusb_device_bulk_transfer()
709 return USBD_IN_PROGRESS; in rumpusb_device_bulk_transfer()
/netbsd-src/sys/arch/mips/adm5120/dev/
H A Dahci.c441 KASSERT(xfer->ux_status == USBD_IN_PROGRESS); in ahci_poll_hub()
752 xfer->ux_status = USBD_IN_PROGRESS; in ahci_root_intr_start()
754 return USBD_IN_PROGRESS; in ahci_root_intr_start()
811 KASSERT(xfer->ux_status != USBD_IN_PROGRESS); in ahci_root_intr_done()
1030 return USBD_IN_PROGRESS; in ahci_device_intr_start()
1443 KASSERT(xfer->ux_status != USBD_IN_PROGRESS); in ahci_abortx()
/netbsd-src/sys/dev/ic/
H A Dsl811hs.c878 xfer->ux_status = USBD_IN_PROGRESS; in slhci_start()
966 spipe, xfer, return USBD_IN_PROGRESS); in slhci_start()
988 return USBD_IN_PROGRESS; in slhci_start()
1015 xfer->ux_status = USBD_IN_PROGRESS; in slhci_root_start()
1017 return USBD_IN_PROGRESS; in slhci_root_start()
2190 if (xfer->ux_status == USBD_IN_PROGRESS) { in slhci_abdone()
2375 USBD_IN_PROGRESS); in slhci_callback()
2416 if (spipe->xfer->ux_status == USBD_IN_PROGRESS) { in slhci_enter_xfer()
2510 } while (xfer->ux_status == USBD_IN_PROGRESS);

12