Lines Matching refs:completed
944 int count, is_short, completed = 0; in read_fifo() local
957 completed = 1; in read_fifo()
962 return completed; in read_fifo()
980 int count, is_short, is_last = 0, completed = 0, totcount = 0; in write_fifo() local
1022 completed = 1; in write_fifo()
1031 return completed; in write_fifo()
1047 int count, is_short, completed = 0; in read_ep0_fifo() local
1060 completed = 1; in read_ep0_fifo()
1065 return completed; in read_ep0_fifo()
1987 int completed = 0; in handle_ep0() local
2027 completed = write_ep0_fifo(ep, req); in handle_ep0()
2028 if (completed) in handle_ep0()
2033 completed = read_ep0_fifo(ep, req); in handle_ep0()
2034 if (completed) in handle_ep0()
2070 int completed; in handle_ep() local
2082 completed = 0; in handle_ep()
2102 completed = write_fifo(ep, req); in handle_ep()
2105 completed = read_fifo(ep, req); in handle_ep()
2108 if (completed) { in handle_ep()
2114 } while (completed); in handle_ep()