Home
last modified time | relevance | path

Searched refs:ov02a10 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/media/i2c/
H A Dov02a10.c102 struct ov02a10 { struct
129 static inline struct ov02a10 *to_ov02a10(struct v4l2_subdev *sd) in to_ov02a10() argument
131 return container_of(sd, struct ov02a10, subdev); in to_ov02a10()
272 static int ov02a10_write_array(struct ov02a10 *ov02a10, in ov02a10_write_array() argument
275 struct i2c_client *client = v4l2_get_subdevdata(&ov02a10->subdev); in ov02a10_write_array()
301 struct ov02a10 *ov02a10 = to_ov02a10(sd); in ov02a10_set_fmt() local
306 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 …]
H A DMakefile75 obj-$(CONFIG_VIDEO_OV02A10) += ov02a10.o
H A DKconfig283 module will be called ov02a10.
/openbmc/linux/
H A DMAINTAINERS15758 F: Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml
15759 F: drivers/media/i2c/ov02a10.c
H A Dopengrok1.0.log[all...]
H A Dopengrok2.0.log[all...]