Home
last modified time | relevance | path

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

/linux-4.19.296/include/media/
Dv4l2-ctrls.h255 struct v4l2_ctrl_ref { struct
257 struct v4l2_ctrl_ref *next; argument
289 struct v4l2_ctrl_ref *cached;
290 struct v4l2_ctrl_ref **buckets;
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-ctrls.c39 struct v4l2_ctrl_ref *mref;
1879 return list_entry(node, struct v4l2_ctrl_ref, node)->ctrl->id; in node2id()
1912 struct v4l2_ctrl_ref *ref, *next_ref; in v4l2_ctrl_handler_free()
1947 static struct v4l2_ctrl_ref *find_private_ref( in find_private_ref()
1950 struct v4l2_ctrl_ref *ref; in find_private_ref()
1969 static struct v4l2_ctrl_ref *find_ref(struct v4l2_ctrl_handler *hdl, u32 id) in find_ref()
1971 struct v4l2_ctrl_ref *ref; in find_ref()
1996 static struct v4l2_ctrl_ref *find_ref_lock( in find_ref_lock()
1999 struct v4l2_ctrl_ref *ref = NULL; in find_ref_lock()
2012 struct v4l2_ctrl_ref *ref = find_ref_lock(hdl, id); in v4l2_ctrl_find()
[all …]