Home
last modified time | relevance | path

Searched refs:standby (Results 1 – 25 of 108) sorted by relevance

12345

/Linux-v4.19/tools/power/pm-graph/config/
Dstandby.cfg9 # 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
Dstandby-callgraph.cfg9 # 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
Dstandby-dev.cfg9 # 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
/Linux-v4.19/drivers/media/i2c/
Dad5820.c61 bool standby; member
103 if (coil->standby) in ad5820_update_hw()
112 static int ad5820_power_off(struct ad5820_device *coil, bool standby) in ad5820_power_off() argument
120 if (standby) { in ad5820_power_off()
121 coil->standby = true; in ad5820_power_off()
141 coil->standby = false; in ad5820_power_on()
149 coil->standby = true; in ad5820_power_on()
Dmt9v111.c154 struct gpio_desc *standby; member
372 gpiod_set_value(mt9v111->standby, 0); in __mt9v111_power_on()
388 gpiod_set_value(mt9v111->standby, 1); in __mt9v111_power_off()
1136 mt9v111->standby = devm_gpiod_get_optional(&client->dev, "standby", in mt9v111_probe()
1138 if (IS_ERR(mt9v111->standby)) { in mt9v111_probe()
1140 PTR_ERR(mt9v111->standby)); in mt9v111_probe()
1141 return PTR_ERR(mt9v111->standby); in mt9v111_probe()
1257 devm_gpiod_put(mt9v111->dev, mt9v111->standby); in mt9v111_remove()
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/4xx/
Dcpm.txt24 - 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>;
/Linux-v4.19/drivers/s390/char/
Dsclp_cmd.c172 int standby; member
296 incr->standby = online ? 0 : 1; in sclp_mem_change_state()
312 if (incr->standby) in contains_standby_increment()
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()
467 u16 standby; member
631 u8 standby[SCLP_CHP_INFO_MASK_SIZE]; member
668 memcpy(info->standby, sccb->standby, SCLP_CHP_INFO_MASK_SIZE); in sclp_chp_read_info()
/Linux-v4.19/drivers/media/v4l2-core/
Dtuner-core.c116 bool standby; /* Standby mode */ member
226 .standby = fe_standby,
598 t->standby = true; in tuner_probe()
797 t->standby = true; in set_mode()
798 if (analog_ops->standby) in set_mode()
799 analog_ops->standby(&t->fe); in set_mode()
872 t->standby = false; in set_tv_freq()
1013 t->standby = false; in set_radio_freq()
1062 t->standby ? " on standby mode" : ""); in tuner_status()
1111 t->standby = true; in tuner_standby()
[all …]
/Linux-v4.19/arch/powerpc/platforms/4xx/
Dcpm.c56 unsigned int standby; member
206 return !!cpm.standby; in cpm_suspend_valid()
233 cpm_suspend_standby(cpm.standby); in cpm_suspend_enter()
316 cpm.standby = cpm_get_uint_property(np, "standby"); in cpm_init()
331 if (cpm.standby || cpm.suspend) in cpm_init()
/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_eeprom.c100 static void standby(struct _adapter *padapter) in standby() function
118 standby(padapter); in wait_eeprom_cmd_done()
169 standby(padapter); in r8712_eeprom_write16()
174 standby(padapter); in r8712_eeprom_write16()
184 standby(padapter); in r8712_eeprom_write16()
/Linux-v4.19/arch/arm/mach-at91/
Dpm.c479 void *standby = NULL; in at91_dt_ramc() local
488 if (!standby) in at91_dt_ramc()
489 standby = ramc->idle; in at91_dt_ramc()
498 if (!standby) { in at91_dt_ramc()
503 at91_cpuidle_device.dev.platform_data = standby; in at91_dt_ramc()
785 int standby, suspend; in at91_pm_modes_select() local
791 standby = match_token(s, pm_modes, args); in at91_pm_modes_select()
792 if (standby < 0) in at91_pm_modes_select()
799 pm_data.standby_mode = standby; in at91_pm_modes_select()
/Linux-v4.19/drivers/media/tuners/
Dtea5761.c23 bool standby; member
148 if (priv->standby) { in __set_radio_freq()
183 priv->standby = false; in set_radio_freq()
193 priv->standby = true; in set_radio_sleep()
Dtda9887.c40 bool standby; member
573 if (priv->standby) in tda9887_configure()
621 priv->standby = true; in tda9887_standby()
631 priv->standby = false; in tda9887_set_params()
667 .standby = tda9887_standby,
692 priv->standby = true; in tda9887_attach()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_eeprom.c105 void standby(_adapter *padapter) in standby() function
126 standby(padapter); in wait_eeprom_cmd_done()
188 standby(padapter); in eeprom_write16()
202 standby(padapter); in eeprom_write16()
220 standby(padapter); in eeprom_write16()
/Linux-v4.19/Documentation/admin-guide/pm/
Dsleep-states.rst38 This state can be used on platforms without support for :ref:`standby <standby>`
77 contents. All of the steps carried out when entering :ref:`standby <standby>`
94 relative to :ref:`suspend-to-idle <s2idle>` and :ref:`standby <standby>` and it
161 In particular, the strings "disk", "freeze" and "standby" represent the
163 :ref:`standby <standby>` sleep states, respectively. The string "mem"
178 :ref:`standby <standby>` and :ref:`suspend-to-RAM <s2ram>`,
234 into the :ref:`standby <standby>` state (the strings to write to the control
235 files in that case are "standby" or "shallow" and "mem", respectively) if that
/Linux-v4.19/tools/power/pm-graph/
DMakefile17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
18 install -m 644 config/standby.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
19 install -m 644 config/standby-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
/Linux-v4.19/Documentation/networking/
Dnet_failover.rst12 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
74 'standby' and 'primary' netdevs respectively.
/Linux-v4.19/arch/s390/include/asm/
Dsclp.h19 u8 standby[SCLP_CHP_INFO_MASK_SIZE]; member
55 unsigned int standby; member
/Linux-v4.19/Documentation/devicetree/bindings/media/i2c/
Dmt9v032.txt24 - standby-gpios: GPIO handle which is connected to the standby pin of the chip.
/Linux-v4.19/Documentation/devicetree/bindings/gpio/
Dgpio-xgene-sb.txt3 This is a gpio controller in the standby domain. It also supports interrupt in
7 | X-Gene standby |
/Linux-v4.19/Documentation/hwmon/
Dtc7420 Currently entering low power standby mode is not supported.
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dti,tas6424.txt9 - standby-gpios: GPIO used to shut the TAS6424 down.
/Linux-v4.19/Documentation/devicetree/bindings/rtc/
Dbrcm,brcmstb-waketimer.txt4 ability to wake up the system from low-power suspend/standby modes.
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-regulator44 standby
56 "fast", "normal", "idle", and "standby" are all detailed
135 'standby'
278 the system is suspended to standby, for voltage regulators
311 standby, for regulators implementing suspend mode
347 state when suspended to standby, for regulators implementing
/Linux-v4.19/drivers/staging/pi433/
Drf69_enum.h24 standby, enumerator

12345