Searched refs:resist (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/power/supply/ |
| D | ab8500-bm.h | 291 int resist; member 547 int resist; member 558 int resist; member
|
| D | ab8500_btemp.c | 430 if (res > tbl[0].resist) in ab8500_btemp_res_to_temp() 432 else if (res <= tbl[tbl_size - 1].resist) in ab8500_btemp_res_to_temp() 436 while (!(res <= tbl[i].resist && in ab8500_btemp_res_to_temp() 437 res > tbl[i + 1].resist)) in ab8500_btemp_res_to_temp() 441 return fixp_linear_interpolate(tbl[i].resist, tbl[i].temp, in ab8500_btemp_res_to_temp() 442 tbl[i + 1].resist, tbl[i + 1].temp, in ab8500_btemp_res_to_temp()
|
| D | ab8500_fg.c | 911 int resist = 0; in ab8500_fg_battery_resistance() local 922 resist = fixp_linear_interpolate( in ab8500_fg_battery_resistance() 924 tbl[i].resist, in ab8500_fg_battery_resistance() 926 tbl[i-1].resist, in ab8500_fg_battery_resistance() 929 resist = tbl[0].resist; in ab8500_fg_battery_resistance() 931 resist = tbl[tbl_size - 1].resist; in ab8500_fg_battery_resistance() 936 __func__, di->bat_temp, resist, di->bm->fg_res / 10, in ab8500_fg_battery_resistance() 937 (di->bm->fg_res / 10) + resist); in ab8500_fg_battery_resistance() 940 resist += di->bm->fg_res / 10; in ab8500_fg_battery_resistance() 942 return resist; in ab8500_fg_battery_resistance()
|
| D | power_supply_core.c | 786 int i, resist; in power_supply_temp2resist_simple() local 798 resist = tmp + table[i].resistance; in power_supply_temp2resist_simple() 800 resist = table[0].resistance; in power_supply_temp2resist_simple() 802 resist = table[table_len - 1].resistance; in power_supply_temp2resist_simple() 805 return resist; in power_supply_temp2resist_simple()
|
| /Linux-v5.15/Documentation/process/ |
| D | 6.Followthrough.rst | 43 review which seems angry, insulting, or outright offensive, resist the
|
| D | adding-syscalls.rst | 120 the exec'ed program. (However, resist the temptation to re-use the actual value
|