/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
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-6.12.1/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-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
|
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
|
/linux-6.12.1/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-6.12.1/drivers/media/i2c/ |
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 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-6.12.1/drivers/s390/char/ |
D | sclp_cmd.c | 178 int standby; member 302 incr->standby = online ? 0 : 1; in sclp_mem_change_state() 318 if (incr->standby) in contains_standby_increment() 443 if (incr->standby) in sclp_add_standby_memory() 448 static void __init insert_increment(u16 rn, int standby, int assigned) in insert_increment() argument 458 new_incr->standby = standby; in insert_increment() 615 u8 standby[SCLP_CHP_INFO_MASK_SIZE]; member 652 memcpy(info->standby, sccb->standby, SCLP_CHP_INFO_MASK_SIZE); in sclp_chp_read_info()
|
/linux-6.12.1/drivers/media/v4l2-core/ |
D | tuner-core.c | 164 bool standby; /* Standby mode */ member 274 .standby = fe_standby, 644 t->standby = true; in tuner_probe() 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() 1161 t->standby = true; in tuner_standby() [all …]
|
/linux-6.12.1/arch/powerpc/platforms/44x/ |
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-6.12.1/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-6.12.1/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-6.12.1/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-6.12.1/arch/arm/boot/dts/microchip/ |
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 {
|
D | at91-sama7g54_curiosity.dts | 215 regulator-state-standby { 235 regulator-state-standby { 256 regulator-state-standby { 277 regulator-state-standby { 295 regulator-state-standby { 311 regulator-state-standby {
|
D | at91-sama5d29_curiosity.dts | 172 regulator-state-standby { 191 regulator-state-standby { 214 regulator-state-standby { 233 regulator-state-standby { 254 regulator-state-standby { 269 regulator-state-standby {
|
D | at91-sama5d2_icp.dts | 218 regulator-state-standby { 237 regulator-state-standby { 256 regulator-state-standby { 274 regulator-state-standby { 291 regulator-state-standby { 306 regulator-state-standby {
|
/linux-6.12.1/Documentation/hwmon/ |
D | inspur-ipsps1.rst | 76 standby, when set to standby, PSU will 77 automatically switch between standby
|
/linux-6.12.1/tools/power/pm-graph/ |
D | Makefile | 44 $(INSTALL_DATA) config/standby-callgraph.cfg $(DESTDIR)$(LIBDIR)/pm-graph/config 45 $(INSTALL_DATA) config/standby.cfg $(DESTDIR)$(LIBDIR)/pm-graph/config 46 $(INSTALL_DATA) config/standby-dev.cfg $(DESTDIR)$(LIBDIR)/pm-graph/config
|
/linux-6.12.1/arch/arm/mach-at91/ |
D | pm.c | 885 void *standby = NULL; in at91_dt_ramc() local 900 if (!standby) in at91_dt_ramc() 901 standby = ramc->idle; in at91_dt_ramc() 931 if (!standby) { in at91_dt_ramc() 936 at91_cpuidle_device.dev.platform_data = standby; in at91_dt_ramc() 1378 u8 i, standby = 0, suspend = 0; in at91_pm_modes_validate() local 1382 if (standby && suspend) in at91_pm_modes_validate() 1385 if (modes[i] == soc_pm.data.standby_mode && !standby) { in at91_pm_modes_validate() 1386 standby = 1; in at91_pm_modes_validate() 1396 if (!standby) { in at91_pm_modes_validate() [all …]
|
/linux-6.12.1/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 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-6.12.1/arch/s390/include/asm/ |
D | sclp.h | 26 u8 standby[SCLP_CHP_INFO_MASK_SIZE]; member 62 unsigned int standby; member
|
/linux-6.12.1/drivers/media/usb/pvrusb2/ |
D | pvrusb2-dvb.c | 342 if (adap->fe[0]->ops.analog_ops.standby) in pvr2_dvb_frontend_init() 343 adap->fe[0]->ops.analog_ops.standby(adap->fe[0]); in pvr2_dvb_frontend_init() 377 if (adap->fe[1]->ops.analog_ops.standby) in pvr2_dvb_frontend_init() 378 adap->fe[1]->ops.analog_ops.standby(adap->fe[1]); in pvr2_dvb_frontend_init()
|
/linux-6.12.1/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 |
|