| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | amd_energy.rst | 29 The Energy driver exposes the energy counters that are 51 Since, the energy status registers are accessed at core level, 53 in duplicate values. Hence, energy counter entries are not 62 indicating energy status unit is 15.3 micro-Joules increment. 74 Current, Socket energy status register is 32bit, assuming a 240W 79 The Core energy register may wrap around after several days. 82 to accumulate the socket energy counters and one core energy counter 88 based on the chosen energy unit resolution. For example 92 A socket and core energy read would return the current register 93 value added to the respective energy accumulator. [all …]
|
| H A D | ltc2947.rst | 21 The LTC2947 is a high precision power and energy monitor that measures current, 22 voltage, power, temperature, charge and energy. The device supports both SPI 24 The device also measures accumulated quantities as energy. It has two banks of 25 register's to read/set energy related values. These banks can be configured 97 energy1_input Measured energy over time (in microJoule) 99 energy2_input Measured energy over time (in microJoule)
|
| H A D | ibmaem.rst | 26 This driver implements sensor reading support for the energy and power meters 31 The v1 AEM interface has a simple set of features to monitor energy use. There 32 is a register that displays an estimate of raw energy consumption since the 37 range of energy and power use registers, the power cap as set by the AEM
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | sched-energy.rst | 9 the impact of its decisions on the energy consumed by CPUs. EAS relies on an 10 Energy Model (EM) of the CPUs to select an energy efficient CPU for each task, 20 because this is where the potential for saving energy through scheduling is 25 please refer to its documentation (see Documentation/power/energy-model.rst). 32 - energy = [joule] (resource like a battery on powered devices) 33 - power = energy/time = [joule/second] = [watt] 35 The goal of EAS is to minimize energy, while still getting the job done. That 44 energy [J] 50 scheduler. This alternative considers two objectives: energy-efficiency and 54 implications of its decisions rather than blindly applying energy-saving [all …]
|
| H A D | index.rst | 16 sched-energy
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | smsc-lan87xx.txt | 12 - smsc,disable-energy-detect: 13 If set, do not enable energy detect mode for the SMSC phy. 14 default: enable energy detect mode 17 smsc phy with disabled energy detect mode on an am335x based board. 25 smsc,disable-energy-detect;
|
| /OK3568_Linux_fs/kernel/arch/x86/events/ |
| H A D | rapl.c | 397 RAPL_EVENT_ATTR_STR(energy-cores, rapl_cores, "event=0x01"); 398 RAPL_EVENT_ATTR_STR(energy-pkg , rapl_pkg, "event=0x02"); 399 RAPL_EVENT_ATTR_STR(energy-ram , rapl_ram, "event=0x03"); 400 RAPL_EVENT_ATTR_STR(energy-gpu , rapl_gpu, "event=0x04"); 401 RAPL_EVENT_ATTR_STR(energy-psys, rapl_psys, "event=0x05"); 403 RAPL_EVENT_ATTR_STR(energy-cores.unit, rapl_cores_unit, "Joules"); 404 RAPL_EVENT_ATTR_STR(energy-pkg.unit , rapl_pkg_unit, "Joules"); 405 RAPL_EVENT_ATTR_STR(energy-ram.unit , rapl_ram_unit, "Joules"); 406 RAPL_EVENT_ATTR_STR(energy-gpu.unit , rapl_gpu_unit, "Joules"); 407 RAPL_EVENT_ATTR_STR(energy-psys.unit, rapl_psys_unit, "Joules"); [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/hwmon/ |
| H A D | vexpress.txt | 10 "arm,vexpress-energy" 19 energy@0 { 20 compatible = "arm,vexpress-energy";
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-opp.dtsi | 6 #include "rk3399-sched-energy.dtsi" 323 sched-energy-costs = <&RK3399_CPU_COST_0 &RK3399_CLUSTER_COST_0>; 328 sched-energy-costs = <&RK3399_CPU_COST_0 &RK3399_CLUSTER_COST_0>; 333 sched-energy-costs = <&RK3399_CPU_COST_0 &RK3399_CLUSTER_COST_0>; 338 sched-energy-costs = <&RK3399_CPU_COST_0 &RK3399_CLUSTER_COST_0>; 343 sched-energy-costs = <&RK3399_CPU_COST_1 &RK3399_CLUSTER_COST_1>; 348 sched-energy-costs = <&RK3399_CPU_COST_1 &RK3399_CLUSTER_COST_1>;
|
| H A D | rk3399-sched-energy.dtsi | 8 energy-costs {
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A D | ste,mcde.txt | 18 (HDMI clock), DSI0ESCLK (DSI0 energy save clock), 19 DSI1ESCLK (DSI1 energy save clock), DSI2ESCLK (DSI2 energy 37 - clocks: phandles to the high speed and low power (energy save) clocks 41 (energy save) clock
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ipa/backend/ |
| H A D | mali_kbase_ipa_counter_common_jm.c | 185 s64 energy = 0; in kbase_ipa_vinstr_dynamic_coeff() local 221 energy = kbase_ipa_add_saturate(energy, group_energy); in kbase_ipa_vinstr_dynamic_coeff() 225 if (energy > 0) in kbase_ipa_vinstr_dynamic_coeff() 226 coeff = energy; in kbase_ipa_vinstr_dynamic_coeff()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ml/ |
| H A D | ml.inl.hpp | 24 double previousEnergy = solverSystem.energy(); in simulatedAnnealingSolver() 31 double newEnergy = solverSystem.energy(); in simulatedAnnealingSolver()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A D | vexpress-sysreg.txt | 71 "arm,vexpress-energy" 86 - some functions (eg. energy meter, with its 64 bit long counter) 99 energy@0 { 100 compatible = "arm,vexpress-energy";
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | energy-model.rst | 12 subsystems willing to use that information to make energy-aware decisions. 92 There are two API functions which provide the access to the energy model: 98 Subsystems interested in the energy model of a CPU can retrieve it using the 99 em_cpu_get() API. The energy model tables are allocated once upon creation of 102 The energy consumed by a performance domain can be estimated using the
|
| H A D | index.rst | 14 energy-model
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/ |
| H A D | Makefile.am | 3 decode.c deemp.c difmag.c dyptrk.c encode.c energy.c f2c.h f2clib.c \ 11 decode.c deemp.c difmag.c dyptrk.c encode.c energy.c f2c.h f2clib.c \
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ab8500/ |
| H A D | fg.txt | 4 device comprising: power and energy-management-module, 8 Fuelgauge support is part of energy-management-modules, other
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rx.c | 693 u8 energy[IWL_MVM_STATION_COUNT_MAX]) in iwl_mvm_update_avg_energy() 707 if (!energy[i]) in iwl_mvm_update_avg_energy() 713 sta->avg_energy = energy[i]; in iwl_mvm_update_avg_energy() 816 u8 *energy; in iwl_mvm_handle_rx_statistics() local 897 energy = (void *)&v11->load_stats.avg_energy; in iwl_mvm_handle_rx_statistics() 903 energy = (void *)&stats->load_stats.avg_energy; in iwl_mvm_handle_rx_statistics() 908 iwl_mvm_update_avg_energy(mvm, energy); in iwl_mvm_handle_rx_statistics()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | vexpress-v2p-ca15_a7.dts | 394 energy-a15 { 395 /* Total energy for the two A15 cores */ 396 compatible = "arm,vexpress-energy"; 401 energy-a7 { 402 /* Total energy for the three A7 cores */ 403 compatible = "arm,vexpress-energy";
|
| H A D | vexpress-v2p-ca15-tc1.dts | 231 energy { 232 /* Total energy */ 233 compatible = "arm,vexpress-energy";
|
| /OK3568_Linux_fs/kernel/drivers/powercap/ |
| H A D | Kconfig | 54 bool "Add CPU power capping based on the energy model" 58 energy model.
|
| /OK3568_Linux_fs/kernel/Documentation/power/powercap/ |
| H A D | powercap.rst | 154 the zones and subzones contain energy monitoring attributes (energy_uj, 197 Current energy counter in micro joules. Write "0" to reset. 201 Range of the above energy counter in micro-joules. 212 It is possible that some domains have both power ranges and energy counter ranges;
|
| /OK3568_Linux_fs/buildroot/package/libmbus/ |
| H A D | Config.in | 4 libmbus is a library for communicating with energy metering
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | ibmaem.c | 159 u64 energy[AEM_NUM_ENERGY_REGS]; member 430 &data->energy[which], 8); in update_aem_energy_one() 839 before = data->energy[attr->index]; in aem_show_power() 851 after = data->energy[attr->index]; in aem_show_power() 872 (unsigned long long)a->energy[attr->index] * 1000); in aem_show_energy()
|