Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_ref (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/media/v4l2-core/
A Dv4l2-ctrls-priv.h24 return list_entry(node, struct v4l2_ctrl_ref, node)->ctrl->id; in node2id()
57 void cur_to_req(struct v4l2_ctrl_ref *ref);
59 void new_to_req(struct v4l2_ctrl_ref *ref);
60 void req_to_new(struct v4l2_ctrl_ref *ref);
66 struct v4l2_ctrl_ref **ctrl_ref,
68 struct v4l2_ctrl_ref *find_ref(struct v4l2_ctrl_handler *hdl, u32 id);
69 struct v4l2_ctrl_ref *find_ref_lock(struct v4l2_ctrl_handler *hdl, u32 id);
A Dv4l2-ctrls-request.c56 struct v4l2_ctrl_ref *ref; in v4l2_ctrl_request_clone()
70 struct v4l2_ctrl_ref *new_ref; in v4l2_ctrl_request_clone()
144 struct v4l2_ctrl_ref *ref = find_ref_lock(hdl, id); in v4l2_ctrl_request_hdl_ctrl_find()
329 struct v4l2_ctrl_ref *ref; in v4l2_ctrl_request_complete()
400 struct v4l2_ctrl_ref *ref; in v4l2_ctrl_request_setup()
442 struct v4l2_ctrl_ref *r = in v4l2_ctrl_request_setup()
458 struct v4l2_ctrl_ref *r = in v4l2_ctrl_request_setup()
A Dv4l2-ctrls-core.c854 void new_to_req(struct v4l2_ctrl_ref *ref) in new_to_req()
863 void cur_to_req(struct v4l2_ctrl_ref *ref) in cur_to_req()
872 void req_to_new(struct v4l2_ctrl_ref *ref) in req_to_new()
963 struct v4l2_ctrl_ref *ref, *next_ref; in v4l2_ctrl_handler_free()
1003 struct v4l2_ctrl_ref *ref; in find_private_ref()
1024 struct v4l2_ctrl_ref *ref; in find_ref()
1051 struct v4l2_ctrl_ref *ref = NULL; in find_ref_lock()
1073 struct v4l2_ctrl_ref **ctrl_ref, in handler_new_ref()
1076 struct v4l2_ctrl_ref *ref; in handler_new_ref()
1077 struct v4l2_ctrl_ref *new_ref; in handler_new_ref()
[all …]
A Dv4l2-ctrls-api.c24 struct v4l2_ctrl_ref *mref;
26 struct v4l2_ctrl_ref *ref;
84 struct v4l2_ctrl_ref *ref) in req_to_user()
216 struct v4l2_ctrl_ref *ref; in prepare_ext_ctrls()
305 struct v4l2_ctrl_ref *mref = h->mref; in prepare_ext_ctrls()
429 struct v4l2_ctrl_ref *ref = helpers[idx].ref; in v4l2_g_ext_ctrls_common()
625 struct v4l2_ctrl_ref *ref = in try_set_ext_ctrls_common()
944 struct v4l2_ctrl_ref *ref; in v4l2_query_ext_ctrl()
/linux/include/media/
A Dv4l2-ctrls.h321 struct v4l2_ctrl_ref { struct
323 struct v4l2_ctrl_ref *next; argument
370 struct v4l2_ctrl_ref *cached;
371 struct v4l2_ctrl_ref **buckets;

Completed in 13 milliseconds