Lines Matching full:stopped
101 * @stopped: Maintains state of endpoint, set if EP is halted.
110 u8 stopped; member
196 unsigned int stopped = hsep->stopped; in s3c_hsudc_complete_request() local
207 hsep->stopped = 1; in s3c_hsudc_complete_request()
211 hsep->stopped = stopped; in s3c_hsudc_complete_request()
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; in s3c_hsudc_stop_activity()
444 * Set or clear endpoint halt. If halt is set, the endpoint is stopped.
469 hsep->stopped = 1; in s3c_hsudc_set_halt()
472 hsep->stopped = hsep->wedge = 0; in s3c_hsudc_set_halt()
557 reply = cpu_to_le16(hsep->stopped ? 1 : 0); in s3c_hsudc_process_req_status()
655 hsep->stopped = 0; in s3c_hsudc_handle_ep0_intr()
729 hsep->stopped = hsep->wedge = 0; in s3c_hsudc_ep_enable()
764 hsep->stopped = 1; in s3c_hsudc_ep_disable()
847 if (list_empty(&hsep->queue) && !hsep->stopped) { in s3c_hsudc_queue()
953 hsep->stopped = 0; in s3c_hsudc_initep()
1066 hsep->stopped = 1; in s3c_hsudc_irq()