Lines Matching defs:mt9m111
229 struct mt9m111 { struct
233 struct mt9m111_context *ctx; argument
239 const struct mt9m111_mode_info *current_mode; argument
242 const struct mt9m111_datafmt *fmt; argument
253 static const struct mt9m111_mode_info mt9m111_mode_data[MT9M111_NUM_MODES] = { argument
285 static const struct mt9m111_datafmt *mt9m111_find_datafmt(struct mt9m111 *mt9m111, in mt9m111_find_datafmt()
305 struct mt9m111 *mt9m111 = to_mt9m111(client); in reg_page_map_set() local
376 static int mt9m111_set_context(struct mt9m111 *mt9m111, in mt9m111_set_context()
383 static int mt9m111_setup_rect_ctx(struct mt9m111 *mt9m111, in mt9m111_setup_rect_ctx()
398 static int mt9m111_setup_geometry(struct mt9m111 *mt9m111, struct v4l2_rect *rect, in mt9m111_setup_geometry()
430 static int mt9m111_enable(struct mt9m111 *mt9m111) in mt9m111_enable()
436 static int mt9m111_reset(struct mt9m111 *mt9m111) in mt9m111_reset()
456 struct mt9m111 *mt9m111 = to_mt9m111(client); in mt9m111_set_selection() local
500 struct mt9m111 *mt9m111 = to_mt9m111(client); in mt9m111_get_selection() local
525 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_get_fmt() local
552 static int mt9m111_set_pixfmt(struct mt9m111 *mt9m111, in mt9m111_set_pixfmt()
632 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_set_fmt() local
698 mt9m111_find_mode(struct mt9m111 *mt9m111, unsigned int req_fps, in mt9m111_find_mode()
787 static int mt9m111_set_flip(struct mt9m111 *mt9m111, int flip, int mask) in mt9m111_set_flip()
800 static int mt9m111_get_global_gain(struct mt9m111 *mt9m111) in mt9m111_get_global_gain()
812 static int mt9m111_set_global_gain(struct mt9m111 *mt9m111, int gain) in mt9m111_set_global_gain()
830 static int mt9m111_set_autoexposure(struct mt9m111 *mt9m111, int val) in mt9m111_set_autoexposure()
839 static int mt9m111_set_autowhitebalance(struct mt9m111 *mt9m111, int on) in mt9m111_set_autowhitebalance()
859 static int mt9m111_set_test_pattern(struct mt9m111 *mt9m111, int val) in mt9m111_set_test_pattern()
867 static int mt9m111_set_colorfx(struct mt9m111 *mt9m111, int val) in mt9m111_set_colorfx()
892 struct mt9m111 *mt9m111 = container_of(ctrl->handler, in mt9m111_s_ctrl() local
917 static int mt9m111_suspend(struct mt9m111 *mt9m111) in mt9m111_suspend()
935 static void mt9m111_restore_state(struct mt9m111 *mt9m111) in mt9m111_restore_state()
949 static int mt9m111_resume(struct mt9m111 *mt9m111) in mt9m111_resume()
960 static int mt9m111_init(struct mt9m111 *mt9m111) in mt9m111_init()
975 static int mt9m111_power_on(struct mt9m111 *mt9m111) in mt9m111_power_on()
1005 static void mt9m111_power_off(struct mt9m111 *mt9m111) in mt9m111_power_off()
1014 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_s_power() local
1058 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_g_frame_interval() local
1068 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_s_frame_interval() local
1115 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_s_stream() local
1144 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_get_mbus_config() local
1186 struct mt9m111 *mt9m111 = to_mt9m111(client); in mt9m111_video_probe() local
1223 static int mt9m111_probe_fw(struct i2c_client *client, struct mt9m111 *mt9m111) in mt9m111_probe_fw()
1249 struct mt9m111 *mt9m111; in mt9m111_probe() local
1363 struct mt9m111 *mt9m111 = to_mt9m111(client); in mt9m111_remove() local