Searched full:dw9768 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/media/i2c/ |
D | dw9768.c | 15 #define DW9768_NAME "dw9768" 31 * DW9768 requires waiting time of Topr after PD reset takes place. 39 * DW9768 separates two registers to control the VCM position. 78 * DW9768 requires waiting time (delay time) of t_OPR after power-up, 100 /* dw9768 device structure */ 101 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() [all …]
|
D | Kconfig | 1284 tristate "DW9768 lens voice coil support" 1290 This is a driver for the DW9768 camera lens voice coil. 1291 DW9768 is a 10 bit DAC with 100mA output current sink
|
D | Makefile | 27 obj-$(CONFIG_VIDEO_DW9768) += dw9768.o
|
/Linux-v5.10/Documentation/devicetree/bindings/media/i2c/ |
D | dongwoon,dw9768.yaml | 5 $id: http://devicetree.org/schemas/media/i2c/dongwoon,dw9768.yaml# 8 title: Dongwoon Anatech DW9768 Voice Coil Motor (VCM) Lens Device Tree Bindings 14 The Dongwoon DW9768 is a single 10-bit digital-to-analog (DAC) converter 24 - dongwoon,dw9768 # for DW9768 VCM 87 dw9768: camera-lens@c { 88 compatible = "dongwoon,dw9768";
|
/Linux-v5.10/ |
D | MAINTAINERS | 5345 DONGWOON DW9768 LENS VOICE COIL DRIVER 5350 F: Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml 5351 F: drivers/media/i2c/dw9768.c
|