Searched +full:ts +full:- +full:coeff +full:- +full:j (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/ |
| D | moortec,mr75203.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rahul Tanwar <rtanwar@maxlinear.com> 19 *) Temperature Sensor (TS) - used to monitor core temperature (e.g. mr74137). 20 *) Voltage Monitor (VM) - used to monitor voltage levels (e.g. mr74138). 21 *) Process Detector (PD) - used to assess silicon speed (e.g. mr74139). 22 *) Delay Chain - ring oscillator connected to the PD, used to measure IO 25 *) Pre Scaler - provides divide-by-X scaling of input voltage, which can then 26 be presented for VM for measurement within its range (e.g. mr76006 - [all …]
|
| /kernel/linux/linux-6.6/drivers/hwmon/ |
| D | mr75203.c | 1 // SPDX-License-Identifier: GPL-2.0 7 * analog IP to enable multiple embedded temperature sensor(TS), 63 /* TS & PD Individual Macro Register */ 111 #define PVT_TEMP_MIN_mC -40000 117 #define PVT_SERIES5_J_CONST -100 133 * struct voltage_device - VM single input parameters. 139 * The structure provides mapping between channel-number (0..N-1) to VM-index 140 * (0..num_vm-1) and channel-index (0..ch_num-1) where N = num_vm * ch_num. 150 * struct voltage_channels - VM channel count. 165 s32 j; member [all …]
|
| /kernel/linux/linux-6.6/drivers/iio/light/ |
| D | ltr501.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Support for Lite-On LTR501 and similar ambient light and proximity sensors. 7 * 7-bit I2C slave address 0x23 35 #define LTR501_ALS_DATA1 0x88 /* 16-bit, little endian */ 37 #define LTR501_ALS_DATA0 0x8a /* 16-bit, little endian */ 40 #define LTR501_PS_DATA 0x8d /* 16-bit, little endian */ 71 ((vis_coeff * vis_data) - (ir_coeff * ir_data)) 95 #define LTR501_RESERVED_GAIN -1 198 return -EINVAL; in ltr501_match_samp_freq() 206 ret = regmap_field_read(data->reg_als_rate, &i); in ltr501_als_read_samp_freq() [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/light/ |
| D | ltr501.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * ltr501.c - Support for Lite-On LTR501 ambient light and proximity sensor 7 * 7-bit I2C slave address 0x23 34 #define LTR501_ALS_DATA1 0x88 /* 16-bit, little endian */ 36 #define LTR501_ALS_DATA0 0x8a /* 16-bit, little endian */ 39 #define LTR501_PS_DATA 0x8d /* 16-bit, little endian */ 70 ((vis_coeff * vis_data) - (ir_coeff * ir_data)) 94 #define LTR501_RESERVED_GAIN -1 195 return -EINVAL; in ltr501_match_samp_freq() 203 ret = regmap_field_read(data->reg_als_rate, &i); in ltr501_als_read_samp_freq() [all …]
|