OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trace_power_flow
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/include/
power_tracer.h
17
void
trace_power_flow
(unsigned long mpidr, unsigned char mode);
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/include/
power_tracer.h
17
void
trace_power_flow
(unsigned long mpidr, unsigned char mode);
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/
power_tracer.c
13
void
trace_power_flow
(unsigned long mpidr, unsigned char mode)
function
plat_pm.c
289
trace_power_flow
(mpidr, CPU_DOWN);
295
trace_power_flow
(mpidr, CLUSTER_DOWN);
343
trace_power_flow
(mpidr, CLUSTER_SUSPEND);
373
trace_power_flow
(mpidr, CLUSTER_UP);
379
trace_power_flow
(mpidr, CPU_UP);
407
trace_power_flow
(mpidr, CLUSTER_UP);
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/
power_tracer.c
13
void
trace_power_flow
(unsigned long mpidr, unsigned char mode)
function
plat_pm.c
394
trace_power_flow
(mpidr, CPU_DOWN);
400
trace_power_flow
(mpidr, CLUSTER_DOWN);
413
trace_power_flow
(mpidr, CPU_DOWN);
419
trace_power_flow
(mpidr, CLUSTER_DOWN);
542
trace_power_flow
(mpidr, CLUSTER_UP);
548
trace_power_flow
(mpidr, CPU_UP);
565
trace_power_flow
(mpidr, CLUSTER_UP);
575
trace_power_flow
(mpidr, CPU_UP);
Completed in 552 milliseconds