Searched +full:vddl +full:- +full:supply (Results 1 – 7 of 7) sorted by relevance
/linux-5.10/Documentation/devicetree/bindings/media/i2c/ |
D | imx219.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Sony 1/4.0-Inch 8Mpixel CMOS Digital Image Sensor 10 - Dave Stevenson <dave.stevenson@raspberrypi.com> 12 description: |- 13 The Sony imx219 is a 1/4.0-inch CMOS active pixel digital image sensor 16 Image data is sent through MIPI CSI-2, which is configured as either 2 or 30 VDIG-supply: 32 Digital I/O voltage supply, 1.8 volts [all …]
|
D | sony,imx274.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Sony 1/2.5-Inch 8.51MP CMOS Digital Image Sensor 10 - Leon Luo <leonl@leopardimaging.com> 13 The Sony IMX274 is a 1/2.5-inch CMOS active pixel digital image sensor with an 15 Image data is sent through MIPI CSI-2, which is configured as 4 lanes at 1440 25 reset-gpios: 31 clock-names: 34 vana-supply: [all …]
|
/linux-5.10/Documentation/devicetree/bindings/input/ |
D | hid-over-i2c.txt | 1 * HID over I2C Device-Tree bindings 8 http://msdn.microsoft.com/en-us/library/windows/hardware/hh852380.aspx 10 If this binding is used, the kernel module i2c-hid will handle the communication 14 - compatible: must be "hid-over-i2c" 15 - reg: i2c slave address 16 - hid-descr-addr: HID descriptor address 17 - interrupts: interrupt line 23 device-specific compatible properties, which should be used in addition to the 24 "hid-over-i2c" string. 26 - compatible: [all …]
|
/linux-5.10/arch/arm64/boot/dts/renesas/ |
D | aistarvision-mipi-adapter-2.1.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 10 compatible = "regulator-fixed"; 11 regulator-name = "camera_vdddo"; 12 regulator-min-microvolt = <1800000>; 13 regulator-max-microvolt = <1800000>; 14 regulator-always-on; 18 compatible = "regulator-fixed"; 19 regulator-name = "camera_vdda"; 20 regulator-min-microvolt = <2800000>; 21 regulator-max-microvolt = <2800000>; [all …]
|
/linux-5.10/arch/arm64/boot/dts/qcom/ |
D | sdm845-cheza.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 26 stdout-path = "serial0:115200n8"; 30 compatible = "pwm-backlight"; 32 enable-gpios = <&tlmm 37 GPIO_ACTIVE_HIGH>; 33 power-supply = <&ppvar_sys>; 34 pinctrl-names = "default"; 35 pinctrl-0 = <&ap_edp_bklten>; [all …]
|
/linux-5.10/drivers/media/i2c/ |
D | imx219.c | 1 // SPDX-License-Identifier: GPL-2.0 24 #include <media/v4l2-ctrls.h> 25 #include <media/v4l2-device.h> 26 #include <media/v4l2-event.h> 27 #include <media/v4l2-fwnode.h> 28 #include <media/v4l2-mediabus.h> 66 /* HBLANK control - read only */ 141 /* V-timing */ 414 "VANA", /* Analog (2.8V) supply */ 415 "VDIG", /* Digital Core (1.8V) supply */ [all …]
|
/linux-5.10/drivers/hid/i2c-hid/ |
D | i2c-hid-core.c | 11 * Copyright (c) 2000-2005 Vojtech Pavlik <vojtech@suse.cz> 12 * Copyright (c) 2005 Michael Haboustak <mike-@cinci.rr.com> for Concept2, Inc 13 * Copyright (c) 2007-2008 Oliver Neukum 14 * Copyright (c) 2006-2010 Jiri Kosina 42 #include <linux/platform_data/i2c-hid.h> 44 #include "../hid-ids.h" 45 #include "i2c-hid.h" 71 dev_printk(KERN_DEBUG, &(ihid)->client->dev, fmt, ##arg); \ 189 * @idVendor: the 16-bit vendor ID 190 * @idProduct: the 16-bit product ID [all …]
|