Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/power/supply/
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 */ },
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 },
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()
Dpower_supply_core.c799 resist_table[index].resistance = be32_to_cpu(*list++); in power_supply_get_battery_info()
862 table[low].resistance, in power_supply_temp2resist_simple()
864 table[high].resistance, in power_supply_temp2resist_simple()
1024 int resistance) in power_supply_battery_bti_in_range() argument
1034 return (info->bti_resistance_ohm == resistance); in power_supply_battery_bti_in_range()
1041 return ((resistance >= low) && (resistance <= high)); in power_supply_battery_bti_in_range()
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 …]
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/
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-v6.1/drivers/iio/adc/
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-v6.1/Documentation/devicetree/bindings/input/touchscreen/
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>;
Dbu21029.txt8 - rohm,x-plate-ohms : x-plate resistance in Ohm
Dtsc2007.txt6 - ti,x-plate-ohms: X-plate resistance in ohms.
/Linux-v6.1/drivers/iio/chemical/
Dams-iaq-core.c25 __be32 resistance; member
116 *val = be32_to_cpu(data->buffer.resistance); in ams_iaqcore_read_raw()
/Linux-v6.1/drivers/leds/flash/
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()
/Linux-v6.1/Documentation/hwmon/
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
Dmax31730.rst25 for high series resistance in circuit-board traces and the external thermal
Dina3221.rst34 shunt[123]_resistor Shunt resistance(uOhm) channels
Dina2xx.rst95 shunt_resistor Shunt resistance(uOhm) channel
/Linux-v6.1/arch/arm/boot/dts/
Dsunxi-bananapi-m2-plus-v1.2.dtsi11 * resistance on the CPU regulator's feedback pin.
Dsun8i-a23-evb.dts109 * The RX line has a non-populated resistance. In order to use it, you
/Linux-v6.1/arch/arm64/boot/dts/sprd/
Dsp9860g-1h10.dts48 internal-resistance-micro-ohms = <250000>;
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-iio-chemical-sgp4024 Set the bias value for the resistance which is used for
Dsysfs-bus-iio-health-afe440x38 Get and set the resistance and the capacitance settings for the
/Linux-v6.1/include/linux/
Dpower_supply.h349 int resistance; /* internal resistance percent */ member
813 int resistance);
/Linux-v6.1/Documentation/devicetree/bindings/thermal/
Dthermal-generic-adc.txt4 one of ADC channel and sensor resistance is read via voltage across the
/Linux-v6.1/Documentation/misc-devices/
Dad525x_dpot.rst8 work with the immediate resistance settings as well as update the saved startup
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Dtwl6040.txt58 /* Vibra driver, motor resistance parameters */

12