Searched refs:handler_set_err (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-ctrls-core.c | 1787 static inline int handler_set_err(struct v4l2_ctrl_handler *hdl, int err) in handler_set_err() function 1961 return handler_set_err(hdl, -ENOMEM); in handler_new_ref() 2166 handler_set_err(hdl, -ERANGE); in v4l2_ctrl_new() 2172 handler_set_err(hdl, err); in v4l2_ctrl_new() 2178 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new() 2189 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new() 2218 handler_set_err(hdl, -ENOMEM); in v4l2_ctrl_new() 2338 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new_custom() 2367 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new_std() 2401 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new_std_menu() [all …]
|