/freebsd/sys/contrib/device-tree/Bindings/powerpc/opal/ |
H A D | power-mgt.txt | 5 idle states. The description of these idle states is exposed via the 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 16 idle states and so on. The flag bits are as follows: 19 CPU from idle to running. 22 this idle state in order to accrue power-savings 27 The following properties provide details about the idle states. These 29 provides the value of that property for the idle state associated with 32 If idle-states are defined, then the properties [all …]
|
/freebsd/usr.bin/w/ |
H A D | pr_time.c | 101 pr_idle(time_t idle) in pr_idle() argument 104 if (idle >= 36 * 3600) { in pr_idle() 105 int days = idle / 86400; in pr_idle() 114 else if (idle >= 3600) in pr_idle() 116 (int)(idle / 3600), (int)((idle % 3600) / 60)); in pr_idle() 118 else if (idle / 60 == 0) in pr_idle() 123 xo_emit(" {:idle/%2d} ", (int)(idle / 60)); in pr_idle()
|
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/ |
H A D | qcom,idle-state.txt | 3 ARM provides idle-state node to define the cpuidle states, as defined in [1]. 4 cpuidle-qcom is the cpuidle driver for Qualcomm SoCs and uses these idle 6 The idle states supported by the QCOM SoC are defined as - 18 hierarchy to enter standby states, when all cpus are idle. An interrupt brings 34 between the time it enters idle and the next known wake up. SPC mode is used 37 sequence for this idle state is programmed to power down the supply to the 58 The idle-state for QCOM SoCs are distinguished by the compatible property of 59 the idle-states device node. 61 The devicetree representation of the idle state should be - 66 "qcom,idle-state-ret", [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-mux-pinctrl.txt | 39 The only exception is that no bus will be created for a state named "idle". If 43 pinctrl-names = "ddc", "pta", "idle" -> ddc = bus 0, pta = bus 1 44 pinctrl-names = "ddc", "idle", "pta" -> Invalid ("idle" not last) 45 pinctrl-names = "idle", "ddc", "pta" -> Invalid ("idle" not last) 50 If an idle state is defined, whenever an access is not being made to a device 51 on a child bus, the idle pinctrl state will be programmed into hardware. 53 If an idle state is not defined, the most recently used pinctrl state will be 66 pinctrl-names = "ddc", "pta", "idle";
|
H A D | i2c-mux-gpio.txt | 29 - idle-state: value to set the muxer to when idle. When no value is 39 If an idle state is defined, using the idle-state (optional) property, 41 GPIOs will be set according to the idle value. 43 If an idle state is not defined, the most recently used value will be
|
H A D | i2c-mux-reg.txt | 23 - idle-state: value to set the muxer to when idle. When no value is 29 If an idle state is defined, using the idle-state (optional) property, 31 register will be set according to the idle value. 33 If an idle state is not defined, the most recently used value will be
|
/freebsd/usr.bin/rusers/ |
H A D | rusers.c | 97 int idle; in rusers_reply() local 126 idle = up->utmpidlearr_val[x].ui_idle; in rusers_reply() 127 sprintf(idle_time, " :%02d", idle); in rusers_reply() 128 if (idle == MAX_INT) in rusers_reply() 130 else if (idle == 0) in rusers_reply() 133 seconds = idle; in rusers_reply() 140 if (idle > 60) in rusers_reply() 142 if (idle >= (60 * 60)) in rusers_reply() 145 if (idle >= (24 * 60 * 60)) in rusers_reply()
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | fsl-ls2088a.dtsi | 28 cpu-idle-states = <&CPU_PW20>; 38 cpu-idle-states = <&CPU_PW20>; 48 cpu-idle-states = <&CPU_PW20>; 58 cpu-idle-states = <&CPU_PW20>; 69 cpu-idle-states = <&CPU_PW20>; 78 cpu-idle-states = <&CPU_PW20>; 88 cpu-idle-states = <&CPU_PW20>; 98 cpu-idle-states = <&CPU_PW20>; 128 compatible = "arm,idle-state"; 129 idle-state-name = "PW20";
|
H A D | fsl-ls2080a.dtsi | 28 cpu-idle-states = <&CPU_PW20>; 38 cpu-idle-states = <&CPU_PW20>; 48 cpu-idle-states = <&CPU_PW20>; 58 cpu-idle-states = <&CPU_PW20>; 68 cpu-idle-states = <&CPU_PW20>; 78 cpu-idle-states = <&CPU_PW20>; 89 cpu-idle-states = <&CPU_PW20>; 98 cpu-idle-states = <&CPU_PW20>; 128 compatible = "arm,idle-state"; 129 idle-state-name = "PW20";
|
/freebsd/sys/contrib/device-tree/src/arm64/sprd/ |
H A D | ums9620.dtsi | 53 cpu-idle-states = <&LIT_CORE_PD>; 61 cpu-idle-states = <&LIT_CORE_PD>; 69 cpu-idle-states = <&LIT_CORE_PD>; 77 cpu-idle-states = <&LIT_CORE_PD>; 85 cpu-idle-states = <&BIG_CORE_PD>; 93 cpu-idle-states = <&BIG_CORE_PD>; 101 cpu-idle-states = <&BIG_CORE_PD>; 109 cpu-idle-states = <&BIG_CORE_PD>; 113 idle-states { 116 compatible = "arm,idle-state"; [all …]
|
/freebsd/libexec/rpc.rusersd/ |
H A D | rusers_proc.c | 110 u_long idle; in getidle() local 117 if (display && *display && (idle = XqueryIdle(display)) >= 0) in getidle() 118 return(idle); in getidle() 120 idle = 0; in getidle() 129 idle = (kbd_idle < mouse_idle)?kbd_idle:mouse_idle; in getidle() 143 idle = now - st.st_atime; in getidle() 144 idle = (idle + 30) / 60; /* secs->mins */ in getidle() 147 return(idle); in getidle()
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | twl4030-power.txt | 11 "ti,twl4030-power-idle" 12 "ti,twl4030-power-idle-osc-off" 17 When using ti,twl4030-power-idle, the TI recommended configuration 18 for idle modes is loaded to the tlw4030 PMIC. 20 When using ti,twl4030-power-idle-osc-off, the TI recommended 22 down during off-idle. Note that this does not work on all boards
|
/freebsd/usr.bin/who/ |
H A D | who.c | 166 time_t idle, t; in row() local 175 idle = 0; in row() 181 idle = time(NULL) - sb.st_mtime; in row() 197 if (idle < 60) in row() 199 else if (idle < 24 * 60 * 60) in row() 200 printf("%02d:%02d ", (int)(idle / 60 / 60), in row() 201 (int)(idle / 60 % 60)); in row()
|
/freebsd/sys/contrib/device-tree/Bindings/mux/ |
H A D | mux-controller.txt | 127 have when it is idle. The idle-state property is used for this. If the 128 idle-state is not present, the mux controller is typically left as is when 129 it is idle. For multiplexer chips that expose several mux controllers, the 130 idle-state property is an array with one idle state for each mux controller. 133 as is when it is idle. This is the default, but can still be useful for 135 there is a need to "step past" a mux controller and set some other idle 139 multiplexer. Using this disconnected high-impedance state as the idle state 140 is indicated with idle state (-2). 156 idle-state = <MUX_IDLE_DISCONNECT MUX_IDLE_AS_IS 2>;
|
H A D | adi,adg792a.txt | 18 - idle-state : if present, array of states that the mux controllers will have 19 when idle. The special state MUX_IDLE_AS_IS is the default and 28 * Mux 0 is disconnected when idle, mux 1 idles in the previously 37 idle-state = <MUX_IDLE_DISCONNECT MUX_IDLE_AS_IS 1>; 63 idle-state = <1>;
|
H A D | adi,adgs1408.txt | 18 - idle-state : if present, the state that the mux controller will have 19 when idle. The special state MUX_IDLE_AS_IS is the default and 29 * Mux state set to idle as is (no idle-state declared)
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | atmel-sama5d4-wdt.txt | 15 - atmel,idle-halt: present if you want to stop the watchdog when the CPU is 16 in idle state. 18 watchdog not counting when the CPU is in idle state, therefore the 20 if the CPU stop working while it is in idle state, which is probably 33 atmel,idle-halt;
|
H A D | atmel-wdt.txt | 28 - atmel,idle-halt : Should be present if you want to stop the watchdog when 29 entering idle state. 31 watchdog not counting when the CPU is in idle state, therefore the 33 if the CPU stop working while it is in idle state, which is probably 48 atmel,idle-halt;
|
/freebsd/sys/contrib/device-tree/src/arm64/arm/ |
H A D | juno-r1.dts | 66 idle-states { 70 compatible = "arm,idle-state"; 79 compatible = "arm,idle-state"; 101 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 118 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 135 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 152 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 169 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 186 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
H A D | juno-r2.dts | 66 idle-states { 70 compatible = "arm,idle-state"; 79 compatible = "arm,idle-state"; 101 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 119 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 137 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 155 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 173 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 191 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
H A D | juno.dts | 65 idle-states { 69 compatible = "arm,idle-state"; 78 compatible = "arm,idle-state"; 100 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 118 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 136 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 154 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 172 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 190 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3-beagle-ab4.dts | 21 /* Unusable as clockevent because of unreliable oscillator, allow to idle */ 24 /delete-property/ti,no-idle; 33 ti,no-idle; 42 ti,no-idle;
|
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/ |
H A D | hi3620-hi4511.dts | 81 uart0_pmx_idle: uart0-idle-pins { 93 uart1_pmx_idle: uart1-idle-pins { 105 uart2_pmx_idle: uart2-idle-pins { 117 uart3_pmx_idle: uart3-idle-pins { 130 uart4_pmx_idle: uart4-idle-pins { 142 i2c0_pmx_idle: i2c0-idle-pins { 152 i2c1_pmx_idle: i2c1-idle-pins { 163 i2c2_pmx_idle: i2c2-idle-pins { 175 i2c3_pmx_idle: i2c3-idle-pins { 190 spi0_pmx_idle: spi0-idle-pins { [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/synaptics/ |
H A D | as370.dtsi | 31 cpu-idle-states = <&CPU_SLEEP_0>; 40 cpu-idle-states = <&CPU_SLEEP_0>; 49 cpu-idle-states = <&CPU_SLEEP_0>; 58 cpu-idle-states = <&CPU_SLEEP_0>; 65 idle-states { 68 compatible = "arm,idle-state";
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sm4450.dtsi | 251 idle-states { 255 compatible = "arm,idle-state"; 264 compatible = "arm,idle-state"; 273 domain-idle-states { 275 compatible = "domain-idle-state"; 283 compatible = "domain-idle-state"; 315 domain-idle-states = <&LITTLE_CPU_SLEEP_0>; 321 domain-idle-states = <&LITTLE_CPU_SLEEP_0>; 327 domain-idle-states = <&LITTLE_CPU_SLEEP_0>; 333 domain-idle-states = <&LITTLE_CPU_SLEEP_0>; [all …]
|