Searched full:imx296 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | sony,imx296.yaml | 4 $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";
|
/openbmc/linux/drivers/media/i2c/ |
H A D | imx296.c | 3 * Driver for IMX296 CMOS Image Sensor from Sony 194 struct imx296 { struct 214 static inline struct imx296 *to_imx296(struct v4l2_subdev *sd) in to_imx296() argument 216 return container_of(sd, struct imx296, subdev); in to_imx296() 219 static int imx296_read(struct imx296 *sensor, u32 addr) in imx296_read() 232 static int imx296_write(struct imx296 *sensor, u32 addr, u32 value, int *err) in imx296_write() 253 static int imx296_power_on(struct imx296 *sensor) in imx296_power_on() 292 static void imx296_power_off(struct imx296 *sensor) in imx296_power_off() 318 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 D | Kconfig | 138 tristate "Sony IMX296 sensor support" 141 IMX296 camera. 144 module will be called imx296.
|
H A D | Makefile | 49 obj-$(CONFIG_VIDEO_IMX296) += imx296.o
|
/openbmc/linux/ |
H A D | MAINTAINERS | 20037 SONY IMX296 SENSOR DRIVER 20043 F: Documentation/devicetree/bindings/media/i2c/sony,imx296.yaml 20044 F: drivers/media/i2c/imx296.c
|
H A D | opengrok1.0.log | [all...] |