Home
last modified time | relevance | path

Searched +full:cover +full:- +full:comp +full:- +full:gain (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/
Damstaos,tsl2563.yaml1 # 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/
Dtsl2563.c1 // 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/
Domap3-n900.dts1 // 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 …]