Searched refs:req_free (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/gadget/function/
H A Duvc_video.c208 list_add_tail(&req->list, &video->req_free);
229 INIT_LIST_HEAD(&video->req_free);
261 list_add_tail(&video->req[i]->list, &video->req_free);
280 * This function fills the available USB requests (listed in req_free) with
300 if (list_empty(&video->req_free)) {
304 req = list_first_entry(&video->req_free, struct usb_request,
334 list_add_tail(&req->list, &video->req_free);
383 INIT_LIST_HEAD(&video->req_free);
H A Duvc.h123 struct list_head req_free; member in struct:uvc_video

Completed in 60 milliseconds