Lines Matching refs:completed
870 int count, is_short, completed = 0; in read_fifo() local
883 completed = 1; in read_fifo()
888 return completed; in read_fifo()
906 int count, is_short, is_last = 0, completed = 0, totcount = 0; in write_fifo() local
946 completed = 1; in write_fifo()
955 return completed; in write_fifo()
971 int count, is_short, completed = 0; in read_ep0_fifo() local
984 completed = 1; in read_ep0_fifo()
989 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()