Searched +full:cover +full:- +full:comp +full:- +full:gain (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/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 …]
|
/linux-6.12.1/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 …]
|
/linux-6.12.1/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 …]
|