/linux-4.1.27/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-4.1.27/drivers/s390/char/ |
D | sclp_cmd.c | 102 info->standby = sccb->nr_standby; in sclp_fill_cpu_info() 195 int standby; member 319 incr->standby = online ? 0 : 1; in sclp_mem_change_state() 335 if (incr->standby) in contains_standby_increment() 440 if (incr->standby) in sclp_add_standby_memory() 445 static void __init insert_increment(u16 rn, int standby, int assigned) in insert_increment() argument 455 new_incr->standby = standby; in insert_increment() 487 u16 standby; member 713 u8 standby[SCLP_CHP_INFO_MASK_SIZE]; member 750 memcpy(info->standby, sccb->standby, SCLP_CHP_INFO_MASK_SIZE); in sclp_chp_read_info()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | tuner-core.c | 132 bool standby; /* Standby mode */ member 241 .standby = fe_standby, 614 t->standby = true; in tuner_probe() 796 t->standby = true; in set_mode() 797 if (analog_ops->standby) in set_mode() 798 analog_ops->standby(&t->fe); in set_mode() 871 t->standby = false; in set_tv_freq() 1012 t->standby = false; in set_radio_freq() 1061 t->standby ? " on standby mode" : ""); in tuner_status() 1111 if (t->standby && set_mode(t, t->mode) == 0) { in tuner_s_power() [all …]
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | ppc4xx_cpm.c | 56 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-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_eeprom.c | 100 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-4.1.27/arch/arm/mach-at91/ |
D | pm.c | 327 const void *standby = NULL; in at91_dt_ramc() local 334 if (!standby) in at91_dt_ramc() 335 standby = of_id->data; in at91_dt_ramc() 343 if (!standby) { in at91_dt_ramc() 348 at91_pm_set_standby(standby); in at91_dt_ramc()
|
/linux-4.1.27/drivers/media/tuners/ |
D | tea5761.c | 26 bool standby; member 151 if (priv->standby) { in __set_radio_freq() 186 priv->standby = false; in set_radio_freq() 196 priv->standby = true; in set_radio_sleep()
|
D | tda9887.c | 40 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()
|
D | tda18271-fe.c | 40 static int tda18271_toggle_output(struct dvb_frontend *fe, int standby) in tda18271_toggle_output() argument 44 int ret = tda18271_set_standby_mode(fe, standby ? 1 : 0, in tda18271_toggle_output() 52 standby ? "standby" : "active", in tda18271_toggle_output() 980 if (fe->ops.analog_ops.standby) in tda18271_set_params() 981 fe->ops.analog_ops.standby(fe); in tda18271_set_params()
|
D | tda8290.c | 727 .standby = tda8290_standby, 735 .standby = tda8295_standby,
|
D | tuner-simple.c | 941 if (fe->ops.analog_ops.standby) in simple_dvb_set_params() 942 fe->ops.analog_ops.standby(fe); in simple_dvb_set_params()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | sclp.h | 17 u8 standby[SCLP_CHP_INFO_MASK_SIZE]; member 43 unsigned int standby; member
|
/linux-4.1.27/Documentation/power/ |
D | states.txt | 10 /sys/power/state file. Those strings may be "mem", "standby", "freeze" and 15 For relative_sleep_states=1, the strings "mem", "standby" and "freeze" label the 19 the given system supports two non-hibernation sleep states, "standby" is present 22 addition to "mem" and "standby". 44 Label: "standby"
|
D | swsusp.txt | 25 * power states like "standby", which normally don't turn USB off.) 76 to standby mode. Later resuming the machine the saved state is loaded back to 100 echo 1 > /proc/acpi/sleep # for standby 396 modes like "suspend-to-RAM" or "standby". (Don't write "disk" to the 397 /sys/power/state file; write "standby" or "mem".) We've not seen any
|
D | interface.txt | 11 'standby' (Power-On Suspend), 'mem' (Suspend-to-RAM), and 'disk'
|
D | devices.txt | 272 are used for freeze, standby, and memory sleep states ("suspend-to-RAM") and the 313 When the system goes into the freeze, standby or memory sleep state, 387 When resuming from freeze, standby or memory sleep, the phases are: 515 before putting the system into the freeze, standby or memory sleep state, 654 ways; the aforementioned LCD might be active in one product's "standby",
|
D | video.txt | 15 problem for S1 standby, because hardware should retain its state over
|
/linux-4.1.27/include/video/ |
D | auo_k190xfb.h | 66 bool standby; member
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-regulator | 44 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
|
D | sysfs-power | 15 labels, which may be "mem", "standby", "freeze" and "disk" 19 "mem", "standby", "freeze" represent non-hibernation sleep 21 shallowest ("freeze"). "standby" and "freeze" may or may 23 platform. "freeze" can only be present if "standby" is 27 "standby" - "power-on suspend", present if supported.
|
D | sysfs-class-led | 37 a device in a standby like state.
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | samsung-s5c73m3.txt | 24 - standby-gpios : specifier of GPIO connected to the STANDBY pin; 80 standby-gpios = <&gpm0 1 1>;
|
/linux-4.1.27/Documentation/hwmon/ |
D | dme1737 | 74 in0: +5VTR (+5V standby) 0V - 6.64V 79 in5: VTR (+3.3V standby) 0V - 4.38V 88 in5: VTR (+3.3V standby) 0V - 4.38V 92 in0: +5VTR (+5V standby) 0V - 6.64V 97 in5: VTR (+3.3V standby) 0V - 4.38V 106 in5: VTR (+3.3V standby) 0V - 4.38V
|
/linux-4.1.27/Documentation/blockdev/ |
D | README.DAC960 | 339 drives are offline or critical or any non-standby physical drives are dead. 378 an active part of a drive group, never on a standby drive. The command 382 make-standby <channel>:<target-id> 384 The "make-standby" command changes physical drive <channel>:<target-id> 387 standby drive. It cannot be used to add a standby drive to the controller 417 group without a standby drive, and the drive group has been configured into two 488 Since there are no standby drives configured, the system can continue to access 589 group with a standby drive, and the drive group has been configured into two 635 Since a standby drive is configured, the controller automatically begins 636 rebuilding onto the standby drive: [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-xgene-sb.txt | 3 This is a gpio controller in the standby domain.
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | pvrusb2-dvb.c | 364 if (adap->fe->ops.analog_ops.standby) in pvr2_dvb_frontend_init() 365 adap->fe->ops.analog_ops.standby(adap->fe); in pvr2_dvb_frontend_init()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | auo_k190x.c | 765 par->standby = 0; in auok190x_recover() 791 if (par->standby) { in auok190x_runtime_suspend() 820 par->standby = 1; in auok190x_runtime_suspend() 832 if (!par->standby) { in auok190x_runtime_resume() 852 par->standby = 0; in auok190x_runtime_resume()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,idle-state.txt | 18 hierarchy to enter standby states, when all cpus are idle. An interrupt brings 20 cache hierarchy is also out of standby, and then the cpu is allowed to resume
|
/linux-4.1.27/drivers/block/paride/ |
D | pd.c | 235 int standby; member 699 if (!disk->standby) in pd_identify() 870 disk->standby = parm[D_SBY]; in pd_detect()
|
/linux-4.1.27/Documentation/s390/ |
D | qeth.txt | 21 STATE={active|standby|inactive} - the newly assumed state of the port.
|
/linux-4.1.27/Documentation/ |
D | hsi.txt | 16 signal can be used to wakeup the chips from standby modes. The signals are
|
D | kernel-parameters.txt | 458 Disable APC CPU standby support. SPARCstation-Fox does 3558 Specify "mem" (for Suspend-to-RAM) or "standby" (for 3559 standby suspend) or "freeze" (for suspend type freeze)
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | act8865-regulator.txt | 67 regulator-suspend-standby-microvolt = <1150000>;
|
D | ltc3589.txt | 26 and 3.2 V on LTC3589-1,2 in four steps. The ldo1 standby regulator can not
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | Makefile | 8 obj-$(CONFIG_PM) += pm.o sleep.o standby.o
|
/linux-4.1.27/kernel/power/ |
D | Kconfig | 2 bool "Suspend to RAM and standby" 11 bool "Enable freezer for suspend to RAM/standby" \ 17 done, no tasks are frozen for suspend to RAM/standby.
|
/linux-4.1.27/arch/x86/kernel/ |
D | apm_32.c | 1280 static void standby(void) in standby() function 1344 standby(); in check_events() 1538 standby(); in do_ioctl() 1577 standby(); in do_release()
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop.c | 145 struct vop_reg standby; member 254 .standby = VOP_REG(SYS_CTRL, 0x1, 22), 467 VOP_CTRL_SET(vop, standby, 0); in vop_enable() 506 VOP_CTRL_SET(vop, standby, 1); in vop_disable()
|
/linux-4.1.27/drivers/staging/rts5208/ |
D | sd.c | 4350 bool standby = false, acmd = false; in sd_execute_no_data() local 4374 standby = true; in sd_execute_no_data() 4423 if (standby) { in sd_execute_no_data() 4448 if (standby) { in sd_execute_no_data() 4486 bool standby = false, send_cmd12 = false, acmd = false; in sd_execute_read_data() local 4513 standby = true; in sd_execute_read_data() 4560 if (standby) { in sd_execute_read_data() 4669 if (standby) { in sd_execute_read_data() 4748 bool standby = false, send_cmd12 = false, acmd = false; in sd_execute_write_data() local 4780 standby = true; in sd_execute_write_data() [all …]
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvb_frontend.h | 253 void (*standby)(struct dvb_frontend *fe); member
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | marvell,dove-pinctrl.txt | 69 standby-pwr-down Pin is used for STBY_PWRDWN
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | as3722.txt | 73 voltage-in-standby, oc-pg-sd0, oc-pg-sd6,
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | obs600.dts | 95 standby = <0xe3e74800>;
|
D | kilauea.dts | 91 standby = <0xe3e74800>;
|
D | canyonlands.dts | 114 standby = <0xfeff791d>;
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-as3722.c | 145 FUNCTION_GROUP(voltage-in-standby, VOLTAGE_IN_STBY),
|
/linux-4.1.27/drivers/s390/cio/ |
D | chp.c | 652 else if (chp_test_bit(chp_info.standby, bit)) in chp_info_get_status()
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig.debug | 253 Display the total time when kernel resumes normal from standby or
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885-dvb.c | 2225 if (fe0->dvb.frontend->ops.analog_ops.standby) in dvb_register() 2226 fe0->dvb.frontend->ops.analog_ops.standby(fe0->dvb.frontend); in dvb_register()
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 358 Enable power management and CPU standby features on supported
|
/linux-4.1.27/drivers/target/ |
D | target_core_configfs.c | 2149 SE_DEV_ALUA_SUPPORT_STATE_SHOW(standby, 2151 SE_DEV_ALUA_SUPPORT_STATE_STORE(standby,
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | exynos4412-trats2.dts | 169 standby-gpios = <&gpm0 1 1>; /* ISP_STANDBY */
|
/linux-4.1.27/drivers/gpio/ |
D | Kconfig | 478 tristate "APM X-Gene GPIO standby controller support"
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 766 7 - standby 783 "tpacpi::unknown_led", "tpacpi::standby", "tpacpi::dock_status1",
|
/linux-4.1.27/Documentation/networking/ |
D | bonding.txt | 24 speaking, modes provide either hot standby or load balancing services.
|