Searched refs:handler_set_err (Results 1 – 1 of 1) sorted by relevance
/drivers/media/video/ |
D | v4l2-ctrls.c | 1144 static inline int handler_set_err(struct v4l2_ctrl_handler *hdl, int err) in handler_set_err() function 1294 return handler_set_err(hdl, -ENOMEM); in handler_new_ref() 1360 handler_set_err(hdl, -ERANGE); in v4l2_ctrl_new() 1364 handler_set_err(hdl, -ERANGE); in v4l2_ctrl_new() 1371 handler_set_err(hdl, -ERANGE); in v4l2_ctrl_new() 1375 handler_set_err(hdl, -ERANGE); in v4l2_ctrl_new() 1388 handler_set_err(hdl, -ENOMEM); in v4l2_ctrl_new() 1470 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new_std() 1492 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new_std_menu() 1507 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_add_ctrl()
|