Home
last modified time | relevance | path

Searched full:warm (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/OK3568_Linux_fs/kernel/arch/mips/ath25/
H A Dar2315_regs.h79 #define AR2315_RESET_WARM_WLAN0_MAC 0x00000001 /* warm reset WLAN0 MAC */
80 #define AR2315_RESET_WARM_WLAN0_BB 0x00000002 /* warm reset WLAN0 BB */
81 #define AR2315_RESET_MPEGTS_RSVD 0x00000004 /* warm reset MPEG-TS */
82 #define AR2315_RESET_PCIDMA 0x00000008 /* warm reset PCI ahb/dma */
83 #define AR2315_RESET_MEMCTL 0x00000010 /* warm reset mem control */
84 #define AR2315_RESET_LOCAL 0x00000020 /* warm reset local bus */
85 #define AR2315_RESET_I2C_RSVD 0x00000040 /* warm reset I2C bus */
86 #define AR2315_RESET_SPI 0x00000080 /* warm reset SPI iface */
87 #define AR2315_RESET_UART0 0x00000100 /* warm reset UART0 */
88 #define AR2315_RESET_IR_RSVD 0x00000200 /* warm reset IR iface */
H A Dar5312_regs.h110 #define AR5312_RESET_WARM_PROC 0x00001000 /* warm reset MIPS core */
111 #define AR5312_RESET_WARM_WLAN0_MAC 0x00002000 /* warm reset WLAN0 MAC */
112 #define AR5312_RESET_WARM_WLAN0_BB 0x00004000 /* warm reset WLAN0 BB */
114 #define AR5312_RESET_WARM_WLAN1_MAC 0x00020000 /* warm reset WLAN1 MAC */
115 #define AR5312_RESET_WARM_WLAN1_BB 0x00040000 /* warm reset WLAN1 BB */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dsoc-ac97link.txt10 "ac97-warm-reset": AC97-link warm reset state
20 pinctrl-names = "default", "ac97-running", "ac97-reset", "ac97-warm-reset";
/OK3568_Linux_fs/kernel/sound/
H A Dac97_bus.c44 * @try_warm: Try a warm reset first
49 * first performs a warm reset. If the warm reset is successful the function
51 * followed by a warm reset. If this is successful the function returns 0,
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/
H A Dst_lpc_wdt.txt30 - st,warm-reset : If present reset type will be 'warm' - if not it will be cold
40 st,warm-reset;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0033-compositor-Force-the-first-app-on-bottom-in-warm-up-.patch4 Subject: [PATCH 33/93] compositor: Force the first app on bottom in warm-up
7 When warm-up enabled, assume the first app is a launcher and put it on
25 + weston_config_section_get_bool(section, "warm-up", &warm_up, false);
H A D0027-Support-holding-display-for-the-first-app.patch6 Use '-w' or '--warm-up' to enable it.
23 + " -w, --warm-up\t\tHold display for the first app\n"
40 + { WESTON_OPTION_BOOLEAN, "warm-up", 'w', &warm_up },
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0030-compositor-Force-the-first-app-on-bottom-in-warm-up-.patch4 Subject: [PATCH 30/79] compositor: Force the first app on bottom in warm-up
7 When warm-up enabled, assume the first app is a launcher and put it on
25 + weston_config_section_get_bool(section, "warm-up", &warm_up, false);
H A D0024-Support-holding-display-for-the-first-app.patch6 Use '-w' or '--warm-up' to enable it.
23 + " -w, --warm-up\t\tHold display for the first app\n"
40 + { WESTON_OPTION_BOOLEAN, "warm-up", 'w', &warm_up },
/OK3568_Linux_fs/buildroot/package/weston/
H A D0033-compositor-Force-the-first-app-on-bottom-in-warm-up-.patch4 Subject: [PATCH 33/93] compositor: Force the first app on bottom in warm-up
7 When warm-up enabled, assume the first app is a launcher and put it on
25 + weston_config_section_get_bool(section, "warm-up", &warm_up, false);
H A D0027-Support-holding-display-for-the-first-app.patch6 Use '-w' or '--warm-up' to enable it.
23 + " -w, --warm-up\t\tHold display for the first app\n"
40 + { WESTON_OPTION_BOOLEAN, "warm-up", 'w', &warm_up },
/OK3568_Linux_fs/kernel/arch/arm/mach-tegra/
H A Dplatsmp.c80 * The power up sequence of cold boot CPU and warm boot CPU in tegra30_boot_secondary()
83 * For warm boot CPU that was resumed from CPU hotplug, the in tegra30_boot_secondary()
85 * flow controller of the warm boot CPU. We need to wait for in tegra30_boot_secondary()
137 * Warm boot flow in tegra114_boot_secondary()
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dmca.h119 IA64_MCA_WARM_BOOT = -1, /* Warm boot of the system need from SAL */
126 IA64_INIT_WARM_BOOT = -1, /* Warm boot of the system need from SAL */
177 #define IA64_MCA_WARM_BOOT -1 /* Warm boot of the system need from SAL */
182 #define IA64_INIT_WARM_BOOT -1 /* Warm boot of the system need from SAL */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dpalmas-pmic.txt40 ti,warm-reset - maintain voltage during warm reset(boolean)
77 ti,warm-reset;
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx7ulp/
H A Dsoc.c205 sprintf(ret, "%s", "WARM-WDG"); in get_reset_cause()
208 sprintf(ret, "%s", "WARM-SW"); in get_reset_cause()
211 sprintf(ret, "%s", "WARM-JTAG"); in get_reset_cause()
214 sprintf(ret, "%s", "WARM-UNKN"); in get_reset_cause()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dtda10071.c46 if (!dev->warm) { in tda10071_cmd_execute()
97 if (!dev->warm) { in tda10071_set_tone()
142 if (!dev->warm) { in tda10071_set_voltage()
188 if (!dev->warm) { in tda10071_diseqc_send_master_cmd()
248 if (!dev->warm) { in tda10071_diseqc_recv_slave_reply()
309 if (!dev->warm) { in tda10071_diseqc_send_burst()
375 if (!dev->warm) { in tda10071_read_status()
564 if (!dev->warm) { in tda10071_set_frontend()
700 if (!dev->warm || !(dev->fe_status & FE_HAS_LOCK)) { in tda10071_get_frontend()
819 if (dev->warm) { in tda10071_init()
[all …]
H A Dm88ds3103.c181 if (!dev->warm) { in m88ds3103_read_status()
643 if (!dev->warm) { in m88ds3103_set_frontend()
1028 dev->warm = false; in m88ds3103_init()
1049 goto warm; in m88ds3103_init()
1111 dev_info(&client->dev, "found a '%s' in warm state\n", in m88ds3103_init()
1122 warm: in m88ds3103_init()
1123 /* warm state */ in m88ds3103_init()
1124 dev->warm = true; in m88ds3103_init()
1190 if (!dev->warm || !(dev->fe_status & FE_HAS_LOCK)) { in m88ds3103_get_frontend()
1380 if (!dev->warm) { in m88ds3103_set_tone()
[all …]
H A Dsi2168.c426 if (dev->warm) { in si2168_init()
439 goto warm; in si2168_init()
529 dev->warm = true; in si2168_init()
530 warm: in si2168_init()
567 /* Firmware later than B 4.0-11 loses warm state during sleep */ in si2168_sleep()
569 dev->warm = false; in si2168_sleep()
/OK3568_Linux_fs/kernel/Documentation/ide/
H A Dwarm-plug-howto.rst2 IDE warm-plug HOWTO
5 To warm-plug devices on a port 'idex'::
/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/armada3700/
H A Dcpu.c59 * Write magic number of 0x1d1e to North Bridge Warm Reset register in reset_cpu()
60 * to trigger warm reset in reset_cpu()
/OK3568_Linux_fs/u-boot/test/dm/
H A Dsysreset.c27 /* Device 1 is the warm sysreset device */ in dm_test_sysreset_base()
62 * plus a warm system reset should be promoted to cold, since this is in dm_test_sysreset_walk()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Daltera-a10sr.h60 #define ALTR_A10SR_WARM_RST_REG 0x1A /* HPS Warm Reset */
61 #define ALTR_A10SR_WR_KEY_REG 0x1C /* HPS Warm Reset Key */
/OK3568_Linux_fs/kernel/net/wimax/
H A Dop-reset.c11 * Resets aim at being warm, keeping the device handles active;
34 * %0 if ok and a warm reset was done (the device still exists in
/OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/
H A Dusb.c228 * Reset a device at different levels (warm, cold or bus)
231 * @reset_type: soft, warm or bus reset (I2400M_RT_WARM/SOFT/BUS)
233 * Warm and cold resets get a USB reset if they fail.
235 * Warm reset:
254 * Note we need to return -ENODEV if a warm reset was requested and we
320 rt == I2400M_RT_WARM ? "warm" : "cold", result); in i2400mu_bus_reset()
/OK3568_Linux_fs/kernel/drivers/staging/wfx/Documentation/devicetree/bindings/net/wireless/
H A Dsilabs,wfx.yaml25 WFx. Without it, you may encounter issues with warm boot. The mmc-pwrseq
61 during probe. Without this property, you may encounter issues with warm

12345678910>>...15