Lines Matching refs:completed
873 int count, is_short, completed = 0; in read_fifo() local
886 completed = 1; in read_fifo()
891 return completed; in read_fifo()
909 int count, is_short, is_last = 0, completed = 0, totcount = 0; in write_fifo() local
949 completed = 1; in write_fifo()
958 return completed; in write_fifo()
974 int count, is_short, completed = 0; in read_ep0_fifo() local
987 completed = 1; in read_ep0_fifo()
992 return completed; in read_ep0_fifo()
1936 int completed = 0; in handle_ep0() local
1976 completed = write_ep0_fifo(ep, req); in handle_ep0()
1977 if (completed) in handle_ep0()
1982 completed = read_ep0_fifo(ep, req); in handle_ep0()
1983 if (completed) in handle_ep0()
2019 int completed; in handle_ep() local
2031 completed = 0; in handle_ep()
2051 completed = write_fifo(ep, req); in handle_ep()
2054 completed = read_fifo(ep, req); in handle_ep()
2057 if (completed) { in handle_ep()
2063 } while (completed); in handle_ep()