Lines Matching refs:req_obj
2334 media_request_object_init(&hdl->req_obj); in v4l2_ctrl_handler_init_class()
2349 if (!hdl->req_obj.req && !list_empty(&hdl->requests)) { in v4l2_ctrl_handler_free()
2353 media_request_object_unbind(&req->req_obj); in v4l2_ctrl_handler_free()
2354 media_request_object_put(&req->req_obj); in v4l2_ctrl_handler_free()
3380 container_of(obj, struct v4l2_ctrl_handler, req_obj); in v4l2_ctrl_request_queue()
3423 container_of(obj, struct v4l2_ctrl_handler, req_obj); in v4l2_ctrl_request_unbind()
3438 container_of(obj, struct v4l2_ctrl_handler, req_obj); in v4l2_ctrl_request_release()
3461 return container_of(obj, struct v4l2_ctrl_handler, req_obj); in v4l2_ctrl_request_hdl_find()
3485 from, false, &hdl->req_obj); in v4l2_ctrl_request_bind()
3765 obj = &new_hdl->req_obj; in v4l2_ctrls_find_req_obj()
3813 req_obj); in v4l2_g_ext_ctrls()
4120 !hdl->req_obj.req && set, 0); in try_set_ext_ctrls_common()
4121 if (!ret && hdl->req_obj.req && set) { in try_set_ext_ctrls_common()
4196 req_obj); in try_set_ext_ctrls()
4362 hdl = container_of(obj, struct v4l2_ctrl_handler, req_obj); in v4l2_ctrl_request_complete()
4435 hdl = container_of(obj, struct v4l2_ctrl_handler, req_obj); in v4l2_ctrl_request_setup()