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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-ctrls.c765 INIT_LIST_HEAD(&hdl->ctrl_refs);
785 list_for_each_entry_safe(ref, next_ref, &hdl->ctrl_refs, node) {
814 list_for_each_entry(ref, &hdl->ctrl_refs, node) {
918 if (list_empty(&hdl->ctrl_refs) || id > node2id(hdl->ctrl_refs.prev)) {
919 list_add_tail(&new_ref->node, &hdl->ctrl_refs);
924 list_for_each_entry(ref, &hdl->ctrl_refs, node) {
1306 if ((qc->id & V4L2_CTRL_FLAG_NEXT_CTRL) && !list_empty(&hdl->ctrl_refs)) {
1310 if (id >= node2id(hdl->ctrl_refs.prev)) {
1321 list_for_each_entry(ref, &hdl->ctrl_refs, nod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dv4l2-ctrls.h150 * @ctrl_refs: The list of control references.
161 struct list_head ctrl_refs; member in struct:v4l2_ctrl_handler

Completed in 61 milliseconds