Searched full:imx415 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
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 94 imx415: camera-sensor@1a { 95 compatible = "sony,imx415";
|
/linux-6.12.1/drivers/media/i2c/ |
D | imx415.c | 3 * Driver for the Sony IMX415 CMOS Image Sensor. 99 * The IMX415 data sheet uses lane rates but v4l2 uses link frequency to 587 struct imx415 { struct 698 static inline struct imx415 *to_imx415(struct v4l2_subdev *sd) in to_imx415() 700 return container_of(sd, struct imx415, subdev); in to_imx415() 703 static int imx415_set_testpattern(struct imx415 *sensor, int val) in imx415_set_testpattern() 729 struct imx415 *sensor = container_of(ctrl->handler, struct imx415, in imx415_s_ctrl() 783 static int imx415_ctrls_init(struct imx415 *sensor) in imx415_ctrls_init() 874 static int imx415_set_mode(struct imx415 *sensor, int mode) in imx415_set_mode() 896 static int imx415_setup(struct imx415 *sensor, struct v4l2_subdev_state *state) in imx415_setup() [all …]
|
D | Kconfig | 257 tristate "Sony IMX415 sensor support" 262 IMX415 camera. 265 module will be called imx415.
|
D | Makefile | 61 obj-$(CONFIG_VIDEO_IMX415) += imx415.o
|
/linux-6.12.1/ |
D | MAINTAINERS | 21533 SONY IMX415 SENSOR DRIVER 21538 F: Documentation/devicetree/bindings/media/i2c/sony,imx415.yaml 21539 F: drivers/media/i2c/imx415.c
|