Searched refs:ov02b10 (Results 1 – 2 of 2) sorted by relevance
119 struct ov02b10 { struct156 #define to_ov02b10(sd) container_of(sd, struct ov02b10, subdev) argument301 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() argument396 for (i = 0; i < ov02b10->cfg_num; i++) { in ov02b10_find_best_fit()412 struct ov02b10 *ov02b10 = to_ov02b10(sd); in ov02b10_set_fmt() local418 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 …]
82 obj-$(CONFIG_VIDEO_OV02B10) += ov02b10.o