Searched refs:dw9768 (Results 1 – 4 of 4) sorted by relevance
101 struct dw9768 { struct113 static inline struct dw9768 *sd_to_dw9768(struct v4l2_subdev *subdev) in sd_to_dw9768() argument115 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() argument204 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() argument218 struct i2c_client *client = v4l2_get_subdevdata(&dw9768->sd); in dw9768_set_dac()224 static int dw9768_init(struct dw9768 *dw9768) in dw9768_init() argument226 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 …]
33 obj-$(CONFIG_VIDEO_DW9768) += dw9768.o
146 dw9768 DW9768 lens voice coil
6294 F: Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml6295 F: drivers/media/i2c/dw9768.c