| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/ |
| H A D | sgy_cts1000.c | 25 .compatible = "sgy,gpio-halt", 52 printk(KERN_INFO "gpio-halt: triggering GPIO.\n"); in gpio_halt_cb() 57 panic("Halt failed\n"); in gpio_halt_cb() 64 printk(KERN_INFO "gpio-halt: shutdown due to power button IRQ.\n"); in gpio_halt_irq() 95 err = gpio_request(gpio, "gpio-halt"); in gpio_halt_probe() 97 printk(KERN_ERR "gpio-halt: error requesting GPIO %d.\n", in gpio_halt_probe() 110 IRQF_TRIGGER_FALLING, "gpio-halt", halt_node); in gpio_halt_probe() 112 printk(KERN_ERR "gpio-halt: error requesting IRQ %d for " in gpio_halt_probe() 119 /* Register our halt function */ in gpio_halt_probe() 120 ppc_md.halt = gpio_halt_cb; in gpio_halt_probe() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/include/ |
| H A D | tb_asserts.h | 22 HALT; \ 34 HALT; \ 47 HALT; \ 52 HALT; \ 61 HALT; \ 72 HALT; \ 95 HALT; \ 106 HALT; \ 117 HALT; \ 128 HALT; \ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | halt-polling.rst | 4 The KVM halt polling system 7 The KVM halt polling system provides a feature within KVM whereby the latency 19 invoked. Thus halt polling is especially useful on workloads with very short 20 wakeup periods where the time spent halt polling is minimised and the time 23 The generic halt polling code is implemented in: 31 Halt Polling Interval 35 as the halt polling interval, is increased and decreased based on the perceived 47 During polling if a wakeup source is received within the halt polling interval, 75 the time between when the halt polling function is 98 | | halt polling interval is | | [all …]
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0026-efi-Fix-use-after-free-in-halt-reboot-path.patch | 4 Subject: [PATCH] efi: Fix use-after-free in halt/reboot path 11 used not only by exit path but by halt/reboot one as well. 13 modules, such as halt, reboot, acpi (used by halt) also got 18 grub> halt 38 exit boot services path but keep it for halt/reboot path 41 loader flag to be used by efi halt/reboot path. 55 grub-core/lib/efi/halt.c | 3 ++- 155 diff --git a/grub-core/lib/efi/halt.c b/grub-core/lib/efi/halt.c 157 --- a/grub-core/lib/efi/halt.c 158 +++ b/grub-core/lib/efi/halt.c
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/zynqmp/ |
| H A D | mp.c | 16 #define HALT 0 macro 55 static void set_r5_halt_mode(u8 halt, u8 mode) in set_r5_halt_mode() argument 60 if (halt == HALT) in set_r5_halt_mode() 68 if (halt == HALT) in set_r5_halt_mode() 213 set_r5_halt_mode(HALT, LOCK); in initialize_tcm() 218 set_r5_halt_mode(HALT, SPLIT); in initialize_tcm() 263 set_r5_halt_mode(HALT, LOCK); in cpu_release() 272 set_r5_halt_mode(HALT, SPLIT); in cpu_release()
|
| /OK3568_Linux_fs/device/rockchip/common/data/ |
| H A D | busybox-reboot | 20 --halt) 21 CMD=halt 52 --halt Halt the machine 55 --no-wall Don't send wall message before halt/power-off/reboot
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-core/sysvinit/sysvinit/ |
| H A D | 0001-Support-rebooting-with-arg.patch | 8 src/halt.c | 19 +++++++++++++++++-- 11 diff --git a/src/halt.c b/src/halt.c 13 --- a/src/halt.c 14 +++ b/src/halt.c 22 char *Version = "@(#)halt 2.86 31-Jul-2004 miquels@cistron.nl";
|
| /OK3568_Linux_fs/kernel/drivers/clk/qcom/ |
| H A D | clk-branch.h | 16 * @halt_reg: halt register 18 * @halt_check: type of halt checking to perform 30 #define BRANCH_HALT 0 /* pol: 1 = halt */ 32 #define BRANCH_HALT_ENABLE 1 /* pol: 0 = halt */ 35 #define BRANCH_HALT_SKIP 3 /* Don't check halt bit */
|
| /OK3568_Linux_fs/buildroot/package/busybox/ |
| H A D | 0005-halt-Support-rebooting-with-arg.patch | 4 Subject: [PATCH 5/8] halt: Support rebooting with arg 10 init/halt.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 13 diff --git a/init/halt.c b/init/halt.c 15 --- a/init/halt.c 16 +++ b/init/halt.c
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | monitordisk.py | 81 …logger.warnonce("The BB_DISKMON_DIRS \"ABORT\" action has been renamed to \"HALT\", update configu… 82 action = "HALT" 84 if action not in ("HALT", "STOPTASKS", "WARN"): 185 # This is for STOPTASKS and HALT, to avoid printing the message 227 elif action == "HALT" and not self.checked[k]: 228 … logger.error("Immediately halt since the disk space monitor action is \"HALT\"!") 253 elif action == "HALT" and not self.checked[k]: 254 … logger.error("Immediately halt since the disk space monitor action is \"HALT\"!")
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | head.S | 88 # It is handy, on occasion, to make halt actually just loop. 94 .globl halt symbol 95 .ent halt 96 halt: label 99 .end halt
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/tremontx/ |
| H A D | pipeline.json | 15 …unts the number of core cycles while the core is not in a halt state. The core enters the halt st… 26 … the number of reference cycles that the core is not in a halt state. The core enters the halt sta… 37 …unts the number of core cycles while the core is not in a halt state. The core enters the halt st…
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/ |
| H A D | atmel-sama5d4-wdt.txt | 15 - atmel,idle-halt: present if you want to stop the watchdog when the CPU is 22 - atmel,dbg-halt: present if you want to stop the watchdog when the CPU is 32 atmel,dbg-halt; 33 atmel,idle-halt;
|
| H A D | atmel-wdt.txt | 28 - atmel,idle-halt : Should be present if you want to stop the watchdog when 35 - atmel,dbg-halt : Should be present if you want to stop the watchdog when 47 atmel,dbg-halt; 48 atmel,idle-halt;
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | rndis_host.c | 302 struct rndis_halt *halt; in generic_rndis_bind() member 447 memset(u.halt, 0, sizeof *u.halt); in generic_rndis_bind() 448 u.halt->msg_type = cpu_to_le32(RNDIS_MSG_HALT); in generic_rndis_bind() 449 u.halt->msg_len = cpu_to_le32(sizeof *u.halt); in generic_rndis_bind() 450 (void) rndis_command(dev, (void *)u.halt, CONTROL_BUFFER_SIZE); in generic_rndis_bind() 468 struct rndis_halt *halt; in rndis_unbind() local 471 halt = kzalloc(CONTROL_BUFFER_SIZE, GFP_KERNEL); in rndis_unbind() 472 if (halt) { in rndis_unbind() 473 halt->msg_type = cpu_to_le32(RNDIS_MSG_HALT); in rndis_unbind() 474 halt->msg_len = cpu_to_le32(sizeof *halt); in rndis_unbind() [all …]
|
| /OK3568_Linux_fs/kernel/tools/usb/ |
| H A D | hcd-tests.sh | 9 # - halt: needs bulk sink+src, tests halt set/clear from host 20 #TYPES='control out in halt' 233 halt) 236 # firmware can halt them from the device, don't worry much if 239 echo "test 13: $COUNT halt set/clear"
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-lpc32xx/ |
| H A D | pm.c | 17 * direct-run, and halt modes. When switching between halt and run modes, 19 * mode is not used in normal operation. Halt mode is used when the 33 * Halt mode: 57 * Enter halt mode - CPU and buses will stop
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/ |
| H A D | sysvinit_3.01.bb | 36 ALTERNATIVE:${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last lastb mesg utmpdum… 46 ALTERNATIVE_LINK_NAME[halt] = "${base_sbindir}/halt" 111 chown root:shutdown ${D}${base_sbindir}/halt ${D}${base_sbindir}/shutdown 112 chmod o-x,u+s ${D}${base_sbindir}/halt ${D}${base_sbindir}/shutdown
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
| H A D | halt | 7 # Provides: halt 12 # Short-Description: Execute the halt command. 31 halt SED_HALTARGS -p $hddown
|
| /OK3568_Linux_fs/kernel/arch/alpha/boot/ |
| H A D | head.S | 98 .globl halt symbol 99 .ent halt 100 halt: label 103 .end halt
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_vbif.h | 40 * set_halt_ctrl - set halt control 43 * @enable: halt control enable 49 * get_halt_ctrl - get halt control 52 * @return: halt control enable
|
| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | qcom_q6v5_wcss.c | 28 /* AXI Halt Register Offsets */ 253 /* Assert halt request */ in q6v5_wcss_halt_axi_port() 256 /* Wait for halt */ in q6v5_wcss_halt_axi_port() 268 dev_err(wcss->dev, "port failed halt\n"); in q6v5_wcss_halt_axi_port() 270 /* Clear halt request (port will remain halted until reset) */ in q6v5_wcss_halt_axi_port() 326 /* 1 - Halt Q6 bus interface */ in q6v5_q6_powerdown() 492 "qcom,halt-regs", 3, 0, &args); in q6v5_wcss_init_mmio() 494 dev_err(&pdev->dev, "failed to parse qcom,halt-regs\n"); in q6v5_wcss_init_mmio()
|
| /OK3568_Linux_fs/buildroot/package/sysvinit/ |
| H A D | sysvinit.mk | 26 for x in halt init shutdown killall5; do \ 30 ln -sf /sbin/halt $(TARGET_DIR)/sbin/reboot 31 ln -sf /sbin/halt $(TARGET_DIR)/sbin/poweroff
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/dec/ |
| H A D | kn02ba.h | 17 #define KN02BA_CPU_INR_HALT 6 /* HALT button */ 40 #define KN02BA_IO_INR_PBNC 1 /* ~HALT button debouncer */ 41 #define KN02BA_IO_INR_PBNO 0 /* HALT button debouncer */
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/silvermont/ |
| H A D | pipeline.json | 285 …halt state. The core enters the halt state when it is running the HLT instruction. This event is a… 293 …halt state. The core enters the halt state when it is running the HLT instruction. This event is a… 301 …unts the number of core cycles while the core is not in a halt state. The core enters the halt sta… 310 … the number of reference cycles that the core is not in a halt state. The core enters the halt sta…
|