Lines Matching refs:ctrl_refs

2133 	INIT_LIST_HEAD(&hdl->ctrl_refs);  in v4l2_ctrl_handler_init_class()
2167 list_for_each_entry_safe(ref, next_ref, &hdl->ctrl_refs, node) { in v4l2_ctrl_handler_free()
2199 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in find_private_ref()
2310 if (list_empty(&hdl->ctrl_refs) || id > node2id(hdl->ctrl_refs.prev)) { in handler_new_ref()
2311 list_add_tail(&new_ref->node, &hdl->ctrl_refs); in handler_new_ref()
2316 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in handler_new_ref()
2691 list_for_each_entry(ref, &add->ctrl_refs, node) { in v4l2_ctrl_add_handler()
2949 if ((qc->id & next_flags) && !list_empty(&hdl->ctrl_refs)) { in v4l2_query_ext_ctrl()
2966 if (id >= node2id(hdl->ctrl_refs.prev)) { in v4l2_query_ext_ctrl()
2971 list_for_each_entry_continue(ref, &hdl->ctrl_refs, node) { in v4l2_query_ext_ctrl()
2978 if (&ref->node == &hdl->ctrl_refs) in v4l2_query_ext_ctrl()
2985 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in v4l2_query_ext_ctrl()
2992 if (&ref->node == &hdl->ctrl_refs) in v4l2_query_ext_ctrl()
3121 list_for_each_entry(ref, &from->ctrl_refs, node) { in v4l2_ctrl_request_clone()
3158 ref_ctrl_prev = list_first_entry(&prev_hdl->ctrl_refs, in v4l2_ctrl_request_queue()
3160 list_for_each_entry(ref_ctrl, &hdl->ctrl_refs, node) { in v4l2_ctrl_request_queue()
3166 &prev_hdl->ctrl_refs)) in v4l2_ctrl_request_queue()
4103 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in v4l2_ctrl_request_complete()
4167 list_for_each_entry(ref, &hdl->ctrl_refs, node) in v4l2_ctrl_request_setup()
4170 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in v4l2_ctrl_request_setup()