Home
last modified time | relevance | path

Searched full:imx258 (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/media/i2c/
H A Dimx258.c80 /* IMX258 native and active pixel array size. */
647 struct imx258 { struct
683 static inline struct imx258 *to_imx258(struct v4l2_subdev *_sd) in to_imx258() argument
685 return container_of(_sd, struct imx258, sd); in to_imx258()
689 static u32 imx258_get_format_code(const struct imx258 *imx258) in imx258_get_format_code() argument
693 lockdep_assert_held(&imx258->mutex); in imx258_get_format_code()
695 i = (imx258->vflip->val ? 2 : 0) | in imx258_get_format_code()
696 (imx258->hflip->val ? 1 : 0); in imx258_get_format_code()
704 struct imx258 *imx258 = to_imx258(sd); in imx258_open() local
712 try_fmt->code = imx258_get_format_code(imx258); in imx258_open()
[all …]
H A DKconfig161 tristate "Sony IMX258 sensor support"
165 IMX258 camera.
168 module will be called imx258.
H A DMakefile51 obj-$(CONFIG_VIDEO_IMX258) += imx258.o
H A Dthp7312.c300 .model = "sony,imx258",
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dthine,thp7312.yaml207 thine,model = "sony,imx258";
/linux/Documentation/admin-guide/media/
H A Di2c-cardlist.rst68 imx258 Sony IMX258 sensor
/linux/
H A DMAINTAINERS22074 SONY IMX258 SENSOR DRIVER
22079 F: Documentation/devicetree/bindings/media/i2c/sony,imx258.yaml
22080 F: drivers/media/i2c/imx258.c