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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dv4l2-ctrls.h130 /** struct v4l2_ctrl_ref - The control reference.
139 struct v4l2_ctrl_ref { struct
141 struct v4l2_ctrl_ref *next;
162 struct v4l2_ctrl_ref *cached;
163 struct v4l2_ctrl_ref **buckets;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-ctrls.c748 return list_entry(node, struct v4l2_ctrl_ref, node)->ctrl->id;
777 struct v4l2_ctrl_ref *ref, *next_ref;
808 static struct v4l2_ctrl_ref *find_private_ref(
811 struct v4l2_ctrl_ref *ref;
830 static struct v4l2_ctrl_ref *find_ref(struct v4l2_ctrl_handler *hdl, u32 id)
832 struct v4l2_ctrl_ref *ref;
857 static struct v4l2_ctrl_ref *find_ref_lock(
860 struct v4l2_ctrl_ref *ref = NULL;
873 struct v4l2_ctrl_ref *ref = find_ref_lock(hdl, id);
879 /* Allocate a new v4l2_ctrl_ref an
[all...]

Completed in 100 milliseconds