Home
last modified time | relevance | path

Searched refs:standby (Results 1 – 25 of 157) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/tools/power/pm-graph/config/
H A Dstandby.cfg9 # 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 Dstandby-callgraph.cfg9 # 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 Dstandby-dev.cfg9 # 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
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dmcp16502-regulator.txt44 regulator-state-standby {
63 regulator-state-standby {
82 regulator-state-standby {
101 regulator-state-standby {
118 regulator-state-standby {
133 regulator-state-standby {
/OK3568_Linux_fs/kernel/arch/arm/mach-at91/
H A Dpm.c525 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()
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()
813 standby = 1; in at91_pm_modes_validate()
823 if (!standby) { in at91_pm_modes_validate()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dad5820.c54 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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/4xx/
H A Dcpm.txt24 - 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>;
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dsclp_cmd.c172 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()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dtuner-core.c164 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 …]
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxdpms.c61 CARD16 level, standby, suspend, off; in _dmxDPMSInit() local
93 DPMSGetTimeouts(dmxScreen->beDisplay, &standby, &suspend, &off); in _dmxDPMSInit()
99 dmxScreen->dpmsStandby = standby; in _dmxDPMSInit()
124 standby, suspend, off); in _dmxDPMSInit()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/4xx/
H A Dcpm.c42 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()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dat91-sama5d27_wlsom1.dtsi71 regulator-state-standby {
90 regulator-state-standby {
113 regulator-state-standby {
132 regulator-state-standby {
153 regulator-state-standby {
167 regulator-state-standby {
/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl871x_eeprom.c88 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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph/
H A D0001-Makefile-fix-multilib-build-failure.patch38 - install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
39 - install -m 644 config/standby.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
40 - install -m 644 config/standby-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
53 + install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/$(BASELIB)/pm-graph/config
54 + install -m 644 config/standby.cfg $(DESTDIR)$(PREFIX)/$(BASELIB)/pm-graph/config
55 + install -m 644 config/standby-dev.cfg $(DESTDIR)$(PREFIX)/$(BASELIB)/pm-graph/config
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dmt9m001.txt15 - standby-gpios: GPIO handle which is connected to the standby pin of the chip.
30 standby-gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_eeprom.c101 void standby(_adapter *padapter) in standby() function
119 standby(padapter); in wait_eeprom_cmd_done()
172 standby(padapter); in eeprom_write16()
186 standby(padapter); in eeprom_write16()
203 standby(padapter); in eeprom_write16()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_eeprom.c102 void standby(_adapter *padapter) in standby() function
120 standby(padapter); in wait_eeprom_cmd_done()
173 standby(padapter); in eeprom_write16()
187 standby(padapter); in eeprom_write16()
204 standby(padapter); in eeprom_write16()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_eeprom.c102 void standby(_adapter *padapter) in standby() function
120 standby(padapter); in wait_eeprom_cmd_done()
173 standby(padapter); in eeprom_write16()
187 standby(padapter); in eeprom_write16()
204 standby(padapter); in eeprom_write16()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_eeprom.c101 void standby(_adapter *padapter) in standby() function
119 standby(padapter); in wait_eeprom_cmd_done()
172 standby(padapter); in eeprom_write16()
186 standby(padapter); in eeprom_write16()
203 standby(padapter); in eeprom_write16()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_eeprom.c101 void standby(_adapter *padapter) in standby() function
119 standby(padapter); in wait_eeprom_cmd_done()
172 standby(padapter); in eeprom_write16()
186 standby(padapter); in eeprom_write16()
203 standby(padapter); in eeprom_write16()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_eeprom.c101 void standby(_adapter *padapter) in standby() function
119 standby(padapter); in wait_eeprom_cmd_done()
172 standby(padapter); in eeprom_write16()
186 standby(padapter); in eeprom_write16()
203 standby(padapter); in eeprom_write16()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_eeprom.c101 void standby(_adapter *padapter) in standby() function
119 standby(padapter); in wait_eeprom_cmd_done()
172 standby(padapter); in eeprom_write16()
186 standby(padapter); in eeprom_write16()
203 standby(padapter); in eeprom_write16()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_eeprom.c102 void standby(_adapter *padapter) in standby() function
120 standby(padapter); in wait_eeprom_cmd_done()
173 standby(padapter); in eeprom_write16()
187 standby(padapter); in eeprom_write16()
204 standby(padapter); in eeprom_write16()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_eeprom.c101 void standby(_adapter *padapter) in standby() function
119 standby(padapter); in wait_eeprom_cmd_done()
172 standby(padapter); in eeprom_write16()
186 standby(padapter); in eeprom_write16()
203 standby(padapter); in eeprom_write16()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_eeprom.c102 void standby(_adapter *padapter) in standby() function
120 standby(padapter); in wait_eeprom_cmd_done()
173 standby(padapter); in eeprom_write16()
187 standby(padapter); in eeprom_write16()
204 standby(padapter); in eeprom_write16()

1234567