Home
last modified time | relevance | path

Searched refs:resist (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dab8500.c71 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 D0001-Support-limiting-move-interval.patch96 gint resist;
98 if (!keyboard) resist = config_resist_edge;
99 resist_move_monitors(moveresize_client, resist, &cur_x, &cur_y);
H A D0003-Support-move-timeout-when-outline-moving.patch56 gint resist;
H A D0002-Support-outline-moving.patch198 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 Dab8500_btemp.c437 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 Dab8500_fg.c910 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 Dpower_supply_core.c849 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 Dab8500-bm.h285 int resist; member
296 int resist; member
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dabx500.h53 int resist; member
/OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/
H A Dintro.rst157 Try to resist the temptation to directly edit an existing ``.config``
/OK3568_Linux_fs/kernel/Documentation/process/
H A D6.Followthrough.rst43 review which seems angry, insulting, or outright offensive, resist the
H A Dadding-syscalls.rst120 the exec'ed program. (However, resist the temptation to re-use the actual value