| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/rtc/ |
| D | ti,bq32k.txt | 11 - trickle-diode-disable : Do not use internal trickle charger diode 12 Should be given if internal trickle charger diode should be disabled
|
| D | dallas,ds1390.txt | 11 - trickle-diode-disable : Do not use internal trickle charger diode 12 Should be given if internal trickle charger diode should be disabled
|
| D | epson,rx8900.txt | 12 - trickle-diode-disable : boolean, if present will disable internal trickle 13 charger diode 21 trickle-diode-disable;
|
| D | rtc-ds1307.txt | 33 - trickle-diode-disable : ds1339, ds1340 and ds 1388 only 34 Do not use internal trickle charger diode 35 Should be given if internal trickle charger diode should be disabled
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/rtc/ |
| D | ti,bq32k.txt | 11 - trickle-diode-disable : Do not use internal trickle charger diode 12 Should be given if internal trickle charger diode should be disabled
|
| D | dallas,ds1390.txt | 11 - trickle-diode-disable : Do not use internal trickle charger diode 12 Should be given if internal trickle charger diode should be disabled
|
| D | epson,rx8900.txt | 12 - trickle-diode-disable : boolean, if present will disable internal trickle 13 charger diode 21 trickle-diode-disable;
|
| D | rtc-ds1307.txt | 40 - trickle-diode-disable : ds1339, ds1340 and ds1388 only 41 Do not use internal trickle charger diode 42 Should be given if internal trickle charger diode should be disabled
|
| D | rtc.yaml | 42 trickle-diode-disable: 45 Do not use internal trickle charger diode. Should be given if 46 internal trickle charger diode should be disabled.
|
| /kernel/linux/linux-4.19/Documentation/hwmon/ |
| D | max6639 | 19 temperature and one external diode-connected transistor or two external 20 diode-connected transistors. 28 temp1_fault R Temperature channel 1 diode fault 29 temp2_fault R Temperature channel 2 diode fault
|
| D | smsc47m192 | 73 temp1_input - chip temperature measured by on-chip diode 75 typically be wired to the diode inside the CPU) 93 temp[2-3]_input_fault - diode fault flags for temperature inputs 2 and 3. 96 to ground or Vcc. '1' indicates a diode fault.
|
| D | max6697 | 44 remote temperature sensors. Remote temperature sensors are diode-connected 45 thermal transitors, except for MAX6698 which supports three diode-connected 58 tempX_fault RO temperature diode fault (remote sensors only)
|
| D | asc7621 | 56 Both remote diode temperature readings may be given an offset value such 80 Using a 10-bit ADC, the aSC7621 measures the temperature of two remote diode 266 Remote Diode 1 reading is associated with 272 Remote Diode 1 is associated with Zone 4 275 Diode filter
|
| D | vt1211 | 60 Reading 1 temp1 Intel thermal diode 61 Reading 3 temp2 Internal thermal diode 114 internal thermal diode and the driver does all the scaling for temp2 and 119 Temp1 is an Intel-type thermal diode which requires the following formula to 127 Diode Type Offset Gain
|
| D | w83781d | 114 beta value in the sensor files. '1' is the PII/Celeron diode, '2' is the 168 - Problems with diode/thermistor settings (supported?) 228 > programmable to be either thermistor or Pentium II diode inputs. 229 > How do I program them for diode inputs? I can't find any register 230 > to program these to be diode inputs. 236 diode 1 1 1 242 PII thermal diode 1 1 1 243 2N3904 diode 0 0 0
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/temperature/ |
| D | adi,ltc2983.yaml | 129 "^diode@": 132 Represents a diode sensor which is connected to one of the device 137 description: Identifies the sensor as a diode. 142 description: Boolean property which set's the diode as single-ended. 148 parasitic resistance effects between the LTC2983 and the diode. 153 Boolean property which enables a running average of the diode 154 temperature reading. This reduces the noise when the diode is used 162 applied to the diode. Depending on the number of conversions 169 This property sets the diode ideality factor. The real value must 411 diode5: diode@5 {
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | max6639.rst | 23 temperature and one external diode-connected transistor or two external 24 diode-connected transistors. 33 temp1_fault R Temperature channel 1 diode fault 34 temp2_fault R Temperature channel 2 diode fault
|
| D | smsc47m192.rst | 85 temp1_input chip temperature measured by on-chip diode 87 would typically be wired to the diode inside the CPU) 105 temp[2-3]_input_fault diode fault flags for temperature inputs 2 and 3. 108 to ground or Vcc. '1' indicates a diode fault.
|
| D | max6697.rst | 75 remote temperature sensors. Remote temperature sensors are diode-connected 76 thermal transitors, except for MAX6698 which supports three diode-connected 90 tempX_fault RO temperature diode fault (remote sensors only)
|
| /kernel/linux/linux-5.10/drivers/hwmon/ |
| D | emc1403.c | 363 case 0x00: /* internal diode high byte */ in emc1403_regmap_is_volatile() 364 case 0x01: /* external diode 1 high byte */ in emc1403_regmap_is_volatile() 366 case 0x10: /* external diode 1 low byte */ in emc1403_regmap_is_volatile() 367 case 0x1b: /* external diode fault */ in emc1403_regmap_is_volatile() 368 case 0x23: /* external diode 2 high byte */ in emc1403_regmap_is_volatile() 369 case 0x24: /* external diode 2 low byte */ in emc1403_regmap_is_volatile() 370 case 0x29: /* internal diode low byte */ in emc1403_regmap_is_volatile() 371 case 0x2a: /* externl diode 3 high byte */ in emc1403_regmap_is_volatile() 372 case 0x2b: /* external diode 3 low byte */ in emc1403_regmap_is_volatile()
|
| /kernel/linux/linux-5.10/drivers/rtc/ |
| D | rtc-bq32k.c | 155 * over diode and 940ohm resistor) in trickle_charger_of_init() 158 if (of_property_read_bool(node, "trickle-diode-disable")) { in trickle_charger_of_init() 159 dev_err(dev, "diode and resistor mismatch\n"); in trickle_charger_of_init() 166 /* diode disabled */ in trickle_charger_of_init() 168 if (!of_property_read_bool(node, "trickle-diode-disable")) { in trickle_charger_of_init() 169 dev_err(dev, "bq32k: diode and resistor mismatch\n"); in trickle_charger_of_init()
|
| /kernel/linux/linux-4.19/drivers/rtc/ |
| D | rtc-bq32k.c | 158 * over diode and 940ohm resistor) in trickle_charger_of_init() 161 if (of_property_read_bool(node, "trickle-diode-disable")) { in trickle_charger_of_init() 162 dev_err(dev, "diode and resistor mismatch\n"); in trickle_charger_of_init() 169 /* diode disabled */ in trickle_charger_of_init() 171 if (!of_property_read_bool(node, "trickle-diode-disable")) { in trickle_charger_of_init() 172 dev_err(dev, "bq32k: diode and resistor mismatch\n"); in trickle_charger_of_init()
|
| /kernel/linux/linux-5.10/drivers/iio/temperature/ |
| D | ltc2983.c | 568 struct ltc2983_diode *diode = to_diode(sensor); in ltc2983_diode_assign_chan() local 571 chan_val = LTC2983_DIODE_CFG(diode->sensor_config); in ltc2983_diode_assign_chan() 572 chan_val |= LTC2983_DIODE_EXC_CURRENT(diode->excitation_current); in ltc2983_diode_assign_chan() 573 chan_val |= LTC2983_DIODE_IDEAL_FACTOR(diode->ideal_factor_value); in ltc2983_diode_assign_chan() 1014 struct ltc2983_diode *diode; in ltc2983_diode_new() local 1018 diode = devm_kzalloc(&st->spi->dev, sizeof(*diode), GFP_KERNEL); in ltc2983_diode_new() 1019 if (!diode) in ltc2983_diode_new() 1023 diode->sensor_config = LTC2983_DIODE_SGL(1); in ltc2983_diode_new() 1026 diode->sensor_config |= LTC2983_DIODE_3_CONV_CYCLE(1); in ltc2983_diode_new() 1029 diode->sensor_config |= LTC2983_DIODE_AVERAGE_ON(1); in ltc2983_diode_new() [all …]
|
| /kernel/linux/linux-4.19/drivers/hwmon/ |
| D | emc1403.c | 400 case 0x00: /* internal diode high byte */ in emc1403_regmap_is_volatile() 401 case 0x01: /* external diode 1 high byte */ in emc1403_regmap_is_volatile() 403 case 0x10: /* external diode 1 low byte */ in emc1403_regmap_is_volatile() 404 case 0x1b: /* external diode fault */ in emc1403_regmap_is_volatile() 405 case 0x23: /* external diode 2 high byte */ in emc1403_regmap_is_volatile() 406 case 0x24: /* external diode 2 low byte */ in emc1403_regmap_is_volatile() 407 case 0x29: /* internal diode low byte */ in emc1403_regmap_is_volatile() 408 case 0x2a: /* externl diode 3 high byte */ in emc1403_regmap_is_volatile() 409 case 0x2b: /* external diode 3 low byte */ in emc1403_regmap_is_volatile()
|
| /kernel/linux/linux-5.10/drivers/thermal/ |
| D | dove_thermal.c | 23 /* Dove Theraml Diode Control 0 Register */ 32 /* Dove Thermal Diode Control 1 Register */ 47 /* Configure the Diode Control Register #0 */ in dove_init_sensor()
|