Searched refs:mt9m111 (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dmt9m111.c228 struct mt9m111 { struct
282 static const struct mt9m111_datafmt *mt9m111_find_datafmt(struct mt9m111 *mt9m111, argument
290 return mt9m111->fmt;
293 static struct mt9m111 *to_mt9m111(const struct i2c_client *client)
295 return container_of(i2c_get_clientdata(client), struct mt9m111, subdev);
302 struct mt9m111 *mt9m111 = to_mt9m111(client); local
305 if (page == mt9m111->lastpage)
312 mt9m111
373 mt9m111_set_context(struct mt9m111 *mt9m111, struct mt9m111_context *ctx) argument
380 mt9m111_setup_rect_ctx(struct mt9m111 *mt9m111, struct mt9m111_context *ctx, struct v4l2_rect *rect, unsigned int width, unsigned int height) argument
395 mt9m111_setup_geometry(struct mt9m111 *mt9m111, struct v4l2_rect *rect, int width, int height, u32 code) argument
427 mt9m111_enable(struct mt9m111 *mt9m111) argument
433 mt9m111_reset(struct mt9m111 *mt9m111) argument
453 struct mt9m111 *mt9m111 = to_mt9m111(client); local
497 struct mt9m111 *mt9m111 = to_mt9m111(client); local
522 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); local
545 mt9m111_set_pixfmt(struct mt9m111 *mt9m111, u32 code) argument
625 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); local
691 mt9m111_find_mode(struct mt9m111 *mt9m111, unsigned int req_fps, unsigned int width, unsigned int height) argument
780 mt9m111_set_flip(struct mt9m111 *mt9m111, int flip, int mask) argument
793 mt9m111_get_global_gain(struct mt9m111 *mt9m111) argument
805 mt9m111_set_global_gain(struct mt9m111 *mt9m111, int gain) argument
823 mt9m111_set_autoexposure(struct mt9m111 *mt9m111, int val) argument
832 mt9m111_set_autowhitebalance(struct mt9m111 *mt9m111, int on) argument
852 mt9m111_set_test_pattern(struct mt9m111 *mt9m111, int val) argument
860 mt9m111_set_colorfx(struct mt9m111 *mt9m111, int val) argument
885 struct mt9m111 *mt9m111 = container_of(ctrl->handler, local
910 mt9m111_suspend(struct mt9m111 *mt9m111) argument
928 mt9m111_restore_state(struct mt9m111 *mt9m111) argument
942 mt9m111_resume(struct mt9m111 *mt9m111) argument
953 mt9m111_init(struct mt9m111 *mt9m111) argument
968 mt9m111_power_on(struct mt9m111 *mt9m111) argument
998 mt9m111_power_off(struct mt9m111 *mt9m111) argument
1007 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); local
1052 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); local
1070 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); local
1124 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); local
1152 struct mt9m111 *mt9m111 = container_of(sd, struct mt9m111, subdev); local
1199 struct mt9m111 *mt9m111 = to_mt9m111(client); local
1236 mt9m111_probe_fw(struct i2c_client *client, struct mt9m111 *mt9m111) argument
1262 struct mt9m111 *mt9m111; local
1373 struct mt9m111 *mt9m111 = to_mt9m111(client); local
[all...]
H A DMakefile70 obj-$(CONFIG_VIDEO_MT9M111) += mt9m111.o
/linux-master/drivers/media/usb/gspca/m5602/
H A Dm5602_mt9m111.h3 * Driver for the mt9m111 sensor
14 * Some defines taken from the mt9m111 sensor driver
113 static const struct m5602_sensor mt9m111 = { variable in typeref:struct:m5602_sensor
H A Dm5602_core.c224 /* Try the mt9m111 sensor */
225 sd->sensor = &mt9m111;
H A Dm5602_mt9m111.c3 * Driver for the mt9m111 sensor
203 pr_info("Forcing a %s sensor\n", mt9m111.name);
211 gspca_dbg(gspca_dev, D_PROBE, "Probing for a mt9m111 sensor\n");
233 pr_info("Detected a mt9m111 sensor\n");
402 /* The mt9m111 is flipped by default */
570 pr_info("Dumping the mt9m111 register state\n");
572 pr_info("Dumping the mt9m111 sensor core registers\n");
581 pr_info("Dumping the mt9m111 color pipeline registers\n");
590 pr_info("Dumping the mt9m111 camera control registers\n");
599 pr_info("mt9m111 registe
[all...]

Completed in 227 milliseconds