Lines Matching full:complete
357 /* Wait for reset to complete. */ in musbotg_wakeup_host()
381 /* Wait for reset to complete. */ in musbotg_wakeup_peer()
427 * callback, hence the status stage is not complete. in musbotg_dev_ctrl_setup_rx()
511 return (0); /* complete */ in musbotg_dev_ctrl_setup_rx()
521 return (1); /* not complete */ in musbotg_dev_ctrl_setup_rx()
595 /* check if we are complete */ in musbotg_host_ctrl_setup_tx()
597 /* we are complete */ in musbotg_host_ctrl_setup_tx()
663 * We are actually complete and have in musbotg_dev_ctrl_data_rx()
666 DPRINTFN(4, "faking complete\n"); in musbotg_dev_ctrl_data_rx()
667 return (0); /* complete */ in musbotg_dev_ctrl_data_rx()
673 return (0); /* complete */ in musbotg_dev_ctrl_data_rx()
676 return (1); /* not complete */ in musbotg_dev_ctrl_data_rx()
690 return (0); /* we are complete */ in musbotg_dev_ctrl_data_rx()
697 return (0); /* we are complete */ in musbotg_dev_ctrl_data_rx()
758 /* check if we are complete */ in musbotg_dev_ctrl_data_rx()
761 /* we are complete */ in musbotg_dev_ctrl_data_rx()
770 return (1); /* not complete */ in musbotg_dev_ctrl_data_rx()
804 return (0); /* complete */ in musbotg_dev_ctrl_data_tx()
807 return (1); /* not complete */ in musbotg_dev_ctrl_data_tx()
878 return (0); /* complete */ in musbotg_dev_ctrl_data_tx()
886 return (1); /* not complete */ in musbotg_dev_ctrl_data_tx()
958 return (0); /* we are complete */ in musbotg_host_ctrl_data_rx()
977 return (0); /* we are complete */ in musbotg_host_ctrl_data_rx()
985 return (0); /* we are complete */ in musbotg_host_ctrl_data_rx()
1049 /* check if we are complete */ in musbotg_host_ctrl_data_rx()
1052 /* we are complete */ in musbotg_host_ctrl_data_rx()
1064 return (1); /* not complete */ in musbotg_host_ctrl_data_rx()
1123 return (0); /* complete */ in musbotg_host_ctrl_data_tx()
1144 return (0); /* complete */ in musbotg_host_ctrl_data_tx()
1149 /* We're not complete - more transactions required */ in musbotg_host_ctrl_data_tx()
1236 return (1); /* not complete */ in musbotg_host_ctrl_data_tx()
1264 return (1); /* not complete */ in musbotg_dev_ctrl_status()
1272 return (0); /* complete */ in musbotg_dev_ctrl_status()
1330 return (0); /* complete */ in musbotg_host_ctrl_status_rx()
1399 return (0); /* complete */ in musbotg_host_ctrl_status_tx()
1404 return (0); /* complete */ in musbotg_host_ctrl_status_tx()
1468 return (1); /* not complete */ in musbotg_dev_data_rx()
1487 return (0); /* we are complete */ in musbotg_dev_data_rx()
1495 return (0); /* we are complete */ in musbotg_dev_data_rx()
1560 /* check if we are complete */ in musbotg_dev_data_rx()
1563 /* we are complete */ in musbotg_dev_data_rx()
1572 return (1); /* not complete */ in musbotg_dev_data_rx()
1612 return (1); /* not complete */ in musbotg_dev_data_tx()
1692 return (0); /* complete */ in musbotg_dev_data_tx()
1699 return (1); /* not complete */ in musbotg_dev_data_tx()
1805 return (0); /* we are complete */ in musbotg_host_data_rx()
1830 return (0); /* we are complete */ in musbotg_host_data_rx()
1839 return (0); /* we are complete */ in musbotg_host_data_rx()
1905 /* check if we are complete */ in musbotg_host_data_rx()
1908 /* we are complete */ in musbotg_host_data_rx()
1921 return (1); /* not complete */ in musbotg_host_data_rx()
1957 return (0); /* complete */ in musbotg_host_data_tx()
1980 return (0); /* complete */ in musbotg_host_data_tx()
2001 return (0); /* complete */ in musbotg_host_data_tx()
2006 /* We're not complete - more transactions required */ in musbotg_host_data_tx()
2122 return (1); /* not complete */ in musbotg_host_data_tx()
2160 return (1); /* not complete */ in musbotg_xfer_do_fifo()
2165 return (0); /* complete */ in musbotg_xfer_do_fifo()
2192 /* complete root HUB interrupt endpoint */ in musbotg_vbus_interrupt()
2203 /* complete root HUB interrupt endpoint */ in musbotg_vbus_interrupt()
2217 /* complete root HUB interrupt endpoint */ in musbotg_connect_interrupt()
2338 /* complete root HUB interrupt endpoint */ in musbotg_interrupt()
2744 /* this USB frame is complete */ in musbotg_standard_done_sub()