Lines Matching defs:stopped
195 unsigned stopped:1;
324 * Device controller for which EP activity is to be stopped.
326 * All the endpoints are stopped and any pending transfer requests if any on
336 ep->stopped = 1;
369 ep->stopped = 0;
439 ep->stopped = 1;
641 if (ep->stopped) {
642 dev_warn(dev, "%s is already stopped !\n", _ep->name);
754 /* only epn is stopped and waits for clear */
755 ep->stopped = value ? 1 : 0;
1012 status = udc->ep[epnum].stopped;
1307 ep->stopped = 0;