Home
last modified time | relevance | path

Searched refs:imx355 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dimx355.c100 struct imx355 { struct
1062 static inline struct imx355 *to_imx355(struct v4l2_subdev *_sd) in to_imx355()
1064 return container_of(_sd, struct imx355, sd); in to_imx355()
1068 static u32 imx355_get_format_code(struct imx355 *imx355) in imx355_get_format_code() argument
1080 lockdep_assert_held(&imx355->mutex); in imx355_get_format_code()
1081 code = codes[imx355->vflip->val][imx355->hflip->val]; in imx355_get_format_code()
1087 static int imx355_read_reg(struct imx355 *imx355, u16 reg, u32 len, u32 *val) in imx355_read_reg() argument
1089 struct i2c_client *client = v4l2_get_subdevdata(&imx355->sd); in imx355_read_reg()
1121 static int imx355_write_reg(struct imx355 *imx355, u16 reg, u32 len, u32 val) in imx355_write_reg() argument
1123 struct i2c_client *client = v4l2_get_subdevdata(&imx355->sd); in imx355_write_reg()
[all …]
H A DMakefile221 obj-$(CONFIG_VIDEO_IMX355) += imx355.o
H A DKconfig1347 module will be called imx355.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Di2c-cardlist.rst69 imx355 Sony IMX355 sensor
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS16371 F: drivers/media/i2c/imx355.c