Home
last modified time | relevance | path

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

123

/openbmc/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 Dsc27xx_fuel_gauge.c490 int vol, cur, ret, temp, resistance; in sc27xx_fgu_get_vbat_ocv() local
500 resistance = data->internal_resist; in sc27xx_fgu_get_vbat_ocv()
506 resistance = power_supply_temp2resist_simple(data->resist_table, in sc27xx_fgu_get_vbat_ocv()
508 resistance = data->internal_resist * resistance / 100; in sc27xx_fgu_get_vbat_ocv()
512 *val = vol * 1000 - cur * resistance; in sc27xx_fgu_get_vbat_ocv()
H A Dpower_supply_core.c809 resist_table[index].resistance = be32_to_cpu(*list++); in power_supply_get_battery_info()
999 table[low].resistance, in power_supply_temp2resist_simple()
1001 table[high].resistance, in power_supply_temp2resist_simple()
1160 int resistance) in power_supply_battery_bti_in_range() argument
1170 return (info->bti_resistance_ohm == resistance); in power_supply_battery_bti_in_range()
1177 return ((resistance >= low) && (resistance <= high)); in power_supply_battery_bti_in_range()
H A Dab8500_fg.c891 int resistance; in ab8500_fg_battery_resistance() local
899 resistance = power_supply_vbat2ri(bi, vbat_uncomp_uv, di->flags.charging); in ab8500_fg_battery_resistance()
901 resistance = resistance / 1000; in ab8500_fg_battery_resistance()
907 resistance = bi->factory_internal_resistance_uohm / 1000; in ab8500_fg_battery_resistance()
908 resistance = resistance * resistance_percent / 100; in ab8500_fg_battery_resistance()
911 resistance = bi->factory_internal_resistance_uohm / 1000; in ab8500_fg_battery_resistance()
915 resistance += (di->line_impedance_uohm / 1000); in ab8500_fg_battery_resistance()
919 __func__, di->bat_temp, resistance, di->bm->fg_res / 10, in ab8500_fg_battery_resistance()
920 (di->bm->fg_res / 10) + resistance); in ab8500_fg_battery_resistance()
923 resistance += di->bm->fg_res / 10; in ab8500_fg_battery_resistance()
[all …]
/openbmc/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;
/openbmc/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()
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dad7879.txt10 - adi,resistance-plate-x : total resistance of X-plate (for pressure
47 adi,resistance-plate-x = <120>;
65 adi,resistance-plate-x = <120>;
H A Dbu21029.txt8 - rohm,x-plate-ohms : x-plate resistance in Ohm
H A Dtsc2007.txt6 - ti,x-plate-ohms: X-plate resistance in ohms.
/openbmc/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()
/openbmc/linux/drivers/leds/flash/
H A Dleds-rt8515.c232 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()
/openbmc/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 Dmax31730.rst25 for high series resistance in circuit-board traces and the external thermal
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsunxi-bananapi-m2-plus-v1.2.dtsi11 * resistance on the CPU regulator's feedback pin.
/openbmc/linux/arch/arm64/boot/dts/sprd/
H A Dsp9860g-1h10.dts48 internal-resistance-micro-ohms = <250000>;
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-chemical-sgp4024 Set the bias value for the resistance which is used for
H A Dsysfs-bus-iio-health-afe440x38 Get and set the resistance and the capacitance settings for the
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3326-odroid-go2.dts46 factory-internal-resistance-micro-ohms = <180000>;
H A Drk3566-anbernic-rg353vs.dts26 factory-internal-resistance-micro-ohms = <117000>;
H A Drk3566-anbernic-rg353v.dts27 factory-internal-resistance-micro-ohms = <117000>;
H A Drk3566-anbernic-rg353ps.dts26 factory-internal-resistance-micro-ohms = <117000>;
/openbmc/linux/include/linux/
H A Dpower_supply.h350 int resistance; /* internal resistance percent */ member
821 int resistance);
/openbmc/linux/Documentation/misc-devices/
H A Dad525x_dpot.rst8 work with the immediate resistance settings as well as update the saved startup
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dtwl6040.txt58 /* Vibra driver, motor resistance parameters */

123