Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dimx283.c3 * V4L2 Support for the IMX283
10 * Based on Sony IMX283 driver prepared by Will Whang
179 /* IMX283 native and active pixel array size. */
548 struct imx283 { struct
575 static inline struct imx283 *to_imx283(struct v4l2_subdev *sd) in to_imx283() argument
577 return container_of_const(sd, struct imx283, sd); in to_imx283()
608 static u64 imx283_pixel_rate(struct imx283 *imx283, in imx283_pixel_rate() argument
611 u64 link_frequency = link_frequencies[__ffs(imx283->link_freq_bitmap)]; in imx283_pixel_rate()
661 static u32 imx283_exposure(struct imx283 *imx283, in imx283_exposure() argument
670 numerator = (imx283->vmax * (svr + 1) - shr) * imx283->hmax + offset; in imx283_exposure()
[all …]
DKconfig178 tristate "Sony IMX283 sensor support"
181 This is a V4L2 sensor driver for the Sony IMX283
185 module will be called imx283.
DMakefile53 obj-$(CONFIG_VIDEO_IMX283) += imx283.o
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/
Dsony,imx283.yaml5 $id: http://devicetree.org/schemas/media/i2c/sony,imx283.yaml#
8 title: Sony IMX283 Sensor
15 IMX283 sensor is a Sony CMOS active pixel digital image sensor with an active
22 const: sony,imx283
86 compatible = "sony,imx283";
99 imx283: endpoint {
/linux-6.12.1/
DMAINTAINERS21472 SONY IMX283 SENSOR DRIVER
21478 F: Documentation/devicetree/bindings/media/i2c/sony,imx283.yaml
21479 F: drivers/media/i2c/imx283.c