HomeSort by relevance Sort by last modified time
    Searched defs:voltage (Results 1 - 17 of 17) sorted by null

  /system/extras/tests/workloads/
powerave.py 7 print "powersum.py [OPTIONS] HZ VOLTAGE [FILE]"
14 voltage = 4.3 variable
22 voltage = float(argvrem[1]) variable
44 avepower = avecurrent * voltage
  /hardware/qcom/msm8994/kernel-headers/linux/
msm-core-interface.h 36 uint32_t voltage[MAX_NUM_FREQ]; member in struct:sched_params
msm_thermal_ioctl.h 51 struct voltage_plan_arg voltage; member in union:msm_thermal_ioctl::__anon43133
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm-core-interface.h 20 uint32_t voltage[MAX_NUM_FREQ]; member in struct:sched_params
msm_thermal_ioctl.h 55 struct voltage_plan_arg voltage; member in union:msm_thermal_ioctl::__anon43240
68 /*Get cluster voltage plan */
  /hardware/qcom/msm8996/kernel-headers/linux/
msm-core-interface.h 36 uint32_t voltage[MAX_NUM_FREQ]; member in struct:sched_params
msm_thermal_ioctl.h 51 struct voltage_plan_arg voltage; member in union:msm_thermal_ioctl::__anon43378
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm-core-interface.h 20 uint32_t voltage[MAX_NUM_FREQ]; member in struct:sched_params
msm_thermal_ioctl.h 55 struct voltage_plan_arg voltage; member in union:msm_thermal_ioctl::__anon43529
68 /*Get cluster voltage plan */
  /device/google/marlin/vibrator/
Vibrator.cpp 74 // Scale the voltage such that an amplitude of 1 is MIN_VOLTAGE, an amplitude of 255 is
76 long voltage = local
78 ALOGE("Setting amplitude to: %ld", voltage);
79 mAmplitude << voltage << std::endl;
  /external/syslinux/com32/hdt/
hdt-dump-dmi.c 180 char voltage[16]={0}; local
181 snprintf(voltage,sizeof(voltage),"%d.%02d",
200 add_s("dmi.processor.voltage",voltage);
  /hardware/qcom/msm8x09/kernel-headers/linux/
msm_thermal_ioctl.h 51 struct voltage_plan_arg voltage; member in union:msm_thermal_ioctl::__anon43661
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
msm_thermal_ioctl.h 55 struct voltage_plan_arg voltage; member in union:msm_thermal_ioctl::__anon43735
68 /*Get cluster voltage plan */
  /external/syslinux/com32/gpllib/dmi/
dmi.c 334 static const uint16_t voltage[] = { local
346 dmi->processor.voltage_mv = voltage[i];
  /external/autotest/client/profilers/powertop/src/
powertop.c 501 double voltage = 0.0; local
529 if (strstr(line, "present voltage"))
530 voltage = strtoull(c, NULL, 10) / 1000.0;
548 rate += watts_drawn + voltage * amperes_drawn;
550 cap += watts_left + voltage * amperes_left;
618 else if (strncmp("voltage", line, strlen("voltage")) == 0)
668 double voltage = 0.0; local
705 voltage = strtoull(line, NULL, 10) / 1000000.0;
719 watts_left = voltage;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java 1429 final double voltage = mContext.getResources().getInteger( local
    [all...]
  /external/syslinux/gpxe/src/drivers/infiniband/
MT25408_PRM.h 1350 pseudo_bit_t voltage[0x00004]; member in struct:hermonprm_mod_stat_cfg_st
    [all...]

Completed in 521 milliseconds