| /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/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/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/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/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/arch/alpha/boot/ |
| H A D | head.S | 98 .globl halt symbol 99 .ent halt 100 halt: label 103 .end halt
|
| /OK3568_Linux_fs/device/rockchip/common/data/ |
| H A D | busybox-reboot | 20 --halt) 21 CMD=halt 52 --halt Halt the machine
|
| /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/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: 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 | | 109 | | halt polling interval is | |
|
| /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
|
| H A D | inittab | 29 # The usual halt or reboot actions 30 hlt0:0:wait:/sbin/halt -dhp
|
| /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/sysvinit/sysvinit/ |
| H A D | install.patch | 55 - ln -sf halt $(ROOT)/sbin/reboot 56 - ln -sf halt $(ROOT)/sbin/poweroff 61 + ln -sf halt $(ROOT)$(base_sbindir)/reboot 62 + ln -sf halt $(ROOT)$(base_sbindir)/poweroff
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | reboot.c | 66 .halt = native_machine_halt, 89 machine_ops.halt(); in machine_halt()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/zynqmp/ |
| H A D | mp.c | 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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/ |
| H A D | sgy_cts1000.c | 120 ppc_md.halt = gpio_halt_cb; in gpio_halt_probe() 137 ppc_md.halt = NULL; in gpio_halt_remove()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/ |
| H A D | ipu3-mmu.c | 101 static void imgu_mmu_set_halt(struct imgu_mmu *mmu, bool halt) in imgu_mmu_set_halt() argument 106 writel(halt, mmu->base + REG_GP_HALT); in imgu_mmu_set_halt() 108 val, (val & 1) == halt, 1000, 100000); in imgu_mmu_set_halt() 112 halt ? "set" : "clear"); in imgu_mmu_set_halt()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | taskdata.py | 42 def __init__(self, halt = True, skiplist = None, allowincomplete = False): argument 60 self.halt = halt 331 if self.halt: 482 if self.halt and target in self.external_targets: 519 if self.halt and target in self.external_targets and not self.allowincomplete:
|
| /OK3568_Linux_fs/kernel/drivers/usb/cdns3/ |
| H A D | trace.h | 28 TP_PROTO(struct cdns3_endpoint *ep_priv, u8 halt, u8 flush), 29 TP_ARGS(ep_priv, halt, flush), 32 __field(u8, halt) 37 __entry->halt = halt; 41 __get_str(name), __entry->halt ? "set" : "cleared")
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/remoteproc/ |
| H A D | qcom,hexagon-v56.txt | 72 - qcom,halt-regs: 76 by the offset within syscon for Hexagon halt register. 134 qcom,halt-regs = <&tcsr_mutex_regs 0x22000>;
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | reboot.c | 756 .halt = native_machine_halt, 784 machine_ops.halt(); in machine_halt() 824 halt(); in crash_nmi_callback()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/ |
| H A D | initscripts_1.0.bb | 12 file://halt \ 64 sed -i -e "s:SED_HALTARGS:${HALTARGS}:g" ${WORKDIR}/halt 89 install -m 0755 ${WORKDIR}/halt ${D}${sysconfdir}/init.d 136 update-rc.d -r ${D} halt start 90 0 .
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | renesas_usb3.c | 319 bool halt; member 1497 if (usb3_ep->halt || usb3_ep->started) in usb3_start_pipen() 1615 if (usb3_ep->halt) in usb3_std_req_get_status() 1664 static int usb3_set_halt_p0(struct renesas_usb3_ep *usb3_ep, bool halt) in usb3_set_halt_p0() argument 1671 usb3_ep->halt = halt; in usb3_set_halt_p0() 1672 if (halt) in usb3_set_halt_p0() 1680 static int usb3_set_halt_pn(struct renesas_usb3_ep *usb3_ep, bool halt, in usb3_set_halt_pn() argument 1688 usb3_ep->halt = halt; in usb3_set_halt_pn() 1689 if (halt) { in usb3_set_halt_pn() 1702 static int usb3_set_halt(struct renesas_usb3_ep *usb3_ep, bool halt, in usb3_set_halt() argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | reboot.h | 11 void (*halt)(void); member
|