Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/
Ddw9768.c101 struct dw9768 { struct
113 static inline struct dw9768 *sd_to_dw9768(struct v4l2_subdev *subdev) in sd_to_dw9768() argument
115 return container_of(subdev, struct dw9768, sd); in sd_to_dw9768()
202 static int dw9768_mod_reg(struct dw9768 *dw9768, u8 reg, u8 mask, u8 val) in dw9768_mod_reg() argument
204 struct i2c_client *client = v4l2_get_subdevdata(&dw9768->sd); in dw9768_mod_reg()
216 static int dw9768_set_dac(struct dw9768 *dw9768, u16 val) in dw9768_set_dac() argument
218 struct i2c_client *client = v4l2_get_subdevdata(&dw9768->sd); in dw9768_set_dac()
224 static int dw9768_init(struct dw9768 *dw9768) in dw9768_init() argument
226 struct i2c_client *client = v4l2_get_subdevdata(&dw9768->sd); in dw9768_init()
248 ret = dw9768_mod_reg(dw9768, DW9768_AAC_PRESC_REG, in dw9768_init()
[all …]
DMakefile33 obj-$(CONFIG_VIDEO_DW9768) += dw9768.o
/Linux-v6.1/Documentation/admin-guide/media/
Di2c-cardlist.rst146 dw9768 DW9768 lens voice coil
/Linux-v6.1/
DMAINTAINERS6294 F: Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml
6295 F: drivers/media/i2c/dw9768.c