Searched refs:handler_new_ref (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/media/v4l2-core/ | 
| D | v4l2-ctrls-priv.h | 64 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 | 1068 int handler_new_ref(struct v4l2_ctrl_handler *hdl,  in handler_new_ref()  function1351 	if (handler_new_ref(hdl, ctrl, NULL, false, false)) {  in v4l2_ctrl_new()
 1564 		ret = handler_new_ref(hdl, ctrl, NULL, from_other_dev, false);  in v4l2_ctrl_add_handler()
 
 |