Searched refs:v4l2_ctrl_ref (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-priv.h | 24 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 int req_to_new(struct v4l2_ctrl_ref *ref); 65 struct v4l2_ctrl_ref **ctrl_ref, 67 struct v4l2_ctrl_ref *find_ref(struct v4l2_ctrl_handler *hdl, u32 id); 68 struct v4l2_ctrl_ref *find_ref_lock(struct v4l2_ctrl_handler *hdl, u32 id);
|
H A D | v4l2-ctrls-request.c | 56 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()
|
H A D | v4l2-ctrls-api.c | 24 struct v4l2_ctrl_ref *mref; 26 struct v4l2_ctrl_ref *ref; 84 struct v4l2_ctrl_ref *ref) in req_to_user() 241 struct v4l2_ctrl_ref *ref; in prepare_ext_ctrls() 363 struct v4l2_ctrl_ref *mref = h->mref; in prepare_ext_ctrls() 490 struct v4l2_ctrl_ref *ref = helpers[idx].ref; in v4l2_g_ext_ctrls_common() 700 struct v4l2_ctrl_ref *ref = in try_set_ext_ctrls_common() 1063 struct v4l2_ctrl_ref *ref; in v4l2_query_ext_ctrl() 1094 struct v4l2_ctrl_ref *pos = ref; in v4l2_query_ext_ctrl() 1111 struct v4l2_ctrl_ref *pos; in v4l2_query_ext_ctrl()
|
H A D | v4l2-ctrls-core.c | 1446 static bool req_alloc_array(struct v4l2_ctrl_ref *ref, u32 elems) in req_alloc_array() 1470 void new_to_req(struct v4l2_ctrl_ref *ref) in new_to_req() 1487 void cur_to_req(struct v4l2_ctrl_ref *ref) in cur_to_req() 1504 int req_to_new(struct v4l2_ctrl_ref *ref) in req_to_new() 1636 struct v4l2_ctrl_ref *ref, *next_ref; in v4l2_ctrl_handler_free() 1680 static struct v4l2_ctrl_ref *find_private_ref( in find_private_ref() 1683 struct v4l2_ctrl_ref *ref; in find_private_ref() 1702 struct v4l2_ctrl_ref *find_ref(struct v4l2_ctrl_handler *hdl, u32 id) in find_ref() 1704 struct v4l2_ctrl_ref *ref; in find_ref() 1729 struct v4l2_ctrl_ref *find_ref_lock(struct v4l2_ctrl_handler *hdl, u32 id) in find_ref_lock() [all …]
|
/linux/include/media/ |
H A D | v4l2-ctrls.h | 365 struct v4l2_ctrl_ref { struct 367 struct v4l2_ctrl_ref *next; argument 417 struct v4l2_ctrl_ref *cached; 418 struct v4l2_ctrl_ref **buckets;
|