Searched +full:dw9807 +full:- +full:vcm (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 2 msp3400-objs := msp3400-driver.o msp3400-kthreads.o 3 obj-$(CONFIG_VIDEO_MSP3400) += msp3400.o 5 obj-$(CONFIG_VIDEO_SMIAPP) += smiapp/ 6 obj-$(CONFIG_VIDEO_ET8EK8) += et8ek8/ 7 obj-$(CONFIG_VIDEO_CX25840) += cx25840/ 8 obj-$(CONFIG_VIDEO_M5MOLS) += m5mols/ 10 obj-$(CONFIG_VIDEO_APTINA_PLL) += aptina-pll.o 11 obj-$(CONFIG_VIDEO_TVAUDIO) += tvaudio.o 12 obj-$(CONFIG_VIDEO_TDA7432) += tda7432.o [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/ |
| D | dongwoon,dw9807-vcm.txt | 1 Dongwoon Anatech DW9807 voice coil lens driver 3 DW9807 is a 10-bit DAC with current sink capability. It is intended for 8 - compatible: "dongwoon,dw9807-vcm" 9 - reg: I2C slave address
|
| /kernel/linux/linux-5.10/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 --------------------- 62 hi556 Hynix Hi-556 sensor 70 m5mols Fujitsu M-5MOLS 8MP sensor 113 ------------- [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/ |
| D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|
| /kernel/linux/linux-6.6/ |
| 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 …]
|