/freebsd/sys/contrib/device-tree/Bindings/powerpc/opal/ |
H A D | power-mgt.txt | 1 IBM Power-Management Bindings 5 idle states. The description of these idle states is exposed via the 6 node @power-mgt in the device-tree by the firmware. 9 ---------------- 10 Typically each idle state has the following associated properties: 12 - name: The name of the idle state as defined by the firmware. 14 - flags: indicating some aspects of this idle states such as the 15 extent of state-loss, whether timebase is stopped on this 16 idle states and so on. The flag bits are as follows: 18 - exit-latency: The latency involved in transitioning the state of the [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | idle-states.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/idle-states.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: ARM idle states binding description 10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> 14 1 - Introduction 18 where cores can be put in different low-power states (ranging from simple wfi 20 range of dynamic idle states that a processor can enter at run-time, can be 22 enter/exit specific idle states on a given processor. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mux/ |
H A D | mux-controller.txt | 10 A mux controller provides a number of states to its consumers, and the state 11 space is a simple zero-based enumeration. I.e. 0-1 for a 2-way multiplexer, 12 0-7 for an 8-way multiplexer, etc. 16 --------- 19 want to use with a property containing a 'mux-ctrl-list': 21 mux-ctrl-list ::= <single-mux-ctrl> [mux-ctrl-list] 22 single-mux-ctrl ::= <mux-ctrl-phandle> [mux-ctrl-specifier] 23 mux-ctrl-phandle : phandle to mux controller node 24 mux-ctrl-specifier : array of #mux-control-cells specifying the 27 Mux controller properties should be named "mux-controls". The exact meaning of [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/cpu/ |
H A D | idle-states.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/cpu/idle-states.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Idle states 10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> 11 - Anup Patel <anup@brainfault.org> 15 1 - Introduction 18 ARM and RISC-V systems contain HW capable of managing power consumption 19 dynamically, where cores can be put in different low-power states (ranging [all …]
|
/freebsd/usr.bin/who/ |
H A D | who.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 62 static int sflag; /* Show name, line, time */ 63 static int Tflag; /* Show terminal state */ 64 static int uflag; /* Show idle time */ 73 while ((ch = getopt(argc, argv, "HTabmqsu")) != -1) { in main() 78 case 'T': /* Show terminal state */ in main() 81 case 'a': /* Same as -bdlprtTu */ in main() 93 case 's': /* Show name, line, time */ in main() 96 case 'u': /* Show idle time */ in main() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sdm845-cheza.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 #include <dt-bindings/input/input.h> 9 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 25 stdout-path = "serial0:115200n8"; 29 compatible = "pwm-backlight"; 31 enable-gpios = <&tlmm 37 GPIO_ACTIVE_HIGH>; 32 power-supply = <&ppvar_sys>; 33 pinctrl-names = "default"; 34 pinctrl-0 = <&ap_edp_bklten>; 37 /* FIXED REGULATORS - parents above children */ [all …]
|
H A D | sdm630.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 7 #include <dt-bindings/clock/qcom,gcc-sdm660.h> 8 #include <dt-bindings/clock/qcom,gpucc-sdm660.h> 9 #include <dt-bindings/clock/qcom,mmcc-sdm660.h> 10 #include <dt-bindings/clock/qcom,rpmcc.h> 11 #include <dt-bindings/firmware/qcom,scm.h> 12 #include <dt-bindings/interconnect/qcom,sdm660.h> 13 #include <dt-bindings/power/qcom-rpmpd.h> 14 #include <dt-bindings/gpio/gpio.h> 15 #include <dt-bindings/interrupt-controller/arm-gic.h> [all …]
|
H A D | msm8976.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * Copyright (c) 2016-2022, AngeloGioacchino Del Regno 9 #include <dt-bindings/clock/qcom,gcc-msm8976.h> 10 #include <dt-bindings/clock/qcom,rpmcc.h> 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/interrupt-controller/arm-gic.h> 13 #include <dt-bindings/interrupt-controller/irq.h> 14 #include <dt-bindings/power/qcom-rpmpd.h> 17 interrupt-parent = <&intc>; 18 #address-cells = <2>; [all …]
|
H A D | sm6375.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/clock/qcom,rpmcc.h> 7 #include <dt-bindings/clock/qcom,sm6375-gcc.h> 8 #include <dt-bindings/clock/qcom,sm6375-gpucc.h> 9 #include <dt-bindings/dma/qcom-gpi.h> 10 #include <dt-bindings/firmware/qcom,scm.h> 11 #include <dt-bindings/interconnect/qcom,osm-l3.h> 12 #include <dt-bindings/interrupt-controller/arm-gic.h> 13 #include <dt-bindings/mailbox/qcom-ipcc.h> 14 #include <dt-bindings/power/qcom-rpmpd.h> [all …]
|
/freebsd/usr.sbin/ppp/ |
H A D | bundle.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 102 #define SCATTER_SEGMENTS 7 /* version, datalink, name, physical, 117 return bundle->phase <= PHASE_TERMINATE ? in bundle_PhaseName() 118 PhaseNames[bundle->phase] : "unknown"; in bundle_PhaseName() 124 if (new == bundle->phase) in bundle_NewPhase() 132 bundle->phase = new; in bundle_NewPhase() 140 bundle->phase = new; in bundle_NewPhase() 144 bundle->phase = new; in bundle_NewPhase() 149 if (ncp_fsmStart(&bundle->ncp, bundle)) { in bundle_NewPhase() [all …]
|
/freebsd/usr.bin/top/ |
H A D | top.1 | 4 .Sh NAME 51 .Bl -tag -width indent 54 executable name. 57 If the real name differs from argv[0], 59 Non-printable characters in the command line are 60 encoded in C-style backslash sequences or 97 no information is available about the percentage of time spent by the CPU in every state. 102 Do not display idle processes. 103 By default, top displays both active and idle processes. 125 .Ar name [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | rohm,bd71828-regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/regulator/rohm,bd71828-regulator.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Matti Vaittinen <mazziesaccount@gmail.com> 14 see Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml. 16 The regulator controller is represented as a sub-node of the PMIC node 25 "^LDO[1-7]$": 32 regulator-name: 33 pattern: "^ldo[1-7]$" [all …]
|
H A D | rohm,bd71847-regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/regulator/rohm,bd71847-regulator.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Matti Vaittinen <mazziesaccount@gmail.com> 15 Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml 20 Note that if BD71847 starts at RUN state you probably want to use 21 regulator-boot-on at least for BUCK5. LDO6 is supplied by it and it must 30 "^LDO[1-6]$": 37 regulator-name: [all …]
|
H A D | rohm,bd71837-regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/regulator/rohm,bd71837-regulator.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Matti Vaittinen <mazziesaccount@gmail.com> 15 Documentation/devicetree/bindings/mfd/rohm,bd71837-pmic.yaml 20 Note that if BD71837 starts at RUN state you probably want to use 21 regulator-boot-on at least for BUCK6 and BUCK7 so that those are not 31 "^LDO[1-7]$": 38 regulator-name: [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/ |
H A D | nuvoton-npcm730-gbs.dts | 1 // SPDX-License-Identifier: GPL-2.0 4 /dts-v1/; 5 #include "nuvoton-npcm730.dtsi" 6 #include <dt-bindings/gpio/gpio.h> 10 compatible = "quanta,gbs-bmc","nuvoton,npcm730"; 71 stdout-path = &serial0; 78 gpio-keys { 79 compatible = "gpio-key [all...] |
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hsi_debug_tools.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 229 BIN_BUF_DBG_IDLE_CHK_REGS /* Idle Check registers */, 230 BIN_BUF_DBG_IDLE_CHK_IMMS /* Idle Check immediates */, 231 BIN_BUF_DBG_IDLE_CHK_RULES /* Idle Check rules */, 232 BIN_BUF_DBG_IDLE_CHK_PARSING_DATA /* Idle Check parsing data */, 236 BIN_BUF_DBG_ATTN_NAME_OFFSETS /* Attention name offsets */, 240 BIN_BUF_DBG_BUS_LINE_NAME_OFFSETS /* Debug Bus line name offsets */, 258 * Attention block per-type data 262 …u16 names_offset /* Offset of this block attention names in the debug attention name offsets array… 274 …struct dbg_attn_block_type_data per_type_data[2] /* attention block per-type data. Count must matc… [all …]
|
/freebsd/usr.sbin/powerd/ |
H A D | powerd.8 | 28 .Sh NAME 48 utility monitors the system state and sets various power control options 50 It offers power-saving modes that can be 52 .Bl -tag -width "hiadaptive" 63 appears idle and increasing it when the system is busy. 87 .Bl -tag -width "-r percent" 105 Treat "nice" time as idle for the purpose of load calculation; 111 to use normally when the AC line state is unknown. 115 Specifies a different polling interval (in milliseconds) for AC line state 116 and system idle levels. [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | fsl-ls2088a.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Device Tree Include file for Freescale Layerscape-2088A family SoC. 12 #include <dt-bindings/clock/fsl,qoriq-clockgen.h> 13 #include "fsl-ls208xa.dtsi" 17 compatible = "arm,cortex-a72-pmu"; 25 compatible = "arm,cortex-a72"; 28 cpu-idle-states = <&CPU_PW20>; 29 next-level-cache = <&cluster0_l2>; 30 #cooling-cells = <2>; 35 compatible = "arm,cortex-a72"; [all …]
|
H A D | fsl-ls2080a.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Device Tree Include file for Freescale Layerscape-2080A family SoC. 5 * Copyright 2014-2016 Freescale Semiconductor, Inc. 12 #include <dt-bindings/clock/fsl,qoriq-clockgen.h> 13 #include "fsl-ls208xa.dtsi" 17 compatible = "arm,cortex-a57-pmu"; 25 compatible = "arm,cortex-a57"; 28 cpu-idle-states = <&CPU_PW20>; 29 next-level-cache = <&cluster0_l2>; 30 #cooling-cells = <2>; [all …]
|
/freebsd/share/man/man4/ |
H A D | iicmux.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 30 .Sh NAME 37 .Bd -ragged -offset indent 44 .Bd -literal -offset indent 78 .Dq idle 79 state. 81 when in an idle state. 84 downstream bus (if any) should be connected while in the idle state. 98 The mux hardware maintains that upstream-to-downstream connection until [all …]
|
H A D | ahci.4 | 1 .\" Copyright (c) 2009-2013 Alexander Motin <mav@FreeBSD.org> 28 .Sh NAME 35 .Bd -ragged -offset indent 44 .Bd -literal -offset indent 50 .Bl -ohang 54 .Bl -tag -width 4n -offset indent -compact 64 Non-zero value enables CCC and defines maximum time (in ms), request can wait 84 .Bl -tag -width 4n -offset indent -compact 88 device is allowed to initiate PM state change, host is passive; 90 host initiates PARTIAL PM state transition every time port becomes idle; [all …]
|
H A D | linprocfs.4 | 7 .Sh NAME 11 .Bd -literal 22 provides a two-level view of process space. 30 .Bl -tag -width oom_score_adj 63 It includes user, nice, system, idle, iowait, irq, softirq, 72 It includes process name, state, PID, 85 .Bl -tag -width /compat/linux/proc/filesystems -compact 92 CPU vendor and model information in human-readable form. 102 System memory information in human-readable form. 112 name. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-st.txt | 4 - compatible : Must be "st,comms-ssc-i2c" or "st,comms-ssc4-i2c" 5 - reg : Offset and length of the register set for the device 6 - interrupts : the interrupt specifier 7 - clock-names: Must contain "ssc". 8 - clocks: Must contain an entry for each name in clock-names. See the common 10 - A pinctrl state named "default" must be defined to set pins in mode of 14 - clock-frequency : Desired I2C bus clock frequency in Hz. If not specified, 17 - st,i2c-min-scl-pulse-width-us : The minimum valid SCL pulse width that is 19 - st,i2c-min-sda-pulse-width-us : The minimum valid SDA pulse width that is 21 - A pinctrl state named "idle" could be defined to set pins in idle state [all …]
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpcmd.y | 19 * 4. Neither the name of the University nor the names of its contributors 60 char *name; member 62 short state; member 106 UMASK IDLE CHMOD 158 (data_dest->sa_family != his_addr->sa_family || 169 pdata = -1; 276 char *name = $3; 278 if ($5 && name != NULL) 279 retrieve(0, name); 280 if (name != NULL) [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | pinctrl-bindings.txt | 4 such as pull-up/down, tri-state, drive-strength etc are designated as pin 15 need to reconfigure pins at run-time, for example to tri-state pins when the 21 for client device device tree nodes to map those state names to the pin 25 For example, a pin controller may set up its own "active" state when the 35 For each client device individually, every pin state is assigned an integer 36 ID. These numbers start at 0, and are contiguous. For each state ID, a unique 37 property exists to define the pin configuration. Each state may also be 38 assigned a name. When names are used, another property exists to map from 42 defined in its device tree node, and whether to define the set of state 43 IDs that must be provided, or whether to define the set of state names that [all …]
|