Lines Matching defs:state

31 static int s5c73m3_get_af_status(struct s5c73m3 *state, struct v4l2_ctrl *ctrl)  in s5c73m3_get_af_status()
63 struct s5c73m3 *state = sensor_sd_to_s5c73m3(sd); in s5c73m3_g_volatile_ctrl() local
80 static int s5c73m3_set_colorfx(struct s5c73m3 *state, int val) in s5c73m3_set_colorfx()
106 static int s5c73m3_set_exposure(struct s5c73m3 *state, int auto_exp) in s5c73m3_set_exposure()
142 static int s5c73m3_set_white_balance(struct s5c73m3 *state, int val) in s5c73m3_set_white_balance()
168 static int s5c73m3_af_run(struct s5c73m3 *state, bool on) in s5c73m3_af_run()
183 static int s5c73m3_3a_lock(struct s5c73m3 *state, struct v4l2_ctrl *ctrl) in s5c73m3_3a_lock()
211 static int s5c73m3_set_auto_focus(struct s5c73m3 *state, int caf) in s5c73m3_set_auto_focus()
236 static int s5c73m3_set_contrast(struct s5c73m3 *state, int val) in s5c73m3_set_contrast()
242 static int s5c73m3_set_saturation(struct s5c73m3 *state, int val) in s5c73m3_set_saturation()
248 static int s5c73m3_set_sharpness(struct s5c73m3 *state, int val) in s5c73m3_set_sharpness()
254 static int s5c73m3_set_iso(struct s5c73m3 *state, int val) in s5c73m3_set_iso()
266 static int s5c73m3_set_stabilization(struct s5c73m3 *state, int val) in s5c73m3_set_stabilization()
276 static int s5c73m3_set_jpeg_quality(struct s5c73m3 *state, int quality) in s5c73m3_set_jpeg_quality()
290 static int s5c73m3_set_scene_program(struct s5c73m3 *state, int val) in s5c73m3_set_scene_program()
315 static int s5c73m3_set_power_line_freq(struct s5c73m3 *state, int val) in s5c73m3_set_power_line_freq()
340 struct s5c73m3 *state = sensor_sd_to_s5c73m3(sd); in s5c73m3_s_ctrl() local
443 int s5c73m3_init_controls(struct s5c73m3 *state) in s5c73m3_init_controls()