| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | zte,sysctrl.txt | 5 System management required properties: 8 Low power management required properties: 17 System management required properties:
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ab8500/ |
| H A D | fg.txt | 3 AB8500 is a mixed signal multimedia and power management 4 device comprising: power and energy-management-module, 6 tvout, clock management and sim card interface. 8 Fuelgauge support is part of energy-management-modules, other
|
| /f-stack/freebsd/contrib/device-tree/Bindings/firmware/xilinx/ |
| H A D | xlnx,zynqmp-firmware.txt | 9 These requests include clock management, pin control, device control, 10 power management service, FPGA service and other platform management
|
| /f-stack/dpdk/lib/librte_jobstats/ |
| H A D | rte_jobstats.c | 91 ADD_TIME_MIN_MAX(ctx, management, now - ctx->state_time); in rte_jobstats_context_start() 104 ADD_TIME_MIN_MAX(ctx, management, now - ctx->state_time); in rte_jobstats_context_finish() 112 RESET_TIME_MIN_MAX(ctx, management); in rte_jobstats_context_reset() 138 ADD_TIME_MIN_MAX(ctx, management, now - ctx->state_time); in rte_jobstats_start() 157 ADD_TIME_MIN_MAX(ctx, management, exec_time); in rte_jobstats_abort()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | sprd,sc27xx-pmic.txt | 5 mobile handset power management, audio codec, battery management and user 10 - Battery management system, such as charger, fuel gauge.
|
| H A D | twl-family.txt | 11 For Integrated power-management/audio CODEC device used in OMAP3 14 For Integrated power-management used in OMAP4 based boards
|
| H A D | aspeed-lpc.txt | 28 management and bus snoop configuration. 31 hardware management protocols for handover between the host and baseboard 32 management controller. 124 management and bus snoop configuration. 162 between the host and the baseboard management controller. The registers exist
|
| H A D | twl4030-power.txt | 1 Texas Instruments TWL family (twl4030) reset and power management module 3 The power management module inside the TWL family provides several facilities
|
| H A D | rohm,bd71847-pmic.yaml | 18 …https://www.rohm.com/products/power-management/power-management-ic-for-system/industrial-consumer-… 19 …https://www.rohm.com/products/power-management/power-management-ic-for-system/industrial-consumer-…
|
| /f-stack/freebsd/contrib/device-tree/Bindings/thermal/ |
| H A D | brcm,avs-tmon.txt | 1 * Broadcom STB thermal management 3 Thermal management core, provided by the AVS TMON hardware block.
|
| H A D | thermal-sensor.yaml | 14 Thermal management is achieved in devicetree by describing the sensor hardware 18 The following node types are used to completely describe a thermal management
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | imx7ulp-scg-clock.yaml | 21 management are separated and contained within each domain. 23 M4 clock management consists of SCG0, PCC0, PCC1, and CMC0 modules. 24 A7 clock management consists of SCG1, PCC2, PCC3, and CMC1 modules.
|
| H A D | imx7ulp-pcc-clock.yaml | 21 management are separated and contained within each domain. 23 M4 clock management consists of SCG0, PCC0, PCC1, and CMC0 modules. 24 A7 clock management consists of SCG1, PCC2, PCC3, and CMC1 modules.
|
| H A D | imx7ulp-clock.txt | 11 management are separated and contained within each domain. 13 M4 clock management consists of SCG0, PCC0, PCC1, and CMC0 modules. 14 A7 clock management consists of SCG1, PCC2, PCC3, and CMC1 modules.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/marvell/ |
| H A D | armada-37xx.txt | 19 Power management 22 For power management (particularly DVFS and AVS), the North Bridge
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | keep_alive.rst | 9 to detect 'failed' DPDK cores and notify a fault management entity 11 does not result in a fault that is not detectable by a management 27 higher level fault management entity of the core failure in order to 93 fault management entity through a callback function.
|
| H A D | vm_power_management.rst | 34 - **The acceptance of power management policies from VM applications.** 36 policy contains rules that define the power management behaviour 90 The VM power management solution employs ``qemu-kvm`` to provide 116 In addition to the ability to send power management requests to the 117 host, a VM can send a power management policy to the host. In some 118 cases, using a power management policy is a preferred option because it 121 longer needs to worry about power management, because the host now 127 One method of power management is to sense how busy a core is when 138 A JSON interface enables the specification of power management requests 159 To use the power management features of the DPDK, you must enable [all …]
|
| /f-stack/dpdk/doc/guides/rawdevs/ |
| H A D | ifpga.rst | 22 Engine) for FPGA management. 28 with OPAE share code IFPGA Rawdev Driver provides common FPGA management ops 30 - FPGA PR (Partial Reconfiguration) management
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | power_man.rst | 15 The interfaces for adjusting the operating CPU frequency are in the power management library. 107 The power management mechanism is used to save power when performing L3 forwarding. 123 in wasted energy as no power management is utilized 157 There are two phases to establish the power management system: 179 * **State Init**: initialize the power management system. 181 * **State Free**: free the resource hold by power management system.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/keystone/ |
| H A D | ti,k3-sci-common.yaml | 18 Each specific device management node like a clock controller node, a reset 23 management node is defined in the respective binding.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/rockchip/ |
| H A D | pmu.txt | 1 Rockchip power-management-unit:
|
| /f-stack/dpdk/examples/l2fwd-jobstats/ |
| H A D | main.c | 139 uint64_t management, management_min, management_max; in show_lcore_stats() local 168 management = ctx->management_time; in show_lcore_stats() 203 busy = exec + management; in show_lcore_stats() 231 cycles_to_ns(management), management * 100.0 / stats_period, in show_lcore_stats() 232 cycles_to_ns(loop_count ? management / loop_count : 0), in show_lcore_stats()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/reset/ |
| H A D | gemini-poweroff.txt | 9 - interrupts: should contain the power management interrupt
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/amlogic/ |
| H A D | pmu.txt | 1 Amlogic Meson8 and Meson8b power-management-unit:
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/proximity/ |
| H A D | devantech-srf04.yaml | 56 Definition of the GPIO for power management of connected peripheral 58 This GPIO can be used by the external hardware for power management.
|