Lines Matching refs:completed
953 int count, is_short, completed = 0; in read_fifo() local
966 completed = 1; in read_fifo()
971 return completed; in read_fifo()
989 int count, is_short, is_last = 0, completed = 0, totcount = 0; in write_fifo() local
1031 completed = 1; in write_fifo()
1040 return completed; in write_fifo()
1056 int count, is_short, completed = 0; in read_ep0_fifo() local
1069 completed = 1; in read_ep0_fifo()
1074 return completed; in read_ep0_fifo()
2001 int completed = 0; in handle_ep0() local
2041 completed = write_ep0_fifo(ep, req); in handle_ep0()
2042 if (completed) in handle_ep0()
2047 completed = read_ep0_fifo(ep, req); in handle_ep0()
2048 if (completed) in handle_ep0()
2084 int completed; in handle_ep() local
2096 completed = 0; in handle_ep()
2116 completed = write_fifo(ep, req); in handle_ep()
2119 completed = read_fifo(ep, req); in handle_ep()
2122 if (completed) { in handle_ep()
2128 } while (completed); in handle_ep()