Searched refs:ctrl_refs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-request.c | 68 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()
|
H A D | v4l2-ctrls-api.c | 1035 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()
|
H A D | v4l2-ctrls-core.c | 1540 INIT_LIST_HEAD(&hdl->ctrl_refs); in v4l2_ctrl_handler_init_class() 1564 list_for_each_entry_safe(ref, next_ref, &hdl->ctrl_refs, node) { in v4l2_ctrl_handler_free() 1599 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in find_private_ref() 1709 if (list_empty(&hdl->ctrl_refs) || id > node2id(hdl->ctrl_refs.prev)) { in handler_new_ref() 1710 list_add_tail(&new_ref->node, &hdl->ctrl_refs); in handler_new_ref() 1715 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in handler_new_ref() 2196 list_for_each_entry(ref, &add->ctrl_refs, node) { in v4l2_ctrl_add_handler()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls.c | 2335 INIT_LIST_HEAD(&hdl->ctrl_refs); in v4l2_ctrl_handler_init_class() 2377 list_for_each_entry_safe(ref, next_ref, &hdl->ctrl_refs, node) { in v4l2_ctrl_handler_free() 2409 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in find_private_ref() 2520 if (list_empty(&hdl->ctrl_refs) || id > node2id(hdl->ctrl_refs.prev)) { in handler_new_ref() 2521 list_add_tail(&new_ref->node, &hdl->ctrl_refs); in handler_new_ref() 2526 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in handler_new_ref() 2947 list_for_each_entry(ref, &add->ctrl_refs, node) { in v4l2_ctrl_add_handler() 3205 if ((qc->id & next_flags) && !list_empty(&hdl->ctrl_refs)) { in v4l2_query_ext_ctrl() 3222 if (id >= node2id(hdl->ctrl_refs in v4l2_query_ext_ctrl() [all...] |
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-ctrls.h | 339 * @ctrl_refs: The list of control references. 367 struct list_head ctrl_refs; member
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-ctrls.h | 372 * @ctrl_refs: The list of control references. 400 struct list_head ctrl_refs; member
|
Completed in 14 milliseconds