Home
last modified time | relevance | path

Searched refs:resistance (Results 1 – 25 of 34) sorted by relevance

12

/linux/drivers/power/supply/
H A Dab8500_bmdata.c52 { .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 */ },
H A Dsamsung-sdi-battery.c435 { .temp = 50, .resistance = 100 },
436 { .temp = 40, .resistance = 100 },
437 { .temp = 30, .resistance = 100 },
438 { .temp = 20, .resistance = 100 },
439 { .temp = 10, .resistance = 100 },
440 { .temp = 00, .resistance = 100 },
441 { .temp = -10, .resistance = 100 },
442 { .temp = -20, .resistance = 100 },
H A Dpower_supply_core.c826 resist_table[index].resistance = propdata[index*2+1]; in power_supply_get_battery_info()
1015 table[low].resistance, in power_supply_temp2resist_simple()
1017 table[high].resistance, in power_supply_temp2resist_simple()
1176 int resistance) in power_supply_battery_bti_in_range() argument
1186 return (info->bti_resistance_ohm == resistance); in power_supply_battery_bti_in_range()
1193 return ((resistance >= low) && (resistance <= high)); in power_supply_battery_bti_in_range()
/linux/Documentation/devicetree/bindings/hwmon/
H A Dmax6697.txt40 - 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/drivers/iio/adc/
H A Dqcom-vadc-common.c538 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/drivers/iio/chemical/
H A Dams-iaq-core.c25 __be32 resistance; member
116 *val = be32_to_cpu(data->buffer.resistance); in ams_iaqcore_read_raw()
/linux/Documentation/hwmon/
H A Dntc_thermistor.rst33 that requires users to provide the resistance and lookup the corresponding
96 are suitable or the user can get the resistance directly, the user should
H A Dina3221.rst34 shunt[123]_resistor Shunt resistance(uOhm) channels
H A Dvt1211.rst163 nominal resistance at 25C)
/linux/arch/arm/boot/dts/allwinner/
H A Dsunxi-bananapi-m2-plus-v1.2.dtsi11 * resistance on the CPU regulator's feedback pin.
H A Dsun8i-a23-evb.dts109 * The RX line has a non-populated resistance. In order to use it, you
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-apalis-v1.2.dtsi15 adi,resistance-plate-x = <120>;
H A Dimx6qdl-colibri-v1.2.dtsi15 adi,resistance-plate-x = <120>;
H A Dimx6ull-colibri.dtsi214 adi,resistance-plate-x = <120>;
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dbu21029.txt8 - rohm,x-plate-ohms : x-plate resistance in Ohm
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3326-odroid-go2.dts46 factory-internal-resistance-micro-ohms = <180000>;
H A Drk3326-odroid-go2-v11.dts50 factory-internal-resistance-micro-ohms = <180000>;
H A Drk3326-odroid-go3.dts84 factory-internal-resistance-micro-ohms = <180000>;
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-health-afe440x38 Get and set the resistance and the capacitance settings for the
/linux/Documentation/misc-devices/
H A Dad525x_dpot.rst8 work with the immediate resistance settings as well as update the saved startup
/linux/Documentation/devicetree/bindings/mfd/
H A Dtwl6040.txt58 /* Vibra driver, motor resistance parameters */
/linux/Documentation/admin-guide/media/
H A Dsi476x.rst98 0x04 fmagc1 FMAGC1 attenuator resistance
/linux/Documentation/security/
H A Dsiphash.rst199 resistance of hsiphash().
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-pdu001.dts533 ti,x-plate-resistance = <200>;
H A Dam335x-pepper.dts509 ti,x-plate-resistance = <200>;

12