Home
last modified time | relevance | path

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

/linux-3.4.99/include/media/
Dv4l2-ctrls.h158 struct v4l2_ctrl_ref { struct
160 struct v4l2_ctrl_ref *next; argument
182 struct v4l2_ctrl_ref *cached; argument
183 struct v4l2_ctrl_ref **buckets;
/linux-3.4.99/drivers/media/video/
Dv4l2-ctrls.c38 struct v4l2_ctrl_ref *mref;
1140 return list_entry(node, struct v4l2_ctrl_ref, node)->ctrl->id; in node2id()
1169 struct v4l2_ctrl_ref *ref, *next_ref; in v4l2_ctrl_handler_free()
1203 static struct v4l2_ctrl_ref *find_private_ref( in find_private_ref()
1206 struct v4l2_ctrl_ref *ref; in find_private_ref()
1225 static struct v4l2_ctrl_ref *find_ref(struct v4l2_ctrl_handler *hdl, u32 id) in find_ref()
1227 struct v4l2_ctrl_ref *ref; in find_ref()
1252 static struct v4l2_ctrl_ref *find_ref_lock( in find_ref_lock()
1255 struct v4l2_ctrl_ref *ref = NULL; in find_ref_lock()
1268 struct v4l2_ctrl_ref *ref = find_ref_lock(hdl, id); in v4l2_ctrl_find()
[all …]