Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c745 bool start_pending, end_pending; in ep_dequeue() local
757 start_pending = end_pending = false; in ep_dequeue()
801 start_pending = true; in ep_dequeue()
808 start_pending = true; in ep_dequeue()
816 start_pending, end_pending, bdc->gadget.speed); in ep_dequeue()
819 if (!start_pending && !end_pending) in ep_dequeue()
845 if (start_pending && !first_remove) { in ep_dequeue()