| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
| H A D | temp.c | 111 if (therm->emergency.downclock) in nvkm_therm_sensor_event() 112 therm->emergency.downclock(therm, active); in nvkm_therm_sensor_event() 115 if (therm->emergency.pause) in nvkm_therm_sensor_event() 116 therm->emergency.pause(therm, active); in nvkm_therm_sensor_event()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | cpu_init.c | 83 #ifdef CONFIG_SYS_SPCR_TSECEP /* all eTSEC's Emergency priority */ in cpu_init_f() 86 #ifdef CONFIG_SYS_SPCR_TSEC1EP /* TSEC1 Emergency priority */ in cpu_init_f() 89 #ifdef CONFIG_SYS_SPCR_TSEC2EP /* TSEC2 Emergency priority */ in cpu_init_f() 97 #ifdef CONFIG_SYS_SPCR_TSECEP /* all eTSEC's Emergency priority */ in cpu_init_f() 100 #ifdef CONFIG_SYS_SPCR_TSEC1EP /* TSEC1 Emergency priority */ in cpu_init_f() 103 #ifdef CONFIG_SYS_SPCR_TSEC2EP /* TSEC2 Emergency priority */ in cpu_init_f()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit-inittab/ |
| H A D | inittab | 8 # This is run first except when booting in emergency (-b) mode. 29 # Normally not reached, but fallthrough in case of emergency.
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | reboot.h | 104 * Emergency restart, callable from an interrupt handler. 108 #include <asm/emergency-restart.h>
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/ |
| H A D | syslog-ng.service-the-syslog-ng-service.patch | 20 @@ -7,8 +7,8 @@ Conflicts=emergency.service emergency.target
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | virtio_console.h | 42 #define VIRTIO_CONSOLE_F_EMERG_WRITE 2 /* Does host support emergency write? */ 53 /* emergency write register */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | virtio_console.h | 42 #define VIRTIO_CONSOLE_F_EMERG_WRITE 2 /* Does host support emergency write? */ 53 /* emergency write register */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | virtio_console.h | 42 #define VIRTIO_CONSOLE_F_EMERG_WRITE 2 /* Does host support emergency write? */ 53 /* emergency write register */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | rx.c | 1253 struct iwl_rxq *rxq, bool emergency) in iwl_pcie_rx_reuse_rbd() argument 1262 if (unlikely(emergency)) in iwl_pcie_rx_reuse_rbd() 1286 bool emergency, in iwl_pcie_rx_handle_rb() argument 1423 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb() 1429 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb() 1483 bool emergency = false; in iwl_pcie_rx_handle() local 1514 !emergency)) { in iwl_pcie_rx_handle() 1516 emergency = true; in iwl_pcie_rx_handle() 1518 "RX path is in emergency. Pending allocations %d\n", in iwl_pcie_rx_handle() 1545 iwl_pcie_rx_handle_rb(trans, rxq, rxb, emergency, i); in iwl_pcie_rx_handle() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | Kconfig | 37 int "Emergency poweroff delay in milli-seconds" 42 case of failure of an orderly_poweroff(), the thermal emergency 44 This config is number of milliseconds to delay before emergency 48 If set to 0 emergency poweroff will not be supported.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacecontactdetail/ |
| H A D | tst_qplacecontactdetail.cpp | 62 detail.setLabel(QStringLiteral("Emergency Services")); in constructorTest() 66 QCOMPARE(detail2.label(), QStringLiteral("Emergency Services")); in constructorTest()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | reboot.c | 43 * This is set if we need to go through the 'emergency' path. 715 static void __machine_emergency_restart(int emergency) in __machine_emergency_restart() argument 717 reboot_emergency = emergency; in __machine_emergency_restart() 795 /* This is the CPU performing the emergency shutdown work. */ 835 * or emergency reboot time. The function passed as parameter
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/generated/asm/ |
| H A D | emergency-restart.h | 1 #include <asm-generic/emergency-restart.h>
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | emergency-restart.h | 1 #include <asm-generic/emergency-restart.h>
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | emergency-restart.h | 4 #include <asm-generic/emergency-restart.h>
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | emergency-restart.h | 4 #include <asm-generic/emergency-restart.h>
|
| /OK3568_Linux_fs/kernel/include/soc/fsl/qe/ |
| H A D | immap_qe.h | 231 __be32 merl; /* MCC emergency request level register */ 269 __be16 urfet; /* UCC receive FIFO emergency threshold */ 270 __be16 urfset; /* UCC receive FIFO special emergency 275 __be16 utfet; /* UCC transmit FIFO emergency threshold */
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/ |
| H A D | cache_v8.c | 350 * We need to duplicate our page table once to have an emergency pt to in get_page_table_size() 394 /* Create emergency page tables */ in setup_all_pgtables() 554 panic("Emergency page table not setup."); in mmu_set_region_dcache_behaviour() 558 * so we first need to switch to the "emergency" page tables where in mmu_set_region_dcache_behaviour()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/ |
| H A D | amdgpu_dpm.h | 78 /* edge max emergency(shutdown) temp */ 84 /* hotspot max emergency(shutdown) temp */ 90 /* memory max emergency(shutdown) temp */
|
| /OK3568_Linux_fs/kernel/drivers/thermal/tegra/ |
| H A D | Kconfig | 12 emergency thermal reset (thermtrip) feature to function.
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_cvr/cvr_res/string/ |
| H A D | string.txt | 3 RES_STR_MEDIA_LIB_VIDEO_U 紧急视频 緊急視頻 Emergency video 緊急ビデオ
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | exceptions-64s.S | 1195 ld r1,PACAMCEMERGSP(r13) /* Use MC emergency stack */ 1271 * If yes, then stay on emergency stack and panic. 1278 * then stay on emergency stack and panic. 1689 * This interrupt may use the "emergency stack" in some cases when being taken 1713 * we switch to the emergency stack if we're taking a TM Bad Thing from 1721 bne .Lemergency_stack /* If TM, emergency */ 1726 /* Use the emergency stack */ 1731 ld r1,PACAEMERGSP(r13) /* Use emergency stack */ 1819 * on the emergency stack. 2222 * The emergency stack is used for the early real mode handler. [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_log.c | 274 static struct nf_log_buf emergency, *emergency_ptr = &emergency; variable 316 if (likely(m != &emergency)) in nf_log_buf_close()
|
| /OK3568_Linux_fs/kernel/arch/um/include/asm/ |
| H A D | Kbuild | 7 generic-y += emergency-restart.h
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | immap_qe.h | 272 u32 merl; /* MCC emergency request level register */ 395 u16 urfet; /* UCC receive FIFO emergency threshold */ 396 u16 urfset; /* UCC receive FIFO special emergency 401 u16 utfet; /* UCC transmit FIFO emergency threshold */
|