Searched refs:new_hdl (Results 1 – 1 of 1) sorted by relevance
3884 struct v4l2_ctrl_handler *new_hdl; in v4l2_ctrls_find_req_obj() local3899 new_hdl = kzalloc(sizeof(*new_hdl), GFP_KERNEL); in v4l2_ctrls_find_req_obj()3900 if (!new_hdl) in v4l2_ctrls_find_req_obj()3903 obj = &new_hdl->req_obj; in v4l2_ctrls_find_req_obj()3904 ret = v4l2_ctrl_handler_init(new_hdl, (hdl->nr_of_buckets - 1) * 8); in v4l2_ctrls_find_req_obj()3906 ret = v4l2_ctrl_request_bind(req, new_hdl, hdl); in v4l2_ctrls_find_req_obj()3908 kfree(new_hdl); in v4l2_ctrls_find_req_obj()