Home
last modified time | relevance | path

Searched refs:handler_set_err (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-ctrls.c1694 static inline int handler_set_err(struct v4l2_ctrl_handler *hdl, int err) in handler_set_err() function
1851 return handler_set_err(hdl, -ENOMEM); in handler_new_ref()
1958 handler_set_err(hdl, -ERANGE); in v4l2_ctrl_new()
1963 handler_set_err(hdl, err); in v4l2_ctrl_new()
1967 handler_set_err(hdl, -ERANGE); in v4l2_ctrl_new()
1973 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new()
1991 handler_set_err(hdl, -ENOMEM); in v4l2_ctrl_new()
2076 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new_custom()
2104 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new_std()
2137 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new_std_menu()
[all …]