Searched refs:ov02a10 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dov02a10.c102 struct ov02a10 { struct
129 static inline struct ov02a10 *to_ov02a10(struct v4l2_subdev *sd)
131 return container_of(sd, struct ov02a10, subdev);
272 static int ov02a10_write_array(struct ov02a10 *ov02a10, argument
275 struct i2c_client *client = v4l2_get_subdevdata(&ov02a10->subdev);
301 struct ov02a10 *ov02a10 = to_ov02a10(sd); local
306 mutex_lock(&ov02a10->mutex);
308 if (ov02a10
333 struct ov02a10 *ov02a10 = to_ov02a10(sd); local
356 struct ov02a10 *ov02a10 = to_ov02a10(sd); local
381 ov02a10_check_sensor_id(struct ov02a10 *ov02a10) argument
406 struct ov02a10 *ov02a10 = to_ov02a10(sd); local
451 struct ov02a10 *ov02a10 = to_ov02a10(sd); local
462 __ov02a10_start_stream(struct ov02a10 *ov02a10) argument
506 __ov02a10_stop_stream(struct ov02a10 *ov02a10) argument
532 struct ov02a10 *ov02a10 = to_ov02a10(sd); local
576 ov02a10_set_exposure(struct ov02a10 *ov02a10, int val) argument
598 ov02a10_set_gain(struct ov02a10 *ov02a10, int val) argument
615 ov02a10_set_vblank(struct ov02a10 *ov02a10, int val) argument
638 ov02a10_set_test_pattern(struct ov02a10 *ov02a10, int pattern) argument
663 struct ov02a10 *ov02a10 = container_of(ctrl->handler, local
735 ov02a10_initialize_controls(struct ov02a10 *ov02a10) argument
807 ov02a10_check_hwcfg(struct device *dev, struct ov02a10 *ov02a10) argument
860 struct ov02a10 *ov02a10; local
983 struct ov02a10 *ov02a10 = to_ov02a10(sd); local
[all...]
H A DMakefile79 obj-$(CONFIG_VIDEO_OV02A10) += ov02a10.o

Completed in 119 milliseconds