Searched refs:ctrl_refs (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 1899 INIT_LIST_HEAD(&hdl->ctrl_refs); in v4l2_ctrl_handler_init_class() 1921 list_for_each_entry_safe(ref, next_ref, &hdl->ctrl_refs, node) { in v4l2_ctrl_handler_free() 1953 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in find_private_ref() 2061 if (list_empty(&hdl->ctrl_refs) || id > node2id(hdl->ctrl_refs.prev)) { in handler_new_ref() 2062 list_add_tail(&new_ref->node, &hdl->ctrl_refs); in handler_new_ref() 2067 list_for_each_entry(ref, &hdl->ctrl_refs, node) { in handler_new_ref() 2403 list_for_each_entry(ref, &add->ctrl_refs, node) { in v4l2_ctrl_add_handler() 2667 if ((qc->id & next_flags) && !list_empty(&hdl->ctrl_refs)) { in v4l2_query_ext_ctrl() 2684 if (id >= node2id(hdl->ctrl_refs.prev)) { in v4l2_query_ext_ctrl() 2689 list_for_each_entry_continue(ref, &hdl->ctrl_refs, node) { in v4l2_query_ext_ctrl() [all …]
|
/linux-4.19.296/include/media/ |
D | v4l2-ctrls.h | 288 struct list_head ctrl_refs; member
|