HomeSort by relevance Sort by last modified time
    Searched full:voltage_mv (Results 1 - 13 of 13) sorted by null

  /external/syslinux/bios/com32/lua/src/
dmi.c32 
  /external/syslinux/efi32/com32/lua/src/
dmi.c32 
  /external/syslinux/com32/hdt/
hdt-menu-processor.c 170 hardware->dmi.processor.voltage_mv / 1000,
171 hardware->dmi.processor.voltage_mv -
172 ((hardware->dmi.processor.voltage_mv / 1000) * 1000));
174 hardware->dmi.processor.voltage_mv / 1000,
175 hardware->dmi.processor.voltage_mv -
176 ((hardware->dmi.processor.voltage_mv / 1000) * 1000));
hdt-cli-cpu.c 136 hardware->dmi.processor.voltage_mv / 1000,
137 hardware->dmi.processor.voltage_mv -
138 ((hardware->dmi.processor.voltage_mv / 1000) * 1000));
hdt-dump-dmi.c 182 hardware->dmi.processor.voltage_mv / 1000,
183 hardware->dmi.processor.voltage_mv - ((hardware->dmi.processor.voltage_mv / 1000) * 1000));
hdt-cli-dmi.c 342 hardware->dmi.processor.voltage_mv / 1000,
343 hardware->dmi.processor.voltage_mv -
344 ((hardware->dmi.processor.voltage_mv / 1000) * 1000));
  /external/syslinux/com32/gplinclude/dmi/
dmi_processor.h 87 uint16_t voltage_mv; member in struct:__anon36979
  /external/autotest/client/profilers/powertop/src/
powertop.c 579 unsigned charge_mAh = 0, max_charge_mAh = 0, voltage_mV = 0;
636 voltage_mV += this_voltage_mV;
640 show_pmu_power_line(voltage_mV, charge_mAh, max_charge_mAh,
  /external/syslinux/com32/modules/
dmitest.c 160 moreprintf("\tVoltage %d mV\n", dmi->processor.voltage_mv);
  /external/syslinux/com32/lua/src/
dmi.c 257 LUA_ADD_NUM_P(L, processor, voltage_mv)
  /external/syslinux/com32/gpllib/dmi/
dmi.c 342 dmi->processor.voltage_mv = (code & 0x7f) * 100;
346 dmi->processor.voltage_mv = voltage[i];
  /external/syslinux/bios/com32/gpllib/
libgpl.elf 
  /external/syslinux/efi32/com32/gpllib/
libgpl.elf 

Completed in 677 milliseconds