Home
last modified time | relevance | path

Searched refs:handler_new_ref (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/media/v4l2-core/
Dv4l2-ctrls-priv.h63 int handler_new_ref(struct v4l2_ctrl_handler *hdl,
Dv4l2-ctrls-request.c75 err = handler_new_ref(hdl, ctrl, &new_ref, false, true); in v4l2_ctrl_request_clone()
Dv4l2-ctrls-core.c1664 int handler_new_ref(struct v4l2_ctrl_handler *hdl, in handler_new_ref() function
1994 if (handler_new_ref(hdl, ctrl, NULL, false, false)) { in v4l2_ctrl_new()
2208 ret = handler_new_ref(hdl, ctrl, NULL, from_other_dev, false); in v4l2_ctrl_add_handler()