| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | soc-ac97link.txt | 10 "ac97-warm-reset": AC97-link warm reset state 20 pinctrl-names = "default", "ac97-running", "ac97-reset", "ac97-warm-reset";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/ |
| H A 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;
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0033-compositor-Force-the-first-app-on-bottom-in-warm-up-.patch | 4 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 D | 0027-Support-holding-display-for-the-first-app.patch | 6 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 },
|
| H A D | 0078-compositor-Stop-bootanim-after-warm-up.patch | 4 Subject: [PATCH 78/93] compositor: Stop bootanim after warm-up
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0030-compositor-Force-the-first-app-on-bottom-in-warm-up-.patch | 4 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 D | 0024-Support-holding-display-for-the-first-app.patch | 6 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 },
|
| H A D | 0078-compositor-Stop-bootanim-after-warm-up.patch | 4 Subject: [PATCH 78/79] compositor: Stop bootanim after warm-up
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0033-compositor-Force-the-first-app-on-bottom-in-warm-up-.patch | 4 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 D | 0027-Support-holding-display-for-the-first-app.patch | 6 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 },
|
| H A D | 0077-compositor-Stop-bootanim-after-warm-up.patch | 4 Subject: [PATCH 77/92] compositor: Stop bootanim after warm-up
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | tda10071.c | 46 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 D | m88ds3103.c | 181 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() 1122 warm: 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() 1427 if (!dev->warm) { in m88ds3103_set_voltage() 1478 if (!dev->warm) { in m88ds3103_diseqc_send_master_cmd() [all …]
|
| H A D | si2168.c | 426 if (dev->warm) { in si2168_init() 439 goto warm; in si2168_init() 529 dev->warm = true; in si2168_init() 530 warm: in si2168_init() 569 dev->warm = false; in si2168_sleep()
|
| H A D | si2168_priv.h | 39 unsigned int warm:1; member
|
| H A D | m88ds3103_priv.h | 41 bool warm; /* FW running */ member
|
| /OK3568_Linux_fs/kernel/Documentation/ide/ |
| H A D | warm-plug-howto.rst | 2 IDE warm-plug HOWTO 5 To warm-plug devices on a port 'idex'::
|
| H A D | index.rst | 12 warm-plug-howto
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | palmas-pmic.txt | 40 ti,warm-reset - maintain voltage during warm reset(boolean) 77 ti,warm-reset;
|
| /OK3568_Linux_fs/kernel/arch/mips/sibyte/common/ |
| H A D | cfe.c | 52 int warm = *(int *)arg; in cfe_linux_exit() local 65 cfe_exit(warm, 0); in cfe_linux_exit()
|
| /OK3568_Linux_fs/kernel/drivers/media/tuners/ |
| H A D | tda18250.c | 182 if (dev->warm) in tda18250_init() 183 goto warm; in tda18250_init() 235 dev->warm = true; in tda18250_init() 237 warm: in tda18250_init() 798 dev->warm = false; in tda18250_probe()
|
| /OK3568_Linux_fs/buildroot/board/intel/galileo/ |
| H A D | grub.cfg | 10 …t console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | dvb-usb-dibusb-mc-cardlist.rst | 15 * - Artec T1 USB2.0 TVBOX (please check the warm ID)
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | ast2500-facebook-netbmc-common.dtsi | 13 * Update reset type to "system" (full chip) to fix warm reboot hang issue
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/fw/cfe/ |
| H A D | cfe_api.h | 90 int cfe_exit(int warm, int status);
|