Lines Matching +full:temperature +full:- +full:sensor

10 	https://www.analog.com/static/imported-files/data_sheets/ADT7408.pdf
20 http://www.atmel.com/Images/Atmel-8852-SEEPROM-AT30TSE002A-Datasheet.pdf
22 http://www.atmel.com/Images/Atmel-8868-DTS-AT30TSE004A-Datasheet.pdf
36 http://datasheets.maxim-ic.com/en/ds/MAX6604.pdf
70 https://www.onsemi.com/pub_link/Collateral/CAT34TS02-D.PDF
72 https://www.onsemi.com/pub/Collateral/CAT6095-D.PDF
88 * JEDEC JC 42.4 compliant temperature sensor chips
99 Addresses scanned: I2C 0x18 - 0x1f
102 Guenter Roeck <linux@roeck-us.net>
106 -----------
108 This driver implements support for JEDEC JC 42.4 compliant temperature sensors,
110 systems use the sensor to prevent memory overheating by automatically throttling
113 The driver auto-detects the chips listed above, but can be manually instantiated
117 temperature sensor at address 0x18 on I2C bus #1::
120 # echo jc42 0x18 > /sys/bus/i2c/devices/i2c-1/new_device
122 A JC 42.4 compliant chip supports a single temperature sensor. Minimum, maximum,
123 and critical temperature can be configured. There are alarms for high, low,
131 temp1_crit_hyst. Other hysteresis attributes are read-only.
133 If the BIOS has configured the sensor for automatic temperature management, it
134 is likely that it has locked the registers, i.e., that the temperature limits
138 -------------
141 temp1_input Temperature (RO)
142 temp1_min Minimum temperature (RO or RW)
143 temp1_max Maximum temperature (RO or RW)
144 temp1_crit Critical high temperature (RO or RW)
146 temp1_crit_hyst Critical hysteresis temperature (RO or RW)
147 temp1_max_hyst Maximum hysteresis temperature (RO)
149 temp1_min_alarm Temperature low alarm
150 temp1_max_alarm Temperature high alarm
151 temp1_crit_alarm Temperature critical alarm