Searched +full:dw9807 +full:- +full:vcm (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | dongwoon,dw9807-vcm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/media/i2c/dongwoon,dw9807-vcm.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Dongwoon Anatech DW9807 voice coil lens driver 11 - Sakari Ailus <sakari.ailus@linux.intel.com> 14 DW9807 is a 10-bit DAC with current sink capability. It is intended for 19 const: dongwoon,dw9807-vcm 25 - compatible 26 - reg [all …]
|
/linux-6.12.1/drivers/media/i2c/ |
D | dw9807-vcm.c | 1 // SPDX-License-Identifier: GPL-2.0 10 #include <media/v4l2-ctrls.h> 11 #include <media/v4l2-device.h> 30 * DW9807 separates two registers to control the VCM position. 61 dev_err(&client->dev, "I2C write STATUS address fail ret = %d\n", in dw9807_i2c_check() 68 dev_err(&client->dev, "I2C read STATUS value fail ret = %d\n", in dw9807_i2c_check() 85 * write VCM position. This ensure that we really write the value in dw9807_set_dac() 93 dev_warn(&client->dev, in dw9807_set_dac() 94 "Cannot do the write operation because VCM is busy\n"); in dw9807_set_dac() 97 return ret ? -EBUSY : val; in dw9807_set_dac() [all …]
|
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 msp3400-objs := msp3400-driver.o msp3400-kthreads.o 5 obj-$(CONFIG_SDR_MAX2175) += max2175.o 6 obj-$(CONFIG_VIDEO_AD5820) += ad5820.o 7 obj-$(CONFIG_VIDEO_ADP1653) += adp1653.o 8 obj-$(CONFIG_VIDEO_ADV7170) += adv7170.o 9 obj-$(CONFIG_VIDEO_ADV7175) += adv7175.o 10 obj-$(CONFIG_VIDEO_ADV7180) += adv7180.o 11 obj-$(CONFIG_VIDEO_ADV7183) += adv7183.o 12 obj-$(CONFIG_VIDEO_ADV7343) += adv7343.o [all …]
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | i2c-cardlist.rst | 1 .. SPDX-License-Identifier: GPL-2.0 6 The I²C (Inter-Integrated Circuit) bus is a three-wires bus used internally 23 ------------------------------------- 32 sony-btf-mpx Sony BTF's internal MPX 47 ----------------------------- 52 saa6752hs Philips SAA6752HS MPEG-2 Audio/Video Encoder 56 --------------------- 63 hi556 Hynix Hi-556 sensor 64 hi846 Hynix Hi-846 sensor 111 ------------- [all …]
|
/linux-6.12.1/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|