Lines Matching refs:completed
954 int count, is_short, completed = 0; in read_fifo() local
967 completed = 1; in read_fifo()
972 return completed; in read_fifo()
990 int count, is_short, is_last = 0, completed = 0, totcount = 0; in write_fifo() local
1032 completed = 1; in write_fifo()
1041 return completed; in write_fifo()
1057 int count, is_short, completed = 0; in read_ep0_fifo() local
1070 completed = 1; in read_ep0_fifo()
1075 return completed; in read_ep0_fifo()
2042 int completed = 0; in handle_ep0() local
2082 completed = write_ep0_fifo(ep, req); in handle_ep0()
2083 if (completed) in handle_ep0()
2088 completed = read_ep0_fifo(ep, req); in handle_ep0()
2089 if (completed) in handle_ep0()
2125 int completed; in handle_ep() local
2137 completed = 0; in handle_ep()
2157 completed = write_fifo(ep, req); in handle_ep()
2160 completed = read_fifo(ep, req); in handle_ep()
2163 if (completed) { in handle_ep()
2169 } while (completed); in handle_ep()