| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/apmd/apmd/ |
| H A D | apmd_proxy | 20 # standby system - APM system has requested standby mode 21 # standby user - User has requested standby mode 23 # resume standby - System has resumed from standby mode 53 # exit status on suspend and standby events, indicating that the suspend 54 # or standby event should be rejected. 74 if [ "${1}" = "suspend" -o "${1}" = "standby" ]; then
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/config/ |
| H A D | standby-callgraph.cfg | 2 # Full Callgraph for S1 (Standby) test 9 # sudo ./sleepgraph.py -config config/standby-callgraph.cfg 22 # e.g. standby, mem, freeze, disk (default: mem) 23 mode: standby 27 output-dir: standby-{hostname}-{date}-{time}-cg 43 # Command to execute in lieu of standby (default: "") 44 # command: echo standby > /sys/power/state
|
| H A D | standby.cfg | 2 # Generic S1 (Standby) test 9 # sudo ./sleepgraph.py -config config/standby.cfg 21 # e.g. standby, mem, freeze, disk (default: mem) 22 mode: standby 26 output-dir: standby-{hostname}-{date}-{time} 42 # Command to execute in lieu of standby (default: "") 43 # command: echo standby > /sys/power/state
|
| H A D | standby-dev.cfg | 2 # Dev S1 (Standby) test - includes src calls / kernel threads 9 # sudo ./sleepgraph.py -config config/standby-dev.cfg 21 # e.g. standby, mem, freeze, disk (default: mem) 22 mode: standby 26 output-dir: standby-{hostname}-{date}-{time}-dev 42 # Command to execute in lieu of standby (default: "") 43 # command: echo standby > /sys/power/state
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/ |
| H A D | sleep-states.rst | 42 This state can be used on platforms without support for :ref:`standby <standby>` 49 Standby section in Sleep States That Can Be Supported 81 contents. All of the steps carried out when entering :ref:`standby <standby>` 98 relative to :ref:`suspend-to-idle <s2idle>` and :ref:`standby <standby>` and it 168 In particular, the "disk", "freeze" and "standby" strings represent the 170 :ref:`standby <standby>` sleep states, respectively. The "mem" string 185 :ref:`standby <standby>` and :ref:`suspend-to-RAM <s2ram>`, 279 into the :ref:`standby <standby>` state (the strings to write to the control 280 files in that case are "standby" or "shallow" and "mem", respectively) if that
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-at91/ |
| H A D | pm.c | 54 { AT91_PM_STANDBY, "standby" }, 316 * STANDBY mode has *all* drivers suspended; ignores irqs not marked as 'wakeup' 320 * AT91_PM_ULP0 is like STANDBY plus slow clock mode, so drivers must 525 void *standby = NULL; in at91_dt_ramc() local 538 if (!standby) in at91_dt_ramc() 539 standby = ramc->idle; in at91_dt_ramc() 551 if (!standby) { in at91_dt_ramc() 552 pr_warn("ramc no standby function available\n"); in at91_dt_ramc() 556 at91_cpuidle_device.dev.platform_data = standby; in at91_dt_ramc() 805 u8 i, standby = 0, suspend = 0; in at91_pm_modes_validate() local [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/4xx/ |
| H A D | cpm.txt | 24 - standby : specifier consist of one cell. For each 26 in CPM will be set on standby and 31 restored on resume. Note, for standby 34 standby only class 2 and 3 units are set. 50 standby = <0xfeff0000>;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | mcp16502-regulator.txt | 44 regulator-state-standby { 63 regulator-state-standby { 82 regulator-state-standby { 101 regulator-state-standby { 118 regulator-state-standby { 133 regulator-state-standby {
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/msm/ |
| H A D | qcom,idle-state.txt | 8 * Standby 13 Standby: Standby does a little more in addition to architectural clock gating. 18 hierarchy to enter standby states, when all cpus are idle. An interrupt brings 20 cache hierarchy is also out of standby, and then the cpu is allowed to resume 31 state. Retention may have a slightly higher latency than Standby.
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | sclp_cmd.c | 172 int standby; member 296 incr->standby = online ? 0 : 1; in sclp_mem_change_state() 312 if (incr->standby) in contains_standby_increment() 336 * standby memory. This is done to simplify the "memory online" in sclp_mem_notifier() 377 pr_info("Standby memory at 0x%llx (%lluM of %lluM usable)\n", in align_to_block_size() 420 if (incr->standby) in sclp_add_standby_memory() 425 static void __init insert_increment(u16 rn, int standby, int assigned) in insert_increment() argument 435 new_incr->standby = standby; in insert_increment() 480 if (OLDMEM_BASE) /* No standby memory in kdump mode */ in sclp_detect_standby_memory() 622 u8 standby[SCLP_CHP_INFO_MASK_SIZE]; member [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | net_failover.rst | 12 standby slave netdevs that get registered via the generic failover 16 original paravirtual interface is registered as 'standby' slave netdev and 18 netdev. Both 'standby' and 'failover' netdevs are associated with the same 28 virtio-net accelerated datapath: STANDBY mode 74 'standby' and 'primary' netdevs respectively. 76 Live Migration of a VM with SR-IOV VF & virtio-net in STANDBY mode
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ad5820.c | 54 bool standby; member 96 if (coil->standby) in ad5820_update_hw() 105 static int ad5820_power_off(struct ad5820_device *coil, bool standby) in ad5820_power_off() argument 110 * Go to standby first as real power off my be denied by the hardware in ad5820_power_off() 113 if (standby) { in ad5820_power_off() 114 coil->standby = true; in ad5820_power_off() 138 coil->standby = false; in ad5820_power_on() 147 coil->standby = true; in ad5820_power_on()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | at91-sama5d27_wlsom1.dtsi | 71 regulator-state-standby { 90 regulator-state-standby { 113 regulator-state-standby { 132 regulator-state-standby { 153 regulator-state-standby { 167 regulator-state-standby {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph/ |
| H A D | 0001-Makefile-fix-multilib-build-failure.patch | 38 - install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 39 - install -m 644 config/standby.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 40 - install -m 644 config/standby-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 53 + install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/$(BASELIB)/pm-graph/config 54 + install -m 644 config/standby.cfg $(DESTDIR)$(PREFIX)/$(BASELIB)/pm-graph/config 55 + install -m 644 config/standby-dev.cfg $(DESTDIR)$(PREFIX)/$(BASELIB)/pm-graph/config
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/ |
| H A D | gpio-xgene-sb.txt | 1 APM X-Gene Standby GPIO controller bindings 3 This is a gpio controller in the standby domain. It also supports interrupt in 7 | X-Gene standby | 20 - compatible: "apm,xgene-gpio-sb" for the X-Gene Standby GPIO controller
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | tuner-core.c | 164 bool standby; /* Standby mode */ member 274 .standby = fe_standby, 646 t->standby = true; in tuner_probe() 839 * debug message and returns -EINVAL, changing its state to standby. 850 t->standby = true; in set_mode() 851 if (analog_ops->standby) in set_mode() 852 analog_ops->standby(&t->fe); in set_mode() 925 t->standby = false; in set_tv_freq() 1066 t->standby = false; in set_radio_freq() 1115 t->standby ? " on standby mode" : ""); in tuner_status() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxdpms.c | 61 CARD16 level, standby, suspend, off; in _dmxDPMSInit() local 93 DPMSGetTimeouts(dmxScreen->beDisplay, &standby, &suspend, &off); in _dmxDPMSInit() 99 dmxScreen->dpmsStandby = standby; in _dmxDPMSInit() 108 monitor = "standby"; in _dmxDPMSInit() 124 standby, suspend, off); in _dmxDPMSInit()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/ |
| H A D | mt9m001.txt | 15 - standby-gpios: GPIO handle which is connected to the standby pin of the chip. 30 standby-gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
|
| H A D | chrontel,ch7322.yaml | 36 standby-gpios: 39 the device will respond to power status requests with "standby" 65 standby-gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/shmobile/ |
| H A D | sleep.S | 5 * Sleep mode and Standby modes support for SuperH Mobile 24 /* manage self-refresh and enter standby mode. must be self-contained. 160 /* set mode to "software standby mode" */ 174 /* set mode to "r-standby mode" */ 182 /* set mode to "u-standby mode" */ 192 /* setup and enter selected standby mode */
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/4xx/ |
| H A D | cpm.c | 42 unsigned int standby; member 192 return !!cpm.standby; in cpm_suspend_valid() 219 cpm_suspend_standby(cpm.standby); in cpm_suspend_enter() 302 cpm.standby = cpm_get_uint_property(np, "standby"); in cpm_init() 317 if (cpm.standby || cpm.suspend) in cpm_init()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | renesas,cpg-mssr.yaml | 7 title: Renesas Clock Pulse Generator / Module Standby and Software Reset 14 and MSSR (Module Standby and Software Reset) blocks are intimately connected, 20 1. Module Standby, providing a Clock Domain to control the clock supply 80 power-managed through Module Standby should refer to the CPG device node
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/mvebu/ |
| H A D | pinctrl-dove.c | 380 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 397 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 415 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 434 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 451 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 468 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 485 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 502 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 517 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 532 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-xgene-sb.c | 3 * AppliedMicro X-Gene SoC GPIO-Standby Driver 41 * struct xgene_gpio_sb - GPIO-Standby private data structure. 140 "Unable to configure XGene GPIO standby pin %d as IRQ\n", in xgene_gpio_sb_domain_activate() 286 "failed to register X-Gene GPIO Standby driver\n"); in xgene_gpio_sb_probe() 291 dev_info(&pdev->dev, "X-Gene GPIO Standby driver registered\n"); in xgene_gpio_sb_probe() 336 MODULE_DESCRIPTION("APM X-Gene GPIO Standby driver");
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8712/ |
| H A D | rtl871x_eeprom.c | 88 static void standby(struct _adapter *padapter) in standby() function 106 standby(padapter); in wait_eeprom_cmd_done() 157 standby(padapter); in r8712_eeprom_write16() 162 standby(padapter); in r8712_eeprom_write16() 172 standby(padapter); in r8712_eeprom_write16()
|