Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/i2c/
Dimx319.c114 struct imx319 { struct
1762 static inline struct imx319 *to_imx319(struct v4l2_subdev *_sd) in to_imx319()
1764 return container_of(_sd, struct imx319, sd); in to_imx319()
1768 static u32 imx319_get_format_code(struct imx319 *imx319) in imx319_get_format_code() argument
1780 lockdep_assert_held(&imx319->mutex); in imx319_get_format_code()
1781 code = codes[imx319->vflip->val][imx319->hflip->val]; in imx319_get_format_code()
1787 static int imx319_read_reg(struct imx319 *imx319, u16 reg, u32 len, u32 *val) in imx319_read_reg() argument
1789 struct i2c_client *client = v4l2_get_subdevdata(&imx319->sd); in imx319_read_reg()
1821 static int imx319_write_reg(struct imx319 *imx319, u16 reg, u32 len, u32 val) in imx319_write_reg() argument
1823 struct i2c_client *client = v4l2_get_subdevdata(&imx319->sd); in imx319_write_reg()
[all …]
DMakefile115 obj-$(CONFIG_VIDEO_IMX319) += imx319.o
DKconfig610 module will be called imx319.
/Linux-v5.4/
DMAINTAINERS15155 F: drivers/media/i2c/imx319.c