Searched refs:resist (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | ab8500.c | 71 if (r_ntc > tbl[0].resist || r_ntc < tbl[tbl_sz - 1].resist) in ab8500_voltage_to_temp() 74 while (!(r_ntc <= tbl[i].resist && r_ntc > tbl[i + 1].resist) && in ab8500_voltage_to_temp() 80 (r_ntc - tbl[i].resist)) / (tbl[i + 1].resist - tbl[i].resist); in ab8500_voltage_to_temp()
|
| /OK3568_Linux_fs/debian/packages-patches/openbox/3.6.1-8/ |
| H A D | 0001-Support-limiting-move-interval.patch | 96 gint resist; 98 if (!keyboard) resist = config_resist_edge; 99 resist_move_monitors(moveresize_client, resist, &cur_x, &cur_y);
|
| H A D | 0003-Support-move-timeout-when-outline-moving.patch | 56 gint resist;
|
| H A D | 0002-Support-outline-moving.patch | 198 if (!keyboard) resist = config_resist_edge; 199 resist_move_monitors(moveresize_client, resist, &cur_x, &cur_y);
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | ab8500_btemp.c | 437 if (res > tbl[0].resist) in ab8500_btemp_res_to_temp() 439 else if (res <= tbl[tbl_size - 1].resist) in ab8500_btemp_res_to_temp() 443 while (!(res <= tbl[i].resist && in ab8500_btemp_res_to_temp() 444 res > tbl[i + 1].resist)) in ab8500_btemp_res_to_temp() 449 (res - tbl[i].resist)) / (tbl[i + 1].resist - tbl[i].resist); in ab8500_btemp_res_to_temp()
|
| H A D | ab8500_fg.c | 910 int resist = 0; in ab8500_fg_battery_resistance() local 921 resist = interpolate(di->bat_temp / 10, in ab8500_fg_battery_resistance() 923 tbl[i].resist, in ab8500_fg_battery_resistance() 925 tbl[i-1].resist); in ab8500_fg_battery_resistance() 927 resist = tbl[0].resist; in ab8500_fg_battery_resistance() 929 resist = tbl[tbl_size - 1].resist; in ab8500_fg_battery_resistance() 934 __func__, di->bat_temp, resist, di->bm->fg_res / 10, in ab8500_fg_battery_resistance() 935 (di->bm->fg_res / 10) + resist); in ab8500_fg_battery_resistance() 938 resist += di->bm->fg_res / 10; in ab8500_fg_battery_resistance() 940 return resist; in ab8500_fg_battery_resistance()
|
| H A D | power_supply_core.c | 849 int i, resist; in power_supply_temp2resist_simple() local 861 resist = tmp + table[i].resistance; in power_supply_temp2resist_simple() 863 resist = table[0].resistance; in power_supply_temp2resist_simple() 865 resist = table[table_len - 1].resistance; in power_supply_temp2resist_simple() 868 return resist; in power_supply_temp2resist_simple()
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/abx500/ |
| H A D | ab8500-bm.h | 285 int resist; member 296 int resist; member
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | abx500.h | 53 int resist; member
|
| /OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/ |
| H A D | intro.rst | 157 Try to resist the temptation to directly edit an existing ``.config``
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | 6.Followthrough.rst | 43 review which seems angry, insulting, or outright offensive, resist the
|
| H A D | adding-syscalls.rst | 120 the exec'ed program. (However, resist the temptation to re-use the actual value
|