Home
last modified time | relevance | path

Searched full:imx296 (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/media/i2c/
H A Dsony,imx296.yaml4 $id: http://devicetree.org/schemas/media/i2c/sony,imx296.yaml#
7 title: Sony IMX296 1/2.8-Inch CMOS Image Sensor
14 The Sony IMX296 is a 1/2.9-Inch active pixel type CMOS Solid-state image
23 - sony,imx296
27 The IMX296 sensor exists in two different models, a colour variant
30 "sony,imx296" compatible string. However, some camera modules disable the
82 imx296: camera-sensor@1a {
83 compatible = "sony,imx296";
/linux/drivers/media/i2c/
H A Dimx296.c3 * Driver for IMX296 CMOS Image Sensor from Sony
194 struct imx296 { struct
212 static inline struct imx296 *to_imx296(struct v4l2_subdev *sd) in to_imx296() argument
214 return container_of(sd, struct imx296, subdev); in to_imx296()
217 static int imx296_read(struct imx296 *sensor, u32 addr) in imx296_read()
230 static int imx296_write(struct imx296 *sensor, u32 addr, u32 value, int *err) in imx296_write()
251 static int imx296_power_on(struct imx296 *sensor) in imx296_power_on()
290 static void imx296_power_off(struct imx296 *sensor) in imx296_power_off()
316 struct imx296 *sensor = container_of(ctrl->handler, struct imx296, ctrls); in imx296_s_ctrl()
386 static int imx296_ctrls_init(struct imx296 *sensor) in imx296_ctrls_init()
[all …]
H A DKconfig199 tristate "Sony IMX296 sensor support"
202 IMX296 camera.
205 module will be called imx296.
H A DMakefile55 obj-$(CONFIG_VIDEO_IMX296) += imx296.o
/linux/
H A DMAINTAINERS21458 SONY IMX296 SENSOR DRIVER
21464 F: Documentation/devicetree/bindings/media/i2c/sony,imx296.yaml
21465 F: drivers/media/i2c/imx296.c