Searched refs:imx258 (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/media/i2c/ |
| D | imx258.c | 603 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 …]
|
| D | Makefile | 123 obj-$(CONFIG_VIDEO_IMX258) += imx258.o
|
| D | Kconfig | 793 module will be called imx258.
|
| /Linux-v5.15/Documentation/admin-guide/media/ |
| D | i2c-cardlist.rst | 65 imx258 Sony IMX258 sensor
|
| /Linux-v5.15/ |
| D | MAINTAINERS | 17442 F: Documentation/devicetree/bindings/media/i2c/imx258.yaml 17443 F: drivers/media/i2c/imx258.c
|