Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c736 bool start_pending, end_pending; in ep_dequeue() local
748 start_pending = end_pending = false; in ep_dequeue()
795 start_pending = true; in ep_dequeue()
802 start_pending = true; in ep_dequeue()
810 start_pending, end_pending, bdc->gadget.speed); in ep_dequeue()
813 if (!start_pending && !end_pending) in ep_dequeue()
839 if (start_pending && !first_remove) { in ep_dequeue()