Home
last modified time | relevance | path

Searched refs:start_pending (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c743 bool start_pending, end_pending; in ep_dequeue() local
755 start_pending = end_pending = false; in ep_dequeue()
799 start_pending = true; in ep_dequeue()
806 start_pending = true; in ep_dequeue()
814 start_pending, end_pending, bdc->gadget.speed); in ep_dequeue()
817 if (!start_pending && !end_pending) in ep_dequeue()
843 if (start_pending && !first_remove) { in ep_dequeue()