Home
last modified time | relevance | path

Searched refs:find_ref_lock (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/media/v4l2-core/
Dv4l2-ctrls-priv.h68 struct v4l2_ctrl_ref *find_ref_lock(struct v4l2_ctrl_handler *hdl, u32 id);
Dv4l2-ctrls-api.c250 ref = find_ref_lock(hdl, id); in prepare_ext_ctrls()
265 ref = find_ref_lock(hdl, ctrl->cluster[0]->id); in prepare_ext_ctrls()
374 return find_ref_lock(hdl, which | 1) ? 0 : -EINVAL; in class_check()
Dv4l2-ctrls-request.c144 struct v4l2_ctrl_ref *ref = find_ref_lock(hdl, id); in v4l2_ctrl_request_hdl_ctrl_find()
Dv4l2-ctrls-core.c1642 struct v4l2_ctrl_ref *find_ref_lock(struct v4l2_ctrl_handler *hdl, u32 id) in find_ref_lock() function
1657 struct v4l2_ctrl_ref *ref = find_ref_lock(hdl, id); in v4l2_ctrl_find()
1684 id != class_ctrl && find_ref_lock(hdl, class_ctrl) == NULL) in handler_new_ref()