Searched +full:cover +full:- +full:comp +full:- +full:gain (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/light/ |
| D | tsl2563.txt | 5 - compatible : should be "amstaos,tsl2563" 6 - reg : the I2C address of the sensor 10 - amstaos,cover-comp-gain : integer used as multiplier for gain 18 amstaos,cover-comp-gain = <16>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/ |
| D | amstaos,tsl2563.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sebastian Reichel <sre@kernel.org> 18 - amstaos,tsl2560 19 - amstaos,tsl2561 20 - amstaos,tsl2562 21 - amstaos,tsl2563 26 amstaos,cover-comp-gain: 27 description: Multiplier for gain compensation [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/light/ |
| D | tsl2563.c | 1 // SPDX-License-Identifier: GPL-2.0-only 39 #define CALIB_FRAC_HALF (1 << (CALIB_FRAC_BITS - 1)) 129 struct i2c_client *client = chip->client; in tsl2563_set_power() 143 struct i2c_client *client = chip->client; in tsl2563_get_power() 157 ret = i2c_smbus_write_byte_data(chip->client, in tsl2563_configure() 159 chip->gainlevel->gaintime); in tsl2563_configure() 162 ret = i2c_smbus_write_byte_data(chip->client, in tsl2563_configure() 164 chip->high_thres & 0xFF); in tsl2563_configure() 167 ret = i2c_smbus_write_byte_data(chip->client, in tsl2563_configure() 169 (chip->high_thres >> 8) & 0xFF); in tsl2563_configure() [all …]
|
| /kernel/linux/linux-4.19/drivers/iio/light/ |
| D | tsl2563.c | 24 * 02110-1301 USA 52 #define CALIB_FRAC_HALF (1 << (CALIB_FRAC_BITS - 1)) 142 struct i2c_client *client = chip->client; in tsl2563_set_power() 156 struct i2c_client *client = chip->client; in tsl2563_get_power() 170 ret = i2c_smbus_write_byte_data(chip->client, in tsl2563_configure() 172 chip->gainlevel->gaintime); in tsl2563_configure() 175 ret = i2c_smbus_write_byte_data(chip->client, in tsl2563_configure() 177 chip->high_thres & 0xFF); in tsl2563_configure() 180 ret = i2c_smbus_write_byte_data(chip->client, in tsl2563_configure() 182 (chip->high_thres >> 8) & 0xFF); in tsl2563_configure() [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | omap3-n900.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Copyright (C) 2013-2014 Aaro Koskinen <aaro.koskinen@iki.fi> 7 /dts-v1/; 10 #include <dt-bindings/input/input.h> 13 * Default secure signed bootloader (Nokia X-Loader) does not enable L3 firewall 15 * blocks then kernel receive "Unhandled fault: external abort on non-linefetch" 16 * and crash. Until somebody fix omap-aes.c and omap_hwmod_3xxx_data.c code (no 32 compatible = "nokia,omap3-n900", "ti,omap3430", "ti,omap3"; 45 cpu0-supply = <&vcc>; 50 compatible = "gpio-leds"; [all …]
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | omap3-n900.dts | 3 * Copyright (C) 2013-2014 Aaro Koskinen <aaro.koskinen@iki.fi> 10 /dts-v1/; 13 #include <dt-bindings/input/input.h> 16 * Default secure signed bootloader (Nokia X-Loader) does not enable L3 firewall 18 * blocks then kernel receive "Unhandled fault: external abort on non-linefetch" 19 * and crash. Until somebody fix omap-aes.c and omap_hwmod_3xxx_data.c code (no 31 compatible = "nokia,omap3-n900", "ti,omap3430", "ti,omap3"; 44 cpu0-supply = <&vcc>; 49 compatible = "gpio-leds"; 53 linux,default-trigger = "default-on"; [all …]
|