Home
last modified time | relevance | path

Searched refs:imx283 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/i2c/
H A Dimx283.c548 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()
672 do_div(numerator, imx283->hmax); in imx283_exposure()
677 static void imx283_exposure_limits(struct imx283 *imx283, in imx283_exposure_limits() argument
684 u64 max_shr = (svr + 1) * imx283->vmax - 4; in imx283_exposure_limits()
[all …]
H A DMakefile53 obj-$(CONFIG_VIDEO_IMX283) += imx283.o
H A DKconfig185 module will be called imx283.
/linux/
H A DMAINTAINERS21448 F: Documentation/devicetree/bindings/media/i2c/sony,imx283.yaml
21449 F: drivers/media/i2c/imx283.c