Lines Matching refs:stopped
101 * @stopped: Maintains state of endpoint, set if EP is halted.
110 u8 stopped;
196 unsigned int stopped = hsep->stopped;
207 hsep->stopped = 1;
211 hsep->stopped = stopped;
232 * @hsudc: Device controller for which EP activity is to be stopped.
234 * All the endpoints are stopped and any pending transfer requests if any on
246 hsep->stopped = 1;
444 * Set or clear endpoint halt. If halt is set, the endpoint is stopped.
469 hsep->stopped = 1;
472 hsep->stopped = hsep->wedge = 0;
557 reply = cpu_to_le16(hsep->stopped ? 1 : 0);
655 hsep->stopped = 0;
729 hsep->stopped = hsep->wedge = 0;
764 hsep->stopped = 1;
847 if (list_empty(&hsep->queue) && !hsep->stopped) {
953 hsep->stopped = 0;
1066 hsep->stopped = 1;