Searched refs:diode (Results 1 – 25 of 44) sorted by relevance
12
/Linux-v4.19/Documentation/devicetree/bindings/rtc/ |
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 | 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 | 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
|
D | abracon,abx80x.txt | 28 - "abracon,tc-diode": should be "standard" (0.6V) or "schottky" (0.3V)
|
/Linux-v4.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 | 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 | 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 | max6642 | 18 well as the temperature on one external diode.
|
D | thmc50 | 34 external diode-type temperature sensor (compatible w/ the diode sensor inside
|
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
|
D | max1619 | 19 well as the temperature of up to one external diode.
|
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
|
D | lm83 | 23 a stripped down version of the LM83 that only supports one external diode. 26 in that the later can only sense the temperature of one external diode.
|
D | emc2103 | 31 as temp3 and temp4. If only one diode is attached to this channel, temp4
|
D | ltc2990 | 21 diode.
|
D | w83l785ts | 18 temperature of a single external diode. The high limit is
|
D | lm95234 | 25 graphics processors or diode-connected 2N3904s. The chip's TruTherm
|
D | lm95245 | 22 the temperature of a remote diode as well as its own temperature.
|
D | dme1737 | 124 temp1: Remote diode 1 (3904 type) temperature -127C - +127C 126 temp3: Remote diode 2 (3904 type) temperature -127C - +127C 130 returns 1 when a faulty diode or an unconnected input is detected and 0 239 detects a faulty thermal diode or an
|
D | adm1025 | 32 remote temperature-sensing diode and an on-chip temperature sensor allows
|
D | pc87360 | 127 external thermal diode channels, so you (physically) can't use them all at 132 thermal diode, and thermistors).
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-abx80x.c | 495 const char *diode; in abx80x_dt_trickle_cfg() local 500 ret = of_property_read_string(np, "abracon,tc-diode", &diode); in abx80x_dt_trickle_cfg() 504 if (!strcmp(diode, "standard")) in abx80x_dt_trickle_cfg() 506 else if (!strcmp(diode, "schottky")) in abx80x_dt_trickle_cfg()
|
D | rtc-ds1307.c | 149 static u8 do_trickle_setup_ds1339(struct ds1307 *, u32 ohms, bool diode); 1001 u32 ohms, bool diode) in do_trickle_setup_ds1339() argument 1003 u8 setup = (diode) ? DS1307_TRICKLE_CHARGER_DIODE : in do_trickle_setup_ds1339() 1028 bool diode = true; in ds1307_trickle_init() local 1038 diode = false; in ds1307_trickle_init() 1040 return chip->do_trickle_setup(ds1307, ohms, diode); in ds1307_trickle_init()
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/adc/ |
D | palmas-gpadc.txt | 7 3 temp (with ext. diode, optional current source)
|
12