OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:voltage_mv
(Results
1 - 8
of
8
) sorted by null
/external/syslinux/com32/gplinclude/dmi/
dmi_processor.h
87
uint16_t
voltage_mv
;
member in struct:__anon36979
/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/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];
Completed in 243 milliseconds