Searched +full:beta +full:- +full:compensation (Results 1 – 6 of 6) sorted by relevance
| /linux/Documentation/devicetree/bindings/hwmon/ |
| H A D | ti,tmp401.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Guenter Roeck <linux@roeck-us.net> 24 - ti,tmp401 25 - ti,tmp411 26 - ti,tmp431 27 - ti,tmp432 28 - ti,tmp435 33 ti,extended-range-enable: [all …]
|
| H A D | max6697.txt | 4 - compatible: 16 - reg: I2C address 20 - smbus-timeout-disable 23 - extended-range-enable 26 - beta-compensation-enable 27 Only valid for MAX6693 and MX6694. Set to enable beta compensation on 29 Beta compensation will be disabled if not specified. 30 - alert-mask 34 - over-temperature-mask 35 Over-temperature bit mask. Over-temperature reporting disabled for [all …]
|
| /linux/Documentation/devicetree/bindings/input/ |
| H A D | azoteq,iqs7222.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 21 - azoteq,iqs7222a 22 - azoteq,iqs7222b 23 - azoteq,iqs7222c 24 - azoteq,iqs7222d 29 irq-gpios: 32 Specifies the GPIO connected to the device's active-low RDY output. [all …]
|
| /linux/Documentation/hwmon/ |
| H A D | lm95234.rst | 22 Author: Guenter Roeck <linux@roeck-us.net> 25 ----------- 27 LM95233 and LM95234 are 11-bit digital temperature sensors with a 2-wire 32 graphics processors or diode-connected 2N3904s. The chip's TruTherm 33 beta compensation technology allows sensing of 90 nm or 65 nm process 37 is provided within a range of -127 to +255 degrees (+127.875 degrees for
|
| /linux/drivers/hwmon/ |
| H A D | tmp401.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 10 * Copyright (c) 2013 Guenter Roeck <linux@roeck-us.net> 144 struct i2c_client *client = data->client; in tmp401_reg_read() 169 case 0x19: /* critical limits, 8-bit registers */ in tmp401_reg_read() 179 if (data->kind == tmp432) { in tmp401_reg_read() 229 struct i2c_client *client = data->client; in tmp401_reg_write() 241 case 0x19: /* critical limits, 8-bit registers */ in tmp401_reg_write() 270 temp -= 64 * 256; in tmp401_register_to_temp() 278 temp = clamp_val(temp, -64000, 191000); in tmp401_temp_to_register() 284 return DIV_ROUND_CLOSEST(temp * (1 << (8 - zbits)), 1000) << zbits; in tmp401_temp_to_register() [all …]
|
| /linux/drivers/input/misc/ |
| H A D | iqs7222.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 116 [IQS7222_REG_GRP_CYCLE] = "cycle-%d", 117 [IQS7222_REG_GRP_CHAN] = "channel-%d", 118 [IQS7222_REG_GRP_SLDR] = "slider-%d", 120 [IQS7222_REG_GRP_GPIO] = "gpio-%d", 150 .name = "event-prox", 155 .name = "event-touch", 162 { .name = "event-press", }, 164 .name = "event-tap", 171 .name = "event-swipe-pos", [all …]
|