Lines Matching refs:req_obj
24 media_request_object_init(&hdl->req_obj); in v4l2_ctrl_handler_init_request()
39 if (hdl->req_obj.ops || list_empty(&hdl->requests)) in v4l2_ctrl_handler_free_request()
48 media_request_object_unbind(&req->req_obj); in v4l2_ctrl_handler_free_request()
49 media_request_object_put(&req->req_obj); in v4l2_ctrl_handler_free_request()
86 container_of(obj, struct v4l2_ctrl_handler, req_obj); in v4l2_ctrl_request_queue()
98 container_of(obj, struct v4l2_ctrl_handler, req_obj); in v4l2_ctrl_request_unbind()
113 container_of(obj, struct v4l2_ctrl_handler, req_obj); in v4l2_ctrl_request_release()
136 return container_of(obj, struct v4l2_ctrl_handler, req_obj); in v4l2_ctrl_request_hdl_find()
160 from, false, &hdl->req_obj); in v4l2_ctrl_request_bind()
205 obj = &new_hdl->req_obj; in v4l2_ctrls_find_req_obj()
252 req_obj); in v4l2_g_ext_ctrls_request()
310 req_obj); in try_set_ext_ctrls_request()
359 hdl = container_of(obj, struct v4l2_ctrl_handler, req_obj); in v4l2_ctrl_request_complete()
421 hdl = container_of(obj, struct v4l2_ctrl_handler, req_obj); in v4l2_ctrl_request_setup()