/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | selq.c | 33 selq->standby = kvzalloc(sizeof(*selq->standby), GFP_KERNEL); in mlx5e_selq_init() 34 if (!selq->standby) in mlx5e_selq_init() 39 kvfree(selq->standby); in mlx5e_selq_init() 40 selq->standby = NULL; in mlx5e_selq_init() 63 kvfree(selq->standby); in mlx5e_selq_cleanup() 64 selq->standby = NULL; in mlx5e_selq_cleanup() 69 kvfree(selq->standby); in mlx5e_selq_cleanup() 70 selq->standby = NULL; in mlx5e_selq_cleanup() 85 *selq->standby = *selq_active; in mlx5e_selq_prepare_params() 86 selq->standby->num_channels = params->num_channels; in mlx5e_selq_prepare_params() [all …]
|
/linux/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
|
/linux/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
|
/linux/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>;
|
/linux/drivers/s390/char/ |
H A D | sclp_mem.c | 38 int standby; member 161 incr->standby = online ? 0 : 1; in sclp_mem_change_state() 177 if (incr->standby) in contains_standby_increment() 201 * standby memory. This is done to simplify the "memory online" in sclp_mem_notifier() 261 pr_info("Standby memory at 0x%lx (%luM of %luM usable)\n", in align_to_block_size() 303 if (incr->standby) in sclp_add_standby_memory() 309 static void __init insert_increment(u16 rn, int standby, int assigned) in insert_increment() argument 319 new_incr->standby = standby; in insert_increment() 344 /* No standby memory in kdump mode */ in sclp_detect_standby_memory()
|
/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | rockchip,rk3399-dmc.yaml | 99 Defines the standby idle period in which memories are placed into 102 See also rockchip,standby-idle-ns. 310 rockchip,standby-idle-ns: 312 Defines the standby idle period in which memories are placed into 342 rockchip,standby-idle-dis-freq-hz: 344 Defines the standby idle disable frequency in Hz. When the DDR frequency 345 is greater than standby-idle-dis-freq, standby idle is disabled. See also 346 rockchip,standby-idle-ns. 375 rockchip,standby-idle-ns = <81920>; 383 rockchip,standby-idle-dis-freq-hz = <928000000>;
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | microchip,mcp16502.yaml | 101 regulator-state-standby { 120 regulator-state-standby { 139 regulator-state-standby { 158 regulator-state-standby { 175 regulator-state-standby { 190 regulator-state-standby {
|
/linux/Documentation/devicetree/bindings/media/ |
H A D | samsung,s5c73m3.yaml | 39 standby-gpios: 41 description: STANDBY pin. 96 standby-gpios: false 109 - standby-gpios 135 standby-gpios = <&gpm0 6 GPIO_ACTIVE_LOW>;
|
/linux/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()
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | ti,tcan104x-can.yaml | 31 standby-gpios: 33 gpio node to toggle standby signal on transceiver 67 standby-gpios = <&wakeup_gpio1 16 GPIO_ACTIVE_LOW>;
|
/linux/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 */
|
/linux/arch/powerpc/platforms/44x/ |
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()
|
/linux/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 87 Here, ens10 is the 'failover' master interface, ens10nsby is the slave 'standby' 113 Live Migration of a VM with SR-IOV VF & virtio-net in STANDBY mode
|
/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | chrontel,ch7322.yaml | 39 standby-gpios: 42 the device will respond to power status requests with "standby" 64 standby-gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
|
/linux/drivers/media/v4l2-core/ |
H A D | tuner-core.c | 164 bool standby; /* Standby mode */ member 274 .standby = fe_standby, 644 t->standby = true; in tuner_probe() 836 * debug message and returns -EINVAL, changing its state to standby. 847 t->standby = true; in set_mode() 848 if (analog_ops->standby) in set_mode() 849 analog_ops->standby(&t->fe); in set_mode() 922 t->standby = false; in set_tv_freq() 1063 t->standby = false; in set_radio_freq() 1112 t->standby ? " on standby mode" : ""); in tuner_status() [all …]
|
/linux/Documentation/devicetree/bindings/soc/renesas/ |
H A D | renesas,rzg2l-sysc.yaml | 33 - description: CA55/CM33 Sleep/Software Standby Mode request interrupt 34 - description: CA55 Software Standby Mode release request interrupt 35 - description: CM33 Software Standby Mode release request interrupt
|
/linux/arch/arm/boot/dts/microchip/ |
H A D | at91-sama5d27_wlsom1.dtsi | 98 regulator-state-standby { 117 regulator-state-standby { 140 regulator-state-standby { 159 regulator-state-standby { 180 regulator-state-standby { 194 regulator-state-standby {
|
H A D | at91-sama7d65_curiosity.dts | 207 regulator-state-standby { 227 regulator-state-standby { 248 regulator-state-standby { 269 regulator-state-standby { 287 regulator-state-standby { 302 regulator-state-standby {
|
/linux/Documentation/hwmon/ |
H A D | inspur-ipsps1.rst | 76 standby, when set to standby, PSU will 77 automatically switch between standby
|
/linux/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 …]
|
/linux/arch/sh/include/asm/ |
H A D | suspend.h | 90 #define SUSP_SH_STANDBY (1 << 1) /* SH-Mobile Software standby mode */ 91 #define SUSP_SH_RSTANDBY (1 << 2) /* SH-Mobile R-standby mode */ 92 #define SUSP_SH_USTANDBY (1 << 3) /* SH-Mobile U-standby mode */
|
/linux/arch/arm/mach-pxa/ |
H A D | standby.S | 3 * PXA27x standby mode 27 1: mcr p14, 0, r2, c7, c0, 0 @ put the system into Standby 57 * can be reliably accessed in the code following standby.
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | adi,ad7606.yaml | 98 standby-gpios: 101 place the AD7606 into one of two power-down modes, Standby mode or 243 standby-gpios: false 341 standby-gpios = <&gpio0 90 GPIO_ACTIVE_LOW>; 375 standby-gpios = <&gpio 24 GPIO_ACTIVE_LOW>; 404 standby-gpios = <&gpio 24 GPIO_ACTIVE_LOW>;
|