Searched +full:cover +full:- +full:comp +full:- +full:gain (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-6.6/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/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-6.6/drivers/iio/light/ |
| D | tsl2563.c | 1 // SPDX-License-Identifier: GPL-2.0-only 125 struct i2c_client *client = chip->client; in tsl2563_set_power() 139 struct i2c_client *client = chip->client; in tsl2563_get_power() 153 ret = i2c_smbus_write_byte_data(chip->client, in tsl2563_configure() 155 chip->gainlevel->gaintime); in tsl2563_configure() 158 ret = i2c_smbus_write_word_data(chip->client, in tsl2563_configure() 160 chip->high_thres); in tsl2563_configure() 163 ret = i2c_smbus_write_word_data(chip->client, in tsl2563_configure() 165 chip->low_thres); in tsl2563_configure() 195 return ret ? 0 : -ENODEV; in tsl2563_detect() [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-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> 11 #include <dt-bindings/leds/common.h> 14 * Default secure signed bootloader (Nokia X-Loader) does not enable L3 firewall 16 * blocks then kernel receive "Unhandled fault: external abort on non-linefetch" 17 * and crash. Until somebody fix omap-aes.c and omap_hwmod_3xxx_data.c code (no 33 compatible = "nokia,omap3-n900", "ti,omap3430", "ti,omap3"; 46 cpu0-supply = <&vcc>; [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/ |
| 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> 11 #include <dt-bindings/leds/common.h> 12 #include <dt-bindings/media/video-interfaces.h> 15 * Default secure signed bootloader (Nokia X-Loader) does not enable L3 firewall 17 * blocks then kernel receive "Unhandled fault: external abort on non-linefetch" 18 * and crash. Until somebody fix omap-aes.c and omap_hwmod_3xxx_data.c code (no 34 compatible = "nokia,omap3-n900", "ti,omap3430", "ti,omap3"; [all …]
|