/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/watchdog/ |
D | st_lpc_wdt.txt | 30 - st,warm-reset : If present reset type will be 'warm' - if not it will be cold 40 st,warm-reset;
|
/Linux-v4.19/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
|
/Linux-v4.19/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.c | 104 if (!dev->warm) { in m88ds3103_read_status() 318 if (!dev->warm) { in m88ds3103_set_frontend() 632 dev->warm = false; in m88ds3103_init() 653 goto warm; in m88ds3103_init() 717 warm: in m88ds3103_init() 719 dev->warm = true; in m88ds3103_init() 785 if (!dev->warm || !(dev->fe_status & FE_HAS_LOCK)) { in m88ds3103_get_frontend() 975 if (!dev->warm) { in m88ds3103_set_tone() 1022 if (!dev->warm) { in m88ds3103_set_voltage() 1073 if (!dev->warm) { in m88ds3103_diseqc_send_master_cmd() [all …]
|
D | si2168_priv.h | 47 bool warm; member
|
D | m88ds3103_priv.h | 43 bool warm; /* FW running */ member
|
D | si2168.c | 462 if (dev->warm) { in si2168_init() 479 goto warm; in si2168_init() 579 dev->warm = true; in si2168_init() 580 warm: in si2168_init() 619 dev->warm = false; in si2168_sleep()
|
D | tda10071_priv.h | 45 bool warm; /* FW running */ member
|
D | mn88472.c | 430 goto warm; in mn88472_init() 471 warm: in mn88472_init()
|
/Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
D | palmas-pmic.txt | 40 ti,warm-reset - maintain voltage during warm reset(boolean) 77 ti,warm-reset;
|
/Linux-v4.19/arch/mips/sibyte/common/ |
D | cfe.c | 65 int warm = *(int *)arg; in cfe_linux_exit() local 78 cfe_exit(warm, 0); in cfe_linux_exit()
|
/Linux-v4.19/drivers/media/tuners/ |
D | tda18250.c | 192 if (dev->warm) in tda18250_init() 193 goto warm; in tda18250_init() 245 dev->warm = true; in tda18250_init() 247 warm: in tda18250_init() 808 dev->warm = false; in tda18250_probe()
|
D | tda18250_priv.h | 141 bool warm; member
|
D | si2157.c | 103 goto warm; in si2157_init() 233 warm: in si2157_init()
|
/Linux-v4.19/arch/mips/include/asm/fw/cfe/ |
D | cfe_api.h | 103 int cfe_exit(int warm, int status);
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | twl4030-power.txt | 15 3530 that needs a special configuration for warm reset to work.
|
D | samsung,sec-core.txt | 37 unwanted buck warm reset (setting buck voltages to default values).
|
/Linux-v4.19/Documentation/media/dvb-drivers/ |
D | lmedm04.rst | 97 We need to modify id of rs2000 firmware or it will warm boot id 3344:1120.
|
/Linux-v4.19/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-v4.19/drivers/media/usb/dvb-usb-v2/ |
D | az6007.c | 53 unsigned warm:1; member 703 if (!state->warm) { in az6007_power_ctrl() 735 state->warm = true; in az6007_power_ctrl()
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | boot-options.txt | 114 bios Use the CPU reboot vector for warm reset 115 warm Don't set the cold reboot flag 126 Using warm reset will be much faster especially on big memory
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra20-pmc.txt | 51 The LP0 vector contains the warm boot code that is executed by AVP when 55 sleep mode, the warm boot code will restore some PLLs, clocks and then
|
/Linux-v4.19/drivers/usb/core/ |
D | hub.c | 2690 struct usb_device *udev, unsigned int delay, bool warm) in hub_port_wait_reset() argument 2732 warm ? "warm " : "", delay); in hub_port_wait_reset() 2789 struct usb_device *udev, unsigned int delay, bool warm) in hub_port_reset() argument 2796 if (warm) { in hub_port_reset() 2805 } else if (!warm) { in hub_port_reset() 2813 warm = true; in hub_port_reset() 2819 status = set_port_feature(hub->hdev, port1, (warm ? in hub_port_reset() 2827 warm ? "warm " : "", status); in hub_port_reset() 2830 warm); in hub_port_reset() 2868 if (!warm) { in hub_port_reset() [all …]
|