Searched full:imx258 (Results 1 – 7 of 7) sorted by relevance
80 /* IMX258 native and active pixel array size. */647 struct imx258 { struct683 static inline struct imx258 *to_imx258(struct v4l2_subdev *_sd) in to_imx258() argument685 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() argument693 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() local712 try_fmt->code = imx258_get_format_code(imx258); in imx258_open()[all …]
161 tristate "Sony IMX258 sensor support"165 IMX258 camera.168 module will be called imx258.
51 obj-$(CONFIG_VIDEO_IMX258) += imx258.o
300 .model = "sony,imx258",
207 thine,model = "sony,imx258";
68 imx258 Sony IMX258 sensor
22074 SONY IMX258 SENSOR DRIVER22079 F: Documentation/devicetree/bindings/media/i2c/sony,imx258.yaml22080 F: drivers/media/i2c/imx258.c