Searched +full:opp +full:- +full:microwatt (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/opp/opp-v2-base.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Generic OPP (Operating Performance Points) Common Properties10 - Viresh Kumar <[email protected]>13 Devices work at voltage-current-frequency combinations and some implementations25 pattern: '^opp-table(-[a-z0-9]+)?$'27 opp-shared:29 Indicates that device nodes using this OPP Table Node's phandle switch[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Generic OPP OF helpers5 * Copyright (C) 2009-2010 Texas Instruments Incorporated.22 #include "opp.h"24 /* OPP tables with uninitialized required OPPs, protected by opp_table_lock */28 * Returns opp descriptor node for a device node, caller must34 /* "operating-points-v2" can be an array for power domain providers */ in _opp_of_get_opp_desc_node()35 return of_parse_phandle(np, "operating-points-v2", index); in _opp_of_get_opp_desc_node()38 /* Returns opp descriptor node for a device, caller must do of_node_put() */41 return _opp_of_get_opp_desc_node(dev->of_node, 0); in dev_pm_opp_of_get_opp_desc_node()[all …]
1 .. SPDX-License-Identifier: GPL-2.08 -----------12 subsystems willing to use that information to make energy-aware decisions.18 each and every client subsystem to re-implement support for each and every23 The power values might be expressed in micro-Watts or in an 'abstract scale'.26 can be found in the Energy-Aware Scheduler documentation27 Documentation/scheduler/sched-energy.rst. For some subsystems like thermal or30 thus the real micro-Watts might be needed. An example of these requirements can32 Documentation/driver-api/thermal/power_allocator.rst.36 an 'abstract scale' deriving real energy in micro-Joules would not be possible.[all …]
1 // SPDX-License-Identifier: GPL-2.02 /dts-v1/;4 #include <dt-bindings/input/atmel-maxtouch.h>5 #include <dt-bindings/input/gpio-keys.h>6 #include <dt-bindings/input/input.h>7 #include <dt-bindings/thermal/thermal.h>10 #include "tegra20-cpu-opp.dtsi"11 #include "tegra20-cpu-opp-microvolt.dtsi"32 * pre-existing /chosen node to be available to insert the41 reserved-memory {[all …]