| /Linux-v5.4/tools/power/pm-graph/config/ |
| D | standby.cfg | 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
|
| D | standby-callgraph.cfg | 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
|
| D | standby-dev.cfg | 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
|
| /Linux-v5.4/Documentation/devicetree/bindings/regulator/ |
| 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 {
|
| /Linux-v5.4/drivers/media/i2c/ |
| D | ad5820.c | 53 bool standby; member 95 if (coil->standby) in ad5820_update_hw() 104 static int ad5820_power_off(struct ad5820_device *coil, bool standby) in ad5820_power_off() argument 112 if (standby) { in ad5820_power_off() 113 coil->standby = true; in ad5820_power_off() 133 coil->standby = false; in ad5820_power_on() 141 coil->standby = true; in ad5820_power_on()
|
| D | mt9v111.c | 154 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-v5.4/Documentation/devicetree/bindings/powerpc/4xx/ |
| 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>;
|
| /Linux-v5.4/drivers/s390/char/ |
| 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() 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() 622 u8 standby[SCLP_CHP_INFO_MASK_SIZE]; member 659 memcpy(info->standby, sccb->standby, SCLP_CHP_INFO_MASK_SIZE); in sclp_chp_read_info()
|
| /Linux-v5.4/arch/powerpc/platforms/4xx/ |
| 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()
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | tuner-core.c | 164 bool standby; /* Standby mode */ member 274 .standby = fe_standby, 646 t->standby = true; in tuner_probe() 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() 1164 t->standby = true; in tuner_standby() [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/media/i2c/ |
| 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>;
|
| D | mt9v032.txt | 24 - standby-gpios: GPIO handle which is connected to the standby pin of the chip.
|
| /Linux-v5.4/drivers/staging/rtl8712/ |
| 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()
|
| /Linux-v5.4/drivers/media/tuners/ |
| D | tea5761.c | 23 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()
|
| D | tda9887.c | 41 bool standby; member 574 if (priv->standby) in tda9887_configure() 622 priv->standby = true; in tda9887_standby() 632 priv->standby = false; in tda9887_set_params() 668 .standby = tda9887_standby, 693 priv->standby = true; in tda9887_attach()
|
| /Linux-v5.4/arch/arm/mach-at91/ |
| D | pm.c | 524 void *standby = NULL; in at91_dt_ramc() local 533 if (!standby) in at91_dt_ramc() 534 standby = ramc->idle; in at91_dt_ramc() 543 if (!standby) { in at91_dt_ramc() 548 at91_cpuidle_device.dev.platform_data = standby; in at91_dt_ramc() 854 int standby, suspend; in at91_pm_modes_select() local 860 standby = match_token(s, pm_modes, args); in at91_pm_modes_select() 861 if (standby < 0) in at91_pm_modes_select() 868 soc_pm.data.standby_mode = standby; in at91_pm_modes_select()
|
| /Linux-v5.4/Documentation/admin-guide/pm/ |
| D | sleep-states.rst | 42 This state can be used on platforms without support for :ref:`standby <standby>` 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 165 In particular, the strings "disk", "freeze" and "standby" represent the 167 :ref:`standby <standby>` sleep states, respectively. The string "mem" 182 :ref:`standby <standby>` and :ref:`suspend-to-RAM <s2ram>`, 238 into the :ref:`standby <standby>` state (the strings to write to the control 239 files in that case are "standby" or "shallow" and "mem", respectively) if that
|
| /Linux-v5.4/tools/power/pm-graph/ |
| D | Makefile | 17 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-v5.4/Documentation/hwmon/ |
| D | inspur-ipsps1.rst | 76 standby, when set to standby, PSU will 77 automatically switch between standby
|
| D | tc74.rst | 23 Currently entering low power standby mode is not supported.
|
| /Linux-v5.4/Documentation/networking/ |
| 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 74 'standby' and 'primary' netdevs respectively.
|
| /Linux-v5.4/arch/s390/include/asm/ |
| D | sclp.h | 19 u8 standby[SCLP_CHP_INFO_MASK_SIZE]; member 55 unsigned int standby; member
|
| /Linux-v5.4/Documentation/devicetree/bindings/gpio/ |
| D | gpio-xgene-sb.txt | 3 This is a gpio controller in the standby domain. It also supports interrupt in 7 | X-Gene standby |
|
| /Linux-v5.4/drivers/media/usb/pvrusb2/ |
| D | pvrusb2-dvb.c | 344 if (adap->fe[0]->ops.analog_ops.standby) in pvr2_dvb_frontend_init() 345 adap->fe[0]->ops.analog_ops.standby(adap->fe[0]); in pvr2_dvb_frontend_init() 379 if (adap->fe[1]->ops.analog_ops.standby) in pvr2_dvb_frontend_init() 380 adap->fe[1]->ops.analog_ops.standby(adap->fe[1]); in pvr2_dvb_frontend_init()
|
| /Linux-v5.4/Documentation/devicetree/bindings/sound/ |
| D | ti,tas6424.txt | 9 - standby-gpios: GPIO used to shut the TAS6424 down.
|