Searched refs:handler_set_err (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 2309 static inline int handler_set_err(struct v4l2_ctrl_handler *hdl, int err) in handler_set_err() function 2488 return handler_set_err(hdl, -ENOMEM); in handler_new_ref() 2644 handler_set_err(hdl, -ERANGE); in v4l2_ctrl_new() 2649 handler_set_err(hdl, err); in v4l2_ctrl_new() 2655 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new() 2676 handler_set_err(hdl, -ENOMEM); in v4l2_ctrl_new() 2766 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new_custom() 2794 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new_std() 2827 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new_std_menu() 2853 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new_std_menu_items() [all …]
|