Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c735 bool start_pending, end_pending; in ep_dequeue() local
747 start_pending = end_pending = false; in ep_dequeue()
794 start_pending = true; in ep_dequeue()
801 start_pending = true; in ep_dequeue()
809 start_pending, end_pending, bdc->gadget.speed); in ep_dequeue()
812 if (!start_pending && !end_pending) in ep_dequeue()
838 if (start_pending && !first_remove) { in ep_dequeue()