/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | soc-ac97link.txt | 10 "ac97-warm-reset": AC97-link warm reset state 20 pinctrl-names = "default", "ac97-running", "ac97-reset", "ac97-warm-reset";
|
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/ |
D | st_lpc_wdt.txt | 31 - st,warm-reset : If present reset type will be 'warm' - if not it will be cold 41 st,warm-reset;
|
/linux-4.4.14/Documentation/ide/ |
D | warm-plug-howto.txt | 2 IDE warm-plug HOWTO 5 To warm-plug devices on a port 'idex':
|
D | 00-INDEX | 13 warm-plug-howto.txt
|
D | ide.txt | 147 appropriate drivers, and then warm-booting linux (without powering
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | tda10071.c | 59 if (!dev->warm) { in tda10071_cmd_execute() 110 if (!dev->warm) { in tda10071_set_tone() 155 if (!dev->warm) { in tda10071_set_voltage() 201 if (!dev->warm) { in tda10071_diseqc_send_master_cmd() 261 if (!dev->warm) { in tda10071_diseqc_recv_slave_reply() 322 if (!dev->warm) { in tda10071_diseqc_send_burst() 388 if (!dev->warm) { in tda10071_read_status() 576 if (!dev->warm) { in tda10071_set_frontend() 712 if (!dev->warm || !(dev->fe_status & FE_HAS_LOCK)) { in tda10071_get_frontend() 831 if (dev->warm) { in tda10071_init() [all …]
|
D | m88ds3103_priv.h | 44 bool warm; /* FW running */ member
|
D | m88ds3103.c | 104 if (!dev->warm) { in m88ds3103_read_status() 318 if (!dev->warm) { in m88ds3103_set_frontend() 646 dev->warm = false; in m88ds3103_init() 738 dev->warm = true; in m88ds3103_init() 804 if (!dev->warm || !(dev->fe_status & FE_HAS_LOCK)) { in m88ds3103_get_frontend() 995 if (!dev->warm) { in m88ds3103_set_tone() 1042 if (!dev->warm) { in m88ds3103_set_voltage() 1093 if (!dev->warm) { in m88ds3103_diseqc_send_master_cmd() 1170 if (!dev->warm) { in m88ds3103_diseqc_send_burst()
|
D | tda10071_priv.h | 45 bool warm; /* FW running */ member
|
D | si2168.c | 430 goto warm; in si2168_init() 569 warm: in si2168_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | palmas-pmic.txt | 33 ti,warm-reset - maintain voltage during warm reset(boolean) 70 ti,warm-reset;
|
/linux-4.4.14/drivers/staging/media/mn88472/ |
D | mn88472.c | 41 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()
|
D | mn88472_priv.h | 33 bool warm; /* FW running */ member
|
/linux-4.4.14/drivers/staging/media/mn88473/ |
D | mn88473.c | 46 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()
|
D | mn88473_priv.h | 33 bool warm; /* FW running */ member
|
/linux-4.4.14/arch/mips/sibyte/common/ |
D | cfe.c | 64 int warm = *(int *)arg; in cfe_linux_exit() local 77 cfe_exit(warm, 0); in cfe_linux_exit()
|
/linux-4.4.14/arch/mips/include/asm/fw/cfe/ |
D | cfe_api.h | 103 int cfe_exit(int warm, int status);
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | twl4030-power.txt | 15 3530 that needs a special configuration for warm reset to work.
|
D | s2mps11.txt | 24 unwanted buck warm reset (setting buck voltages to default values).
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra20-pmc.txt | 47 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.4.14/Documentation/dvb/ |
D | lmedm04.txt | 77 We need to modify id of rs2000 firmware or it will warm boot id 3344:1120.
|
/linux-4.4.14/drivers/media/tuners/ |
D | si2157.c | 92 goto warm; in si2157_init() 209 warm: in si2157_init()
|
/linux-4.4.14/arch/mips/fw/cfe/ |
D | cfe_api.c | 163 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.4.14/Documentation/sound/oss/ |
D | Soundblaster | 43 to warm boot from DOS/Windows with the required firmware loaded under this
|
D | README.OSS | 286 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.4.14/drivers/media/usb/dvb-usb-v2/ |
D | az6007.c | 53 unsigned warm:1; member 697 if (!state->warm) { in az6007_power_ctrl() 729 state->warm = true; in az6007_power_ctrl()
|
/linux-4.4.14/drivers/usb/core/ |
D | hub.c | 2674 struct usb_device *udev, unsigned int delay, bool warm) in hub_port_wait_reset() argument 2701 warm ? "warm " : "", delay); in hub_port_wait_reset() 2743 struct usb_device *udev, unsigned int delay, bool warm) in hub_port_reset() argument 2750 if (warm) { in hub_port_reset() 2759 } else if (!warm) { in hub_port_reset() 2767 warm = true; in hub_port_reset() 2773 status = set_port_feature(hub->hdev, port1, (warm ? in hub_port_reset() 2781 warm ? "warm " : "", status); in hub_port_reset() 2784 warm); in hub_port_reset() 2822 if (!warm) { in hub_port_reset() [all …]
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | boot-options.txt | 113 bios Use the CPU reboot vector for warm reset 114 warm Don't set the cold reboot flag 125 Using warm reset will be much faster especially on big memory
|
/linux-4.4.14/Documentation/scsi/ |
D | qlogicfas.txt | 66 realbig.doc realbig.doc". Then do it after the computer gets warm.
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,idle-state.txt | 43 into a EL. Failing to do so, would result in a crash enforced by the warm boot
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache.txt | 95 writethrough or writeback mode while still warm. Otherwise, the cache 109 warm and in writeback mode during resize.
|
D | cache-policies.txt | 72 If you're trying to quickly warm a new cache device you may wish to
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 167 cycle. Whether a warm boot (reboot) will clear a TPM chip
|
/linux-4.4.14/Documentation/ |
D | bcache.txt | 190 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
|
D | kernel-parameters.txt | 3337 Where reboot_mode is one of warm (soft) or cold (hard) or gpio,
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | rk3288-veyron.dtsi | 506 ap_warm_reset_h: ap-warm-reset-h {
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | xilinx.txt | 277 'warm boots' of the FPGA fabric.
|
/linux-4.4.14/Documentation/wimax/ |
D | README.i2400m | 240 /sys/kernel/debug/wimax:wmx0/reset, the driver performs a warm (without
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.txt | 196 The status area initializes to "Linux Running" to give you a warm
|
/linux-4.4.14/Documentation/cdrom/ |
D | ide-cd | 216 MS-DOS and load the appropriate drivers. Then warm-boot linux
|
/linux-4.4.14/drivers/mfd/ |
D | Kconfig | 1250 or reset when a sleep, wakeup or warm reset event occurs.
|