Lines Matching defs:first
1615 * ret == 0) on the first call.
1742 struct usbf_req *first;
1764 first = list_first_entry_or_null(&ep->queue, struct usbf_req, queue);
1765 if (first && first->is_mapped) {
1769 usbf_epn_dma_abort(ep, first);
1948 * ret == 0) on the first call
2018 int first;
2027 first = list_is_first(&req->queue, &ep->queue);
2037 if (first) {
2038 /* The first item in the list was dequeued.
2063 if (!first)