Searched full:imx283 (Results 1 – 5 of 5) sorted by relevance
3 * V4L2 Support for the IMX28310 * Based on Sony IMX283 driver prepared by Will Whang179 /* IMX283 native and active pixel array size. */548 struct imx283 { struct575 static inline struct imx283 *to_imx283(struct v4l2_subdev *sd) in to_imx283() argument577 return container_of_const(sd, struct imx283, sd); in to_imx283()608 static u64 imx283_pixel_rate(struct imx283 *imx283, in imx283_pixel_rate() argument611 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() argument670 numerator = (imx283->vmax * (svr + 1) - shr) * imx283->hmax + offset; in imx283_exposure()[all …]
178 tristate "Sony IMX283 sensor support"181 This is a V4L2 sensor driver for the Sony IMX283185 module will be called imx283.
53 obj-$(CONFIG_VIDEO_IMX283) += imx283.o
5 $id: http://devicetree.org/schemas/media/i2c/sony,imx283.yaml#8 title: Sony IMX283 Sensor15 IMX283 sensor is a Sony CMOS active pixel digital image sensor with an active22 const: sony,imx28386 compatible = "sony,imx283";99 imx283: endpoint {
21472 SONY IMX283 SENSOR DRIVER21478 F: Documentation/devicetree/bindings/media/i2c/sony,imx283.yaml21479 F: drivers/media/i2c/imx283.c