Lines Matching defs:mt9m111

228 struct mt9m111 {  struct
232 struct mt9m111_context *ctx; argument
238 const struct mt9m111_mode_info *current_mode; argument
241 const struct mt9m111_datafmt *fmt; argument
252 static const struct mt9m111_mode_info mt9m111_mode_data[MT9M111_NUM_MODES] = { argument
284 static const struct mt9m111_datafmt *mt9m111_find_datafmt(struct mt9m111 *mt9m111, in mt9m111_find_datafmt()
304 struct mt9m111 *mt9m111 = to_mt9m111(client); in reg_page_map_set() local
375 static int mt9m111_set_context(struct mt9m111 *mt9m111, in mt9m111_set_context()
382 static int mt9m111_setup_rect_ctx(struct mt9m111 *mt9m111, in mt9m111_setup_rect_ctx()
397 static int mt9m111_setup_geometry(struct mt9m111 *mt9m111, struct v4l2_rect *rect, in mt9m111_setup_geometry()
429 static int mt9m111_enable(struct mt9m111 *mt9m111) in mt9m111_enable()
435 static int mt9m111_reset(struct mt9m111 *mt9m111) in mt9m111_reset()
455 struct mt9m111 *mt9m111 = to_mt9m111(client); in mt9m111_set_selection() local
499 struct mt9m111 *mt9m111 = to_mt9m111(client); in mt9m111_get_selection() local
524 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_get_fmt() local
551 static int mt9m111_set_pixfmt(struct mt9m111 *mt9m111, in mt9m111_set_pixfmt()
631 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_set_fmt() local
697 mt9m111_find_mode(struct mt9m111 *mt9m111, unsigned int req_fps, in mt9m111_find_mode()
786 static int mt9m111_set_flip(struct mt9m111 *mt9m111, int flip, int mask) in mt9m111_set_flip()
799 static int mt9m111_get_global_gain(struct mt9m111 *mt9m111) in mt9m111_get_global_gain()
811 static int mt9m111_set_global_gain(struct mt9m111 *mt9m111, int gain) in mt9m111_set_global_gain()
829 static int mt9m111_set_autoexposure(struct mt9m111 *mt9m111, int val) in mt9m111_set_autoexposure()
838 static int mt9m111_set_autowhitebalance(struct mt9m111 *mt9m111, int on) in mt9m111_set_autowhitebalance()
858 static int mt9m111_set_test_pattern(struct mt9m111 *mt9m111, int val) in mt9m111_set_test_pattern()
866 static int mt9m111_set_colorfx(struct mt9m111 *mt9m111, int val) in mt9m111_set_colorfx()
891 struct mt9m111 *mt9m111 = container_of(ctrl->handler, in mt9m111_s_ctrl() local
916 static int mt9m111_suspend(struct mt9m111 *mt9m111) in mt9m111_suspend()
934 static void mt9m111_restore_state(struct mt9m111 *mt9m111) in mt9m111_restore_state()
948 static int mt9m111_resume(struct mt9m111 *mt9m111) in mt9m111_resume()
959 static int mt9m111_init(struct mt9m111 *mt9m111) in mt9m111_init()
974 static int mt9m111_power_on(struct mt9m111 *mt9m111) in mt9m111_power_on()
1004 static void mt9m111_power_off(struct mt9m111 *mt9m111) in mt9m111_power_off()
1013 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_s_power() local
1057 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_g_frame_interval() local
1067 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_s_frame_interval() local
1114 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_s_stream() local
1143 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); in mt9m111_get_mbus_config() local
1187 struct mt9m111 *mt9m111 = to_mt9m111(client); in mt9m111_video_probe() local
1224 static int mt9m111_probe_fw(struct i2c_client *client, struct mt9m111 *mt9m111) in mt9m111_probe_fw()
1250 struct mt9m111 *mt9m111; in mt9m111_probe() local
1364 struct mt9m111 *mt9m111 = to_mt9m111(client); in mt9m111_remove() local