Lines Matching refs:ctrl_refs

2325 	INIT_LIST_HEAD(&hdl->ctrl_refs);  in v4l2_ctrl_handler_init_class()
2359 list_for_each_entry_safe(ref, next_ref, &hdl->ctrl_refs, node) { in v4l2_ctrl_handler_free()
2391 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in find_private_ref()
2502 if (list_empty(&hdl->ctrl_refs) || id > node2id(hdl->ctrl_refs.prev)) { in handler_new_ref()
2503 list_add_tail(&new_ref->node, &hdl->ctrl_refs); in handler_new_ref()
2508 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in handler_new_ref()
2929 list_for_each_entry(ref, &add->ctrl_refs, node) { in v4l2_ctrl_add_handler()
3187 if ((qc->id & next_flags) && !list_empty(&hdl->ctrl_refs)) { in v4l2_query_ext_ctrl()
3204 if (id >= node2id(hdl->ctrl_refs.prev)) { in v4l2_query_ext_ctrl()
3209 list_for_each_entry_continue(ref, &hdl->ctrl_refs, node) { in v4l2_query_ext_ctrl()
3216 if (&ref->node == &hdl->ctrl_refs) in v4l2_query_ext_ctrl()
3223 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in v4l2_query_ext_ctrl()
3230 if (&ref->node == &hdl->ctrl_refs) in v4l2_query_ext_ctrl()
3359 list_for_each_entry(ref, &from->ctrl_refs, node) { in v4l2_ctrl_request_clone()
3397 ref_ctrl_prev = list_first_entry(&prev_hdl->ctrl_refs, in v4l2_ctrl_request_queue()
3399 list_for_each_entry(ref_ctrl, &hdl->ctrl_refs, node) { in v4l2_ctrl_request_queue()
3405 &prev_hdl->ctrl_refs)) in v4l2_ctrl_request_queue()
4364 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in v4l2_ctrl_request_complete()
4437 list_for_each_entry(ref, &hdl->ctrl_refs, node) in v4l2_ctrl_request_setup()
4440 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in v4l2_ctrl_request_setup()