/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-mt8186.yaml | 61 mediatek,rsel-resistance-in-si-unit: 65 RSEL define or si unit value(ohm) to set different resistance. 124 and resistance value. 126 set different resistance. It can support "MTK_PUPD_SET_R1R0_00" & 129 For pull down type is RSEL, it can add RSEL define & resistance 130 value(ohm) to set different resistance by identifying property 131 "mediatek,rsel-resistance-in-si-unit". 134 define in mt8186. It can also support resistance value(ohm) 145 An example of using si unit resistance value(ohm): 147 mediatek,rsel-resistance-in-si-unit; [all …]
|
D | pinctrl-mt8195.yaml | 54 mediatek,rsel-resistance-in-si-unit: 58 RSEL define or si unit value(ohm) to set different resistance. 117 and resistance value. 119 set different resistance. It can support "MTK_PUPD_SET_R1R0_00" & 122 For pull down type is RSEL, it can add RSEL define & resistance 123 value(ohm) to set different resistance by identifying property 124 "mediatek,rsel-resistance-in-si-unit". 129 define in mt8195. It can also support resistance value(ohm) 141 An example of using si unit resistance value(ohm): 143 mediatek,rsel-resistance-in-si-unit; [all …]
|
D | mediatek,mt8188-pinctrl.yaml | 60 mediatek,rsel-resistance-in-si-unit: 63 We provide two methods to select the resistance for I2C when pull up or pull down. 64 The first is by RSEL definition value, another one is by resistance value(ohm). 65 This flag is used to identify if the method is resistance(si unit) value. 110 and resistance value. 112 set different resistance. It can support "MTK_PUPD_SET_R1R0_00" & 115 For pull down type is RSEL, it can add RSEL define & resistance value(ohm) 116 … to set different resistance by identifying property "mediatek,rsel-resistance-in-si-unit". 120 … define in mt8188. It can also support resistance value(ohm) "75000" & "5000" in mt8188. 133 and resistance value. [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/ |
D | ntc-thermistor.yaml | 14 vary in resistance in an often non-linear way in relation to temperature. 15 The negative temperature coefficient means that the resistance decreases 16 as the temperature rises. Since the relationship between resistance and 18 up table and interpolation to get from resistance to temperature. 50 the cases when either pull-up or pull-down resistance is zero. 52 If the pull-up resistance is 0 one end of the thermistor is connected to the 56 Conversely if the pull-down resistance is zero, one end of the thermistor is 102 description: Pull-up resistance in ohms. Must always be specified, even 107 description: Pull-down resistance in ohms. Must always be specified, even 115 to be connected-ground, which usually means a pull-down resistance of
|
D | max6697.txt | 40 - resistance-cancellation 41 Boolean for all chips other than MAX6581. Set to enable resistance 43 For MAX6581, resistance cancellation enabled for all channels if 46 If not specified, resistance cancellation will be disabled for all 61 resistance-cancellation;
|
/Linux-v6.1/drivers/power/supply/ |
D | ab8500_bmdata.c | 48 * temperature values to work. Factory resistance is 300 mOhm and the 49 * resistance values to the right are percentages of 300 mOhm. 52 { .temp = 40, .resistance = 40 /* 120 mOhm */ }, 53 { .temp = 30, .resistance = 45 /* 135 mOhm */ }, 54 { .temp = 20, .resistance = 55 /* 165 mOhm */ }, 55 { .temp = 10, .resistance = 77 /* 230 mOhm */ }, 56 { .temp = 00, .resistance = 108 /* 325 mOhm */ }, 57 { .temp = -10, .resistance = 158 /* 445 mOhm */ }, 58 { .temp = -20, .resistance = 198 /* 595 mOhm */ }, 200 * Internal resistance and factory resistance are tightly coupled in ab8500_bm_of_probe()
|
D | power_supply_core.c | 707 fwnode_property_read_u32(fwnode, "factory-internal-resistance-micro-ohms", in power_supply_get_battery_info() 782 list = of_get_property(battery_np, "resistance-temp-table", &len); in power_supply_get_battery_info() 799 resist_table[index].resistance = be32_to_cpu(*list++); in power_supply_get_battery_info() 831 * power_supply_temp2resist_simple() - find the battery internal resistance 833 * @table: Pointer to battery resistance temperature table 837 * This helper function is used to look up battery internal resistance percent 838 * according to current temperature value from the resistance temperature table, 840 * resistance = the ideal battery internal resistance * percent / 100. 842 * Return: the battery internal resistance percent 862 table[low].resistance, in power_supply_temp2resist_simple() [all …]
|
D | ug3105_battery.c | 237 * Skip internal resistance calc on charger [un]plug and in ug3105_work() 247 * between 2 polls, then we can calculate the internal resistance in ug3105_work() 249 * change between the 2 readings to the internal resistance. in ug3105_work() 260 dev_dbg(&chip->client->dev, "Ignoring outlier internal resistance %d mOhm\n", res); in ug3105_work() 264 dev_dbg(&chip->client->dev, "Internal resistance %d mOhm\n", res); in ug3105_work() 428 /* Use provided internal resistance as start point (in milli-ohm) */ in ug3105_probe() 430 /* Also add it to the internal resistance moving average window */ in ug3105_probe()
|
D | samsung-sdi-battery.c | 8 * The BTI (battery type indicator) resistance in the code drops was very 9 * unreliable. The resistance listed here was obtained by simply measuring 10 * the BTI resistance with a multimeter on the battery. 23 * Voltage to internal resistance tables. The internal resistance varies 425 * Temperature to internal resistance scaling tables. 427 * "resistance" is the percentage of the resistance determined from the voltage 435 { .temp = 50, .resistance = 100 }, 436 { .temp = 40, .resistance = 100 }, 437 { .temp = 30, .resistance = 100 }, 438 { .temp = 20, .resistance = 100 }, [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/power/supply/ |
D | battery.yaml | 84 factory-internal-resistance-micro-ohms: 85 description: battery factory internal resistance 87 resistance-temp-table: 92 - description: battery internal resistance percent 95 and corresponding battery internal resistance percent, which is used to 96 look up the resistance percent according to current temperature to get an 97 accurate batterty internal resistance in different temperatures. 161 factory-internal-resistance-micro-ohms = <250000>; 169 resistance-temp-table = <20 100>, <10 90>, <0 80>, <(-10) 60>;
|
D | sc27xx-fg.yaml | 47 sprd,calib-resistance-micro-ohms: 48 description: real resistance of coulomb counter chip in micro Ohms 60 - sprd,calib-resistance-micro-ohms 96 sprd,calib-resistance-micro-ohms = <21500>;
|
/Linux-v6.1/Documentation/devicetree/bindings/mfd/ |
D | twl6040.txt | 31 - ti,vibldrv-res: Resistance parameter for left driver 32 - ti,vibrdrv-res: Resistance parameter for right driver 33 - ti,viblmotor-res: Resistance parameter for left motor 34 - ti,viblmotor-res: Resistance parameter for right motor 58 /* Vibra driver, motor resistance parameters */
|
/Linux-v6.1/include/linux/ |
D | power_supply.h | 349 int resistance; /* internal resistance percent */ member 354 int ri_uohm; /* Internal resistance in microohm */ 501 * @factory_internal_resistance_uohm: the internal resistance of the battery 502 * at fabrication time, expressed in microohms. This resistance will vary 504 * nominal ballpark figure. This internal resistance is given for the state 506 * @factory_internal_resistance_charging_uohm: the internal resistance of the 508 * The charging process will affect the internal resistance of the battery 509 * so this value provides a better resistance under these circumstances. 510 * This resistance will vary depending on the lifetime and charge of the 541 * expected internal resistance at this temperature. The resistance is given [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/afe/ |
D | temperature-sense-rtd.yaml | 13 RTDs (Resistance Temperature Detectors) are a kind of temperature sensors 65 approximation of the resistance versus temperature relationship 70 Where, R_100 is the resistance of the sensor at 100 degrees Celsius, and 71 R_0 (or r-naught-ohms) is the resistance of the sensor at 0 degrees 79 Resistance of the sensor at 0 degrees Celsius.
|
D | voltage-divider.yaml | 14 interesting voltage is often the voltage over the full resistance 44 Resistance Rout over which the output voltage is measured. See full-ohms. 48 Resistance R + Rout for the full divider. The io-channel is scaled by
|
/Linux-v6.1/Documentation/devicetree/bindings/input/touchscreen/ |
D | ad7879.txt | 10 - adi,resistance-plate-x : total resistance of X-plate (for pressure 47 adi,resistance-plate-x = <120>; 65 adi,resistance-plate-x = <120>;
|
D | ti,am3359-tsc.yaml | 22 ti,x-plate-resistance: 23 description: X plate resistance 61 - ti,x-plate-resistance 72 ti,x-plate-resistance = <200>;
|
/Linux-v6.1/include/linux/spi/ |
D | ds1305.h | 20 #define DS1305_TRICKLE_2K 0x01 /* 2 KOhm resistance */ 21 #define DS1305_TRICKLE_4K 0x02 /* 4 KOhm resistance */ 22 #define DS1305_TRICKLE_8K 0x03 /* 8 KOhm resistance */
|
/Linux-v6.1/Documentation/devicetree/bindings/leds/ |
D | richtek,rt8515.yaml | 33 description: The resistance value of the RFS resistor. This 42 description: The resistance value of the RTS resistor. This 62 allowed resistance value is 7.86 kOhm giving an absolute 74 allowed resistance value is 7.86 kOhm giving an absolute
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/light/ |
D | capella,cm3605.yaml | 50 capella,aset-resistance-ohms: 53 Sensitivity calibration resistance. Note that calibration curves 73 capella,aset-resistance-ohms = <100000>;
|
/Linux-v6.1/drivers/iio/adc/ |
D | qcom-vadc-common.c | 17 * resistance. 119 * Resistance to temperature table for 100k pull up for NTCG104EF104. 538 s64 resistance = adc_code; in qcom_vadc7_scale_hw_calib_therm() local 545 resistance *= R_PU_100K; in qcom_vadc7_scale_hw_calib_therm() 546 resistance = div64_s64(resistance, RATIO_MAX_ADC7 - adc_code); in qcom_vadc7_scale_hw_calib_therm() 550 resistance, &result); in qcom_vadc7_scale_hw_calib_therm() 682 int64_t resistance; in qcom_adc_tm5_gen2_temp_res_scale() local 684 resistance = qcom_vadc_map_temp_voltage(adcmap7_100k, in qcom_adc_tm5_gen2_temp_res_scale() 687 return div64_s64(resistance * RATIO_MAX_ADC7, resistance + R_PU_100K); in qcom_adc_tm5_gen2_temp_res_scale()
|
/Linux-v6.1/include/linux/mfd/ |
D | twl6040.h | 186 unsigned int vibldrv_res; /* left driver resistance */ 187 unsigned int vibrdrv_res; /* right driver resistance */ 188 unsigned int viblmotor_res; /* left motor resistance */ 189 unsigned int vibrmotor_res; /* right motor resistance */
|
/Linux-v6.1/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common-v2.h | 23 /* MTK_PULL_RSEL_TYPE can select resistance and can be 158 * struct mtk_pin_rsel - the structure that provides bias resistance selection. 161 * @rsel_index: the rsel bias resistance index 162 * @up_rsel: the pullup rsel bias resistance value 163 * @down_rsel: the pulldown rsel bias resistance value
|
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | mxs-usb-phy.txt | 18 - fsl,tx-cal-45-dn-ohms: Integer [35-54]. Resistance (in ohms) of switchable 21 - fsl,tx-cal-45-dp-ohms: Integer [35-54]. Resistance (in ohms) of switchable
|
/Linux-v6.1/drivers/leds/flash/ |
D | leds-rt8515.c | 14 * RFS (resistance flash setting?) is 20 kOhm 15 * RTS (resistance torch setting?) is 39 kOhm 232 const char *resistance, in rt8515_determine_max_intensity() argument 242 fwnode_property_read_u32(rt->dev->fwnode, resistance, &res); in rt8515_determine_max_intensity() 249 resistance, max_ua_prop); in rt8515_determine_max_intensity()
|