Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/
Dimx258.c603 struct imx258 { struct
630 static inline struct imx258 *to_imx258(struct v4l2_subdev *_sd) in to_imx258() argument
632 return container_of(_sd, struct imx258, sd); in to_imx258()
636 static int imx258_read_reg(struct imx258 *imx258, u16 reg, u32 len, u32 *val) in imx258_read_reg() argument
638 struct i2c_client *client = v4l2_get_subdevdata(&imx258->sd); in imx258_read_reg()
669 static int imx258_write_reg(struct imx258 *imx258, u16 reg, u32 len, u32 val) in imx258_write_reg() argument
671 struct i2c_client *client = v4l2_get_subdevdata(&imx258->sd); in imx258_write_reg()
686 static int imx258_write_regs(struct imx258 *imx258, in imx258_write_regs() argument
689 struct i2c_client *client = v4l2_get_subdevdata(&imx258->sd); in imx258_write_regs()
694 ret = imx258_write_reg(imx258, regs[i].address, 1, in imx258_write_regs()
[all …]
DMakefile43 obj-$(CONFIG_VIDEO_IMX258) += imx258.o
DKconfig139 module will be called imx258.
/Linux-v6.1/Documentation/admin-guide/media/
Di2c-cardlist.rst68 imx258 Sony IMX258 sensor
/Linux-v6.1/
DMAINTAINERS19201 F: Documentation/devicetree/bindings/media/i2c/imx258.yaml
19202 F: drivers/media/i2c/imx258.c