Lines Matching defs:ctrl

40 	struct v4l2_ctrl *ctrl;  member
782 static bool type_is_int(const struct v4l2_ctrl *ctrl) in type_is_int()
794 static void fill_event(struct v4l2_event *ev, struct v4l2_ctrl *ctrl, u32 changes) in fill_event()
815 static void send_event(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 changes) in send_event()
832 struct v4l2_ctrl *ctrl) in cur_to_user()
857 struct v4l2_ctrl *ctrl) in user_to_new()
893 struct v4l2_ctrl *ctrl) in new_to_user()
917 static void new_to_cur(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, in new_to_cur()
965 static void cur_to_new(struct v4l2_ctrl *ctrl) in cur_to_new()
991 struct v4l2_ctrl *ctrl = master->cluster[i]; in cluster_changed() local
1015 static int validate_new_int(const struct v4l2_ctrl *ctrl, s32 *pval) in validate_new_int()
1061 static int validate_new(const struct v4l2_ctrl *ctrl, struct v4l2_ext_control *c) in validate_new()
1123 struct v4l2_ctrl *ctrl, *next_ctrl; in v4l2_ctrl_handler_free() local
1229 struct v4l2_ctrl *ctrl) in handler_new_ref()
1301 struct v4l2_ctrl *ctrl; in v4l2_ctrl_new() local
1380 struct v4l2_ctrl *ctrl; in v4l2_ctrl_new_custom() local
1455 struct v4l2_ctrl *ctrl) in v4l2_ctrl_add_ctrl()
1473 struct v4l2_ctrl *ctrl; in v4l2_ctrl_add_handler() local
1546 void v4l2_ctrl_activate(struct v4l2_ctrl *ctrl, bool active) in v4l2_ctrl_activate()
1572 void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in v4l2_ctrl_grab()
1593 static void log_ctrl(const struct v4l2_ctrl *ctrl, in log_ctrl()
1643 struct v4l2_ctrl *ctrl; in v4l2_ctrl_handler_log_status() local
1665 struct v4l2_ctrl *ctrl; in v4l2_ctrl_handler_setup() local
1705 struct v4l2_ctrl *ctrl; in v4l2_queryctrl() local
1770 struct v4l2_ctrl *ctrl; in v4l2_querymenu() local
1853 struct v4l2_ctrl *ctrl; in prepare_ext_ctrls() local
2011 static int get_ctrl(struct v4l2_ctrl *ctrl, s32 *val) in get_ctrl()
2036 struct v4l2_ctrl *ctrl = v4l2_ctrl_find(hdl, control->id); in v4l2_g_ctrl() local
2050 s32 v4l2_ctrl_g_ctrl(struct v4l2_ctrl *ctrl) in v4l2_ctrl_g_ctrl()
2077 struct v4l2_ctrl *ctrl = master->cluster[i]; in try_or_set_cluster() local
2117 struct v4l2_ctrl *ctrl = helpers[i].ctrl; in validate_ctrls() local
2275 static int set_ctrl(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, s32 *val) in set_ctrl()
2309 struct v4l2_ctrl *ctrl = v4l2_ctrl_find(hdl, control->id); in v4l2_s_ctrl() local
2327 int v4l2_ctrl_s_ctrl(struct v4l2_ctrl *ctrl, s32 val) in v4l2_ctrl_s_ctrl()
2335 void v4l2_ctrl_add_event(struct v4l2_ctrl *ctrl, in v4l2_ctrl_add_event()
2354 void v4l2_ctrl_del_event(struct v4l2_ctrl *ctrl, in v4l2_ctrl_del_event()