Searched refs:ov02a10 (Results 1 – 6 of 6) sorted by relevance
102 struct ov02a10 { struct129 static inline struct ov02a10 *to_ov02a10(struct v4l2_subdev *sd) in to_ov02a10() argument131 return container_of(sd, struct ov02a10, subdev); in to_ov02a10()272 static int ov02a10_write_array(struct ov02a10 *ov02a10, in ov02a10_write_array() argument275 struct i2c_client *client = v4l2_get_subdevdata(&ov02a10->subdev); in ov02a10_write_array()301 struct ov02a10 *ov02a10 = to_ov02a10(sd); in ov02a10_set_fmt() local306 mutex_lock(&ov02a10->mutex); in ov02a10_set_fmt()308 if (ov02a10->streaming && fmt->which == V4L2_SUBDEV_FORMAT_ACTIVE) { in ov02a10_set_fmt()314 mbus_fmt->code = ov02a10->fmt.code; in ov02a10_set_fmt()315 ov02a10_fill_fmt(ov02a10->cur_mode, mbus_fmt); in ov02a10_set_fmt()[all …]
75 obj-$(CONFIG_VIDEO_OV02A10) += ov02a10.o
283 module will be called ov02a10.
15758 F: Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml15759 F: drivers/media/i2c/ov02a10.c
[all...]