Lines Matching defs:temp
458 int i, j, k, temp, sum = 0;
461 temp = val[0];
464 if (temp < val[i]) {
465 temp = val[i];
471 temp = val[4];
474 if (temp > val[i]) {
475 temp = val[i];
549 int temp, i, buff[5];
556 temp = get_select_val(buff);
557 dev_dbg(sharpsl_pm.dev, "AC Voltage: %d\n", temp);
559 if ((temp > sharpsl_pm.machinfo->charge_acin_high) || (temp < sharpsl_pm.machinfo->charge_acin_low)) {
560 dev_err(sharpsl_pm.dev, "Error: AC check failed: voltage %d.\n", temp);