Searched refs:handler_set_err (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-core.c | 1524 static inline int handler_set_err(struct v4l2_ctrl_handler *hdl, int err) in handler_set_err() function 1695 return handler_set_err(hdl, -ENOMEM); in handler_new_ref() 1882 handler_set_err(hdl, -ERANGE); in v4l2_ctrl_new() 1887 handler_set_err(hdl, err); in v4l2_ctrl_new() 1893 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new() 1904 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new() 1929 handler_set_err(hdl, -ENOMEM); in v4l2_ctrl_new() 2033 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new_custom() 2061 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new_std() 2094 handler_set_err(hd in v4l2_ctrl_new_std_menu() [all...] |
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls.c | 2319 static inline int handler_set_err(struct v4l2_ctrl_handler *hdl, int err) in handler_set_err() function 2506 return handler_set_err(hdl, -ENOMEM); in handler_new_ref() 2662 handler_set_err(hdl, -ERANGE); in v4l2_ctrl_new() 2667 handler_set_err(hdl, err); in v4l2_ctrl_new() 2673 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new() 2694 handler_set_err(hdl, -ENOMEM); in v4l2_ctrl_new() 2784 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new_custom() 2812 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new_std() 2845 handler_set_err(hdl, -EINVAL); in v4l2_ctrl_new_std_menu() 2871 handler_set_err(hd in v4l2_ctrl_new_std_menu_items() [all...] |
Completed in 7 milliseconds