Lines Matching refs:completed
871 int count, is_short, completed = 0; in read_fifo() local
884 completed = 1; in read_fifo()
889 return completed; in read_fifo()
907 int count, is_short, is_last = 0, completed = 0, totcount = 0; in write_fifo() local
947 completed = 1; in write_fifo()
956 return completed; in write_fifo()
972 int count, is_short, completed = 0; in read_ep0_fifo() local
985 completed = 1; in read_ep0_fifo()
990 return completed; in read_ep0_fifo()
1935 int completed = 0; in handle_ep0() local
1975 completed = write_ep0_fifo(ep, req); in handle_ep0()
1976 if (completed) in handle_ep0()
1981 completed = read_ep0_fifo(ep, req); in handle_ep0()
1982 if (completed) in handle_ep0()
2018 int completed; in handle_ep() local
2030 completed = 0; in handle_ep()
2050 completed = write_fifo(ep, req); in handle_ep()
2053 completed = read_fifo(ep, req); in handle_ep()
2056 if (completed) { in handle_ep()
2062 } while (completed); in handle_ep()