Home
last modified time | relevance | path

Searched refs:ov02b10 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov02b10.c119 struct ov02b10 { struct
156 #define to_ov02b10(sd) container_of(sd, struct ov02b10, subdev) argument
301 static int __ov02b10_power_on(struct ov02b10 *ov02b10);
303 static int ov02b10_check_sensor_id(struct ov02b10 *ov02b10,
388 ov02b10_find_best_fit(struct ov02b10 *ov02b10, struct v4l2_subdev_format *fmt) in ov02b10_find_best_fit() argument
396 for (i = 0; i < ov02b10->cfg_num; i++) { in ov02b10_find_best_fit()
412 struct ov02b10 *ov02b10 = to_ov02b10(sd); in ov02b10_set_fmt() local
418 mutex_lock(&ov02b10->mutex); in ov02b10_set_fmt()
420 mode = ov02b10_find_best_fit(ov02b10, fmt); in ov02b10_set_fmt()
429 mutex_unlock(&ov02b10->mutex); in ov02b10_set_fmt()
[all …]
H A DMakefile82 obj-$(CONFIG_VIDEO_OV02B10) += ov02b10.o