req_free 73 drivers/media/mc/mc-request.c if (mdev->ops->req_free) req_free 74 drivers/media/mc/mc-request.c mdev->ops->req_free(req); req_free 296 drivers/media/mc/mc-request.c if (WARN_ON(!mdev->ops->req_alloc ^ !mdev->ops->req_free)) req_free 92 drivers/usb/gadget/function/uvc.h struct list_head req_free; req_free 222 drivers/usb/gadget/function/uvc_video.c list_add_tail(&req->list, &video->req_free); req_free 243 drivers/usb/gadget/function/uvc_video.c INIT_LIST_HEAD(&video->req_free); req_free 275 drivers/usb/gadget/function/uvc_video.c list_add_tail(&video->req[i]->list, &video->req_free); req_free 314 drivers/usb/gadget/function/uvc_video.c if (list_empty(&video->req_free)) { req_free 318 drivers/usb/gadget/function/uvc_video.c req = list_first_entry(&video->req_free, struct usb_request, req_free 346 drivers/usb/gadget/function/uvc_video.c list_add_tail(&req->list, &video->req_free); req_free 395 drivers/usb/gadget/function/uvc_video.c INIT_LIST_HEAD(&video->req_free); req_free 69 include/media/media-device.h void (*req_free)(struct media_request *req);