Home
last modified time | relevance | path

Searched refs:ctrl_refs (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-ctrls-request.c68 list_for_each_entry(ref, &from->ctrl_refs, node) { in v4l2_ctrl_request_clone()
361 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in v4l2_ctrl_request_complete()
423 list_for_each_entry(ref, &hdl->ctrl_refs, node) in v4l2_ctrl_request_setup()
426 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in v4l2_ctrl_request_setup()
A Dv4l2-ctrls-api.c1035 if ((qc->id & next_flags) && !list_empty(&hdl->ctrl_refs)) { in v4l2_query_ext_ctrl()
1052 if (id >= node2id(hdl->ctrl_refs.prev)) { in v4l2_query_ext_ctrl()
1059 list_for_each_entry_continue(ref, &hdl->ctrl_refs, node) { in v4l2_query_ext_ctrl()
1066 if (&ref->node == &hdl->ctrl_refs) in v4l2_query_ext_ctrl()
1075 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in v4l2_query_ext_ctrl()
1082 if (&ref->node == &hdl->ctrl_refs) in v4l2_query_ext_ctrl()
A Dv4l2-ctrls-core.c1289 INIT_LIST_HEAD(&hdl->ctrl_refs); in v4l2_ctrl_handler_init_class()
1313 list_for_each_entry_safe(ref, next_ref, &hdl->ctrl_refs, node) { in v4l2_ctrl_handler_free()
1348 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in find_private_ref()
1458 if (list_empty(&hdl->ctrl_refs) || id > node2id(hdl->ctrl_refs.prev)) { in handler_new_ref()
1459 list_add_tail(&new_ref->node, &hdl->ctrl_refs); in handler_new_ref()
1464 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in handler_new_ref()
1933 list_for_each_entry(ref, &add->ctrl_refs, node) { in v4l2_ctrl_add_handler()
/linux-6.3-rc2/include/media/
A Dv4l2-ctrls.h392 struct list_head ctrl_refs; member

Completed in 12 milliseconds