Searched refs:req_free (Results 1 – 4 of 4) sorted by relevance
169 list_add_tail(&req->list, &video->req_free); in uvc_video_complete()192 INIT_LIST_HEAD(&video->req_free); in uvc_video_free_requests()224 list_add_tail(&video->req[i]->list, &video->req_free); in uvc_video_alloc_requests()260 if (list_empty(&video->req_free)) { in uvcg_video_pump()264 req = list_first_entry(&video->req_free, struct usb_request, in uvcg_video_pump()292 list_add_tail(&req->list, &video->req_free); in uvcg_video_pump()346 INIT_LIST_HEAD(&video->req_free); in uvcg_video_init()
94 struct list_head req_free; member
73 if (mdev->ops->req_free) in media_request_release()74 mdev->ops->req_free(req); in media_request_release()296 if (WARN_ON(!mdev->ops->req_alloc ^ !mdev->ops->req_free)) in media_request_alloc()343 if (mdev->ops->req_free) in media_request_alloc()344 mdev->ops->req_free(req); in media_request_alloc()
69 void (*req_free)(struct media_request *req); member