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()
1986 int completed = 0; in handle_ep0() local
2026 completed = write_ep0_fifo(ep, req); in handle_ep0()
2027 if (completed) in handle_ep0()
2032 completed = read_ep0_fifo(ep, req); in handle_ep0()
2033 if (completed) in handle_ep0()
2069 int completed; in handle_ep() local
2081 completed = 0; in handle_ep()
2101 completed = write_fifo(ep, req); in handle_ep()
2104 completed = read_fifo(ep, req); in handle_ep()
2107 if (completed) { in handle_ep()
2113 } while (completed); in handle_ep()