Lines Matching refs:stopped
192 ep->stopped = 0; in net2280_enable()
895 unsigned stopped = ep->stopped; in done() local
914 ep->stopped = 1; in done()
918 ep->stopped = stopped; in done()
979 if (list_empty(&ep->queue) && !ep->stopped && in net2280_queue()
1135 if (ep->stopped) in restart_dma()
1160 ep->stopped = 1; in nuke()
1178 int stopped; in net2280_dequeue() local
1188 stopped = ep->stopped; in net2280_dequeue()
1192 ep->stopped = 1; in net2280_dequeue()
1234 ep->stopped = stopped; in net2280_dequeue()
1240 else if (!ep->stopped) { in net2280_dequeue()
1620 ep->stopped ? "*" : ""); in registers_show()
2037 dev->ep[0].stopped = 0; in usb_reinit_228x()
2083 dev->ep[0].stopped = 0; in usb_reinit_338x()
2389 ep->stopped = 1; in handle_ep_small()
2398 ep->stopped = 1; in handle_ep_small()
2402 !req && !ep->stopped) in handle_ep_small()
2409 ep->stopped = 1; in handle_ep_small()
2420 ep->stopped = 1; in handle_ep_small()
2435 int stopped = ep->stopped; in handle_ep_small() local
2441 ep->stopped = 1; in handle_ep_small()
2492 ep->stopped = stopped; in handle_ep_small()
2535 if (!ep->stopped) in handle_ep_small()
2539 if (!list_empty(&ep->queue) && !ep->stopped) in handle_ep_small()
2552 if (req && !ep->stopped) { in handle_ep_small()
2776 ep->stopped = 1; in handle_stat0_irqs_superspeed()
2830 ep->stopped = 1; in handle_stat0_irqs_superspeed()
2928 ep->stopped = 0; in handle_stat0_irqs()