/kernel/linux/linux-6.6/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() 62 kvfree(selq->standby); in mlx5e_selq_cleanup() 63 selq->standby = NULL; in mlx5e_selq_cleanup() 68 kvfree(selq->standby); in mlx5e_selq_cleanup() 69 selq->standby = NULL; in mlx5e_selq_cleanup() 83 *selq->standby in mlx5e_selq_prepare_params() [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-at91/ |
H A D | pm.c | 54 { AT91_PM_STANDBY, "standby" }, 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 809 if (standby && suspend) in at91_pm_modes_validate() 812 if (modes[i] == soc_pm.data.standby_mode && !standby) { in at91_pm_modes_validate() 1002 int standby, suspend; at91_pm_modes_select() local [all...] |
/kernel/linux/linux-5.10/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() 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_SIZ member [all...] |
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | sclp_cmd.c | 173 int standby; member 297 incr->standby = online ? 0 : 1; in sclp_mem_change_state() 313 if (incr->standby) in contains_standby_increment() 337 * standby memory. This is done to simplify the "memory online" in sclp_mem_notifier() 415 if (incr->standby) in sclp_add_standby_memory() 420 static void __init insert_increment(u16 rn, int standby, int assigned) in insert_increment() argument 430 new_incr->standby = standby; in insert_increment() 455 if (oldmem_data.start) /* No standby memory in kdump mode */ in sclp_detect_standby_memory() 587 u8 standby[SCLP_CHP_INFO_MASK_SIZ member [all...] |
/kernel/linux/linux-5.10/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()
|
H A 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() 1139 dev_err(&client->dev, "Unable to get GPIO \"standby\": %ld\n", 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() [all...] |
/kernel/linux/linux-6.6/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()
|
H A 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() 1137 mt9v111->standby = devm_gpiod_get_optional(&client->dev, "standby", in mt9v111_probe() 1139 if (IS_ERR(mt9v111->standby)) { in mt9v111_probe() 1140 dev_err(&client->dev, "Unable to get GPIO \"standby\": %ld\n", in mt9v111_probe() 1141 PTR_ERR(mt9v111->standby)); in mt9v111_probe() 1142 return PTR_ERR(mt9v111->standby); in mt9v111_probe()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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 in tuner_status() [all...] |
/kernel/linux/linux-6.6/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 in tuner_status() [all...] |
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | tea5761.c | 23 bool standby; member 148 if (priv->standby) { in __set_radio_freq() 149 tuner_dbg("TEA5761 set to standby mode\n"); in __set_radio_freq() 183 priv->standby = false; in set_radio_freq() 193 priv->standby = true; in set_radio_sleep()
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | tea5761.c | 23 bool standby; member 148 if (priv->standby) { in __set_radio_freq() 149 tuner_dbg("TEA5761 set to standby mode\n"); in __set_radio_freq() 183 priv->standby = false; in set_radio_freq() 193 priv->standby = true; in set_radio_sleep()
|
H A 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()
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A 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
|
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A 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
|
/kernel/linux/linux-6.6/arch/arm/mach-at91/ |
H A D | pm.c | 158 { AT91_PM_STANDBY, "standby" }, 878 void *standby = NULL; in at91_dt_ramc() local 893 if (!standby) in at91_dt_ramc() 894 standby = ramc->idle; in at91_dt_ramc() 924 if (!standby) { in at91_dt_ramc() 925 pr_warn("ramc no standby function available\n"); in at91_dt_ramc() 929 at91_cpuidle_device.dev.platform_data = standby; in at91_dt_ramc() 1180 * Replaces standby and suspend modes with default supported modes: 1184 * @_map: controller specific name; standby and suspend mode need to be 1367 u8 i, standby in at91_pm_modes_validate() local 1650 int standby, suspend; at91_pm_modes_select() local [all...] |
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | sclp.h | 19 u8 standby[SCLP_CHP_INFO_MASK_SIZE]; member 55 unsigned int standby; member
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | sclp.h | 26 u8 standby[SCLP_CHP_INFO_MASK_SIZE]; member 62 unsigned int standby; member
|
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-dvb.c | 346 if (adap->fe[0]->ops.analog_ops.standby) in pvr2_dvb_frontend_init() 347 adap->fe[0]->ops.analog_ops.standby(adap->fe[0]); in pvr2_dvb_frontend_init() 381 if (adap->fe[1]->ops.analog_ops.standby) in pvr2_dvb_frontend_init() 382 adap->fe[1]->ops.analog_ops.standby(adap->fe[1]); in pvr2_dvb_frontend_init()
|