Searched refs:handler_new_ref (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/media/v4l2-core/ |
D | v4l2-ctrls-priv.h | 63 int handler_new_ref(struct v4l2_ctrl_handler *hdl,
|
D | v4l2-ctrls-request.c | 75 err = handler_new_ref(hdl, ctrl, &new_ref, false, true); in v4l2_ctrl_request_clone()
|
D | v4l2-ctrls-core.c | 1664 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()
|