Home
last modified time | relevance | path

Searched refs:warm (Results 1 – 38 of 38) sorted by relevance

/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dsoc-ac97link.txt10 "ac97-warm-reset": AC97-link warm reset state
20 pinctrl-names = "default", "ac97-running", "ac97-reset", "ac97-warm-reset";
/linux-4.1.27/drivers/media/dvb-frontends/
Dtda10071.c168 if (!priv->warm) { in tda10071_cmd_execute()
213 if (!priv->warm) { in tda10071_set_tone()
259 if (!priv->warm) { in tda10071_set_voltage()
305 if (!priv->warm) { in tda10071_diseqc_send_master_cmd()
365 if (!priv->warm) { in tda10071_diseqc_recv_slave_reply()
423 if (!priv->warm) { in tda10071_diseqc_send_burst()
487 if (!priv->warm) { in tda10071_read_status()
518 if (!priv->warm || !(priv->fe_status & FE_HAS_LOCK)) { in tda10071_read_snr()
544 if (!priv->warm || !(priv->fe_status & FE_HAS_LOCK)) { in tda10071_read_signal_strength()
583 if (!priv->warm || !(priv->fe_status & FE_HAS_LOCK)) { in tda10071_read_ber()
[all …]
Dm88ds3103_priv.h42 bool warm; /* FW running */ member
Dm88ds3103.c198 if (!priv->warm) { in m88ds3103_read_status()
260 if (!priv->warm) { in m88ds3103_set_frontend()
588 priv->warm = false; in m88ds3103_init()
686 priv->warm = true; in m88ds3103_init()
744 if (!priv->warm || !(priv->fe_status & FE_HAS_LOCK)) { in m88ds3103_get_frontend()
1079 if (!priv->warm) { in m88ds3103_set_tone()
1127 if (!priv->warm) { in m88ds3103_set_voltage()
1177 if (!priv->warm) { in m88ds3103_diseqc_send_master_cmd()
1249 if (!priv->warm) { in m88ds3103_diseqc_send_burst()
Dtda10071_priv.h38 bool warm; /* FW running */ member
Dsi2168.c385 goto warm; in si2168_init()
522 warm: in si2168_init()
/linux-4.1.27/Documentation/ide/
Dwarm-plug-howto.txt2 IDE warm-plug HOWTO
5 To warm-plug devices on a port 'idex':
D00-INDEX13 warm-plug-howto.txt
Dide.txt147 appropriate drivers, and then warm-booting linux (without powering
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dpalmas-pmic.txt33 ti,warm-reset - maintain voltage during warm reset(boolean)
70 ti,warm-reset;
/linux-4.1.27/drivers/staging/media/mn88473/
Dmn88473.c46 if (!dev->warm) { in mn88473_set_frontend()
181 if (!dev->warm) { in mn88473_read_status()
250 dev->warm = false; in mn88473_init()
259 dev->warm = true; in mn88473_init()
314 dev->warm = true; in mn88473_init()
Dmn88473_priv.h33 bool warm; /* FW running */ member
/linux-4.1.27/drivers/staging/media/mn88472/
Dmn88472_priv.h33 bool warm; /* FW running */ member
Dmn88472.c41 if (!dev->warm) { in mn88472_set_frontend()
232 if (!dev->warm) { in mn88472_read_status()
290 dev->warm = false; in mn88472_init()
308 dev->warm = true; in mn88472_init()
364 dev->warm = true; in mn88472_init()
/linux-4.1.27/arch/mips/sibyte/common/
Dcfe.c64 int warm = *(int *)arg; in cfe_linux_exit() local
77 cfe_exit(warm, 0); in cfe_linux_exit()
/linux-4.1.27/arch/mips/include/asm/fw/cfe/
Dcfe_api.h103 int cfe_exit(int warm, int status);
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dtwl4030-power.txt15 3530 that needs a special configuration for warm reset to work.
/linux-4.1.27/drivers/media/tuners/
Dsi2157.c91 goto warm; in si2157_init()
208 warm: in si2157_init()
/linux-4.1.27/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra20-pmc.txt47 The LP0 vector contains the warm boot code that is executed by AVP when
51 sleep mode, the warm boot code will restore some PLLs, clocks and then
/linux-4.1.27/Documentation/dvb/
Dlmedm04.txt77 We need to modify id of rs2000 firmware or it will warm boot id 3344:1120.
/linux-4.1.27/arch/mips/fw/cfe/
Dcfe_api.c163 int cfe_exit(int warm, int status) in cfe_exit() argument
170 xiocb.xiocb_flags = warm ? CFE_FLG_WARMSTART : 0; in cfe_exit()
/linux-4.1.27/Documentation/sound/oss/
DSoundblaster43 to warm boot from DOS/Windows with the required firmware loaded under this
DREADME.OSS286 you have warm booted it after DOS but they don't work after cold boot
660 some trouble (for example when warm booting from an OS to another or
904 DOS driver is not able to reset the card properly after warm boot from Linux
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/
Daz6007.c53 unsigned warm:1; member
697 if (!state->warm) { in az6007_power_ctrl()
729 state->warm = true; in az6007_power_ctrl()
/linux-4.1.27/Documentation/x86/x86_64/
Dboot-options.txt110 bios Use the CPU reboot vector for warm reset
111 warm Don't set the cold reboot flag
122 Using warm reset will be much faster especially on big memory
/linux-4.1.27/drivers/usb/core/
Dhub.c2659 struct usb_device *udev, unsigned int delay, bool warm) in hub_port_wait_reset() argument
2686 warm ? "warm " : "", delay); in hub_port_wait_reset()
2728 struct usb_device *udev, unsigned int delay, bool warm) in hub_port_reset() argument
2735 if (warm) { in hub_port_reset()
2744 } else if (!warm) { in hub_port_reset()
2752 warm = true; in hub_port_reset()
2758 status = set_port_feature(hub->hdev, port1, (warm ? in hub_port_reset()
2766 warm ? "warm " : "", status); in hub_port_reset()
2769 warm); in hub_port_reset()
2807 if (!warm) { in hub_port_reset()
[all …]
/linux-4.1.27/Documentation/scsi/
Dqlogicfas.txt66 realbig.doc realbig.doc". Then do it after the computer gets warm.
/linux-4.1.27/Documentation/device-mapper/
Dcache-policies.txt72 If you're trying to quickly warm a new cache device you may wish to
Dcache.txt95 writethrough or writeback mode while still warm. Otherwise, the cache
109 warm and in writeback mode during resize.
/linux-4.1.27/Documentation/devicetree/bindings/arm/msm/
Dqcom,idle-state.txt43 into a EL. Failing to do so, would result in a crash enforced by the warm boot
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-class-tpm167 cycle. Whether a warm boot (reboot) will clear a TPM chip
/linux-4.1.27/Documentation/
Dbcache.txt190 benchmarking, if you're trying to warm the cache by reading a bunch of data
193 Solution: warm the cache by doing writes, or use the testing branch (there's
Dkernel-parameters.txt3217 Where reboot_mode is one of warm (soft) or cold (hard) or gpio,
/linux-4.1.27/Documentation/devicetree/bindings/
Dxilinx.txt277 'warm boots' of the FPGA fabric.
/linux-4.1.27/Documentation/wimax/
DREADME.i2400m240 /sys/kernel/debug/wimax:wmx0/reset, the driver performs a warm (without
/linux-4.1.27/Documentation/s390/
D3270.txt196 The status area initializes to "Linux Running" to give you a warm
/linux-4.1.27/Documentation/cdrom/
Dide-cd216 MS-DOS and load the appropriate drivers. Then warm-boot linux
/linux-4.1.27/drivers/mfd/
DKconfig1194 or reset when a sleep, wakeup or warm reset event occurs.