Searched full:imx415 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | sony,imx415.yaml | 4 $id: http://devicetree.org/schemas/media/i2c/sony,imx415.yaml# 7 title: Sony IMX415 CMOS Image Sensor 13 The Sony IMX415 is a diagonal 6.4 mm (Type 1/2.8) CMOS active pixel type 17 The IMX415 is programmable through I2C interface. The sensor output is 25 const: sony,imx415 102 imx415: camera-sensor@1a { 103 compatible = "sony,imx415";
|
/openbmc/linux/drivers/media/i2c/ |
H A D | imx415.c | 3 * Driver for the Sony IMX415 CMOS Image Sensor. 109 * The IMX415 data sheet uses lane rates but v4l2 uses link frequency to 347 struct imx415 { struct 460 static inline struct imx415 *to_imx415(struct v4l2_subdev *sd) in to_imx415() 462 return container_of(sd, struct imx415, subdev); in to_imx415() 465 static int imx415_read(struct imx415 *sensor, u32 addr) in imx415_read() 478 static int imx415_write(struct imx415 *sensor, u32 addr, u32 value) in imx415_write() 494 static int imx415_set_testpattern(struct imx415 *sensor, int val) in imx415_set_testpattern() 539 struct imx415 *sensor = container_of(ctrl->handler, struct imx415, in imx415_s_ctrl() 581 static int imx415_ctrls_init(struct imx415 *sensor) in imx415_ctrls_init() [all …]
|
H A D | Kconfig | 195 tristate "Sony IMX415 sensor support" 199 IMX415 camera. 202 module will be called imx415.
|
H A D | Makefile | 55 obj-$(CONFIG_VIDEO_IMX415) += imx415.o
|
/openbmc/linux/ |
H A D | MAINTAINERS | 20087 SONY IMX415 SENSOR DRIVER 20092 F: Documentation/devicetree/bindings/media/i2c/sony,imx415.yaml 20093 F: drivers/media/i2c/imx415.c
|