Lines Matching refs:v4l2_ctrl
25 struct v4l2_ctrl;
117 int (*g_volatile_ctrl)(struct v4l2_ctrl *ctrl);
118 int (*try_ctrl)(struct v4l2_ctrl *ctrl);
119 int (*s_ctrl)(struct v4l2_ctrl *ctrl);
133 bool (*equal)(const struct v4l2_ctrl *ctrl, u32 idx,
136 void (*init)(const struct v4l2_ctrl *ctrl, u32 idx,
138 void (*log)(const struct v4l2_ctrl *ctrl);
139 int (*validate)(const struct v4l2_ctrl *ctrl, u32 idx,
153 typedef void (*v4l2_ctrl_notify_fnc)(struct v4l2_ctrl *ctrl, void *priv);
241 struct v4l2_ctrl { struct
246 struct v4l2_ctrl **cluster; argument
324 struct v4l2_ctrl *ctrl;
539 static inline void v4l2_ctrl_lock(struct v4l2_ctrl *ctrl) in v4l2_ctrl_lock()
549 static inline void v4l2_ctrl_unlock(struct v4l2_ctrl *ctrl) in v4l2_ctrl_unlock()
604 struct v4l2_ctrl *v4l2_ctrl_new_custom(struct v4l2_ctrl_handler *hdl,
628 struct v4l2_ctrl *v4l2_ctrl_new_std(struct v4l2_ctrl_handler *hdl,
654 struct v4l2_ctrl *v4l2_ctrl_new_std_menu(struct v4l2_ctrl_handler *hdl,
679 struct v4l2_ctrl *v4l2_ctrl_new_std_menu_items(struct v4l2_ctrl_handler *hdl,
700 struct v4l2_ctrl *v4l2_ctrl_new_std_compound(struct v4l2_ctrl_handler *hdl,
721 struct v4l2_ctrl *v4l2_ctrl_new_int_menu(struct v4l2_ctrl_handler *hdl,
733 typedef bool (*v4l2_ctrl_filter)(const struct v4l2_ctrl *ctrl);
768 bool v4l2_ctrl_radio_filter(const struct v4l2_ctrl *ctrl);
777 void v4l2_ctrl_cluster(unsigned int ncontrols, struct v4l2_ctrl **controls);
812 struct v4l2_ctrl **controls,
825 struct v4l2_ctrl *v4l2_ctrl_find(struct v4l2_ctrl_handler *hdl, u32 id);
839 void v4l2_ctrl_activate(struct v4l2_ctrl *ctrl, bool active);
855 void __v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed);
872 static inline void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in v4l2_ctrl_grab()
901 int __v4l2_ctrl_modify_range(struct v4l2_ctrl *ctrl,
923 static inline int v4l2_ctrl_modify_range(struct v4l2_ctrl *ctrl, in v4l2_ctrl_modify_range()
949 void v4l2_ctrl_notify(struct v4l2_ctrl *ctrl, v4l2_ctrl_notify_fnc notify,
995 s32 v4l2_ctrl_g_ctrl(struct v4l2_ctrl *ctrl);
1009 int __v4l2_ctrl_s_ctrl(struct v4l2_ctrl *ctrl, s32 val);
1023 static inline int v4l2_ctrl_s_ctrl(struct v4l2_ctrl *ctrl, s32 val) in v4l2_ctrl_s_ctrl()
1046 s64 v4l2_ctrl_g_ctrl_int64(struct v4l2_ctrl *ctrl);
1060 int __v4l2_ctrl_s_ctrl_int64(struct v4l2_ctrl *ctrl, s64 val);
1075 static inline int v4l2_ctrl_s_ctrl_int64(struct v4l2_ctrl *ctrl, s64 val) in v4l2_ctrl_s_ctrl_int64()
1098 int __v4l2_ctrl_s_ctrl_string(struct v4l2_ctrl *ctrl, const char *s);
1113 static inline int v4l2_ctrl_s_ctrl_string(struct v4l2_ctrl *ctrl, const char *s) in v4l2_ctrl_s_ctrl_string()
1137 int __v4l2_ctrl_s_ctrl_compound(struct v4l2_ctrl *ctrl,
1154 static inline int v4l2_ctrl_s_ctrl_compound(struct v4l2_ctrl *ctrl, in v4l2_ctrl_s_ctrl_compound()
1307 struct v4l2_ctrl *