| /Linux-v6.1/arch/powerpc/platforms/85xx/ |
| 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() 100 err = gpio_request(gpio, "gpio-halt"); in gpio_halt_probe() 102 printk(KERN_ERR "gpio-halt: error requesting GPIO %d.\n", in gpio_halt_probe() 114 IRQF_TRIGGER_FALLING, "gpio-halt", child_node); in gpio_halt_probe() 116 printk(KERN_ERR "gpio-halt: error requesting IRQ %d for " in gpio_halt_probe() 122 /* Register our halt function */ in gpio_halt_probe() 123 ppc_md.halt = gpio_halt_cb; in gpio_halt_probe() [all …]
|
| /Linux-v6.1/Documentation/virt/kvm/ |
| 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 …]
|
| /Linux-v6.1/drivers/clk/qcom/ |
| 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 */
|
| /Linux-v6.1/Documentation/devicetree/bindings/remoteproc/ |
| D | qcom,sc7280-mss-pil.yaml | 105 qcom,halt-regs: 108 Halt registers are used to halt transactions of various sub-components 113 - description: offset to the Q6 halt register 114 - description: offset to the modem halt register 115 - description: offset to the nc halt register 116 - description: offset to the vq6 halt register 191 - qcom,halt-regs 254 qcom,halt-regs = <&tcsr_mutex 0x23000 0x25000 0x28000 0x33000>;
|
| D | qcom,sc7180-mss-pil.yaml | 105 qcom,halt-regs: 108 Halt registers are used to halt transactions of various sub-components 113 - description: offset to the Q6 halt register 114 - description: offset to the modem halt register 115 - description: offset to the nc halt register 176 - qcom,halt-regs 237 qcom,halt-regs = <&tcsr_mutex_regs 0x23000 0x25000 0x24000>;
|
| D | qcom,qcs404-cdsp-pil.yaml | 80 qcom,halt-regs: 84 three offsets within syscon for q6, modem and nc halt registers. 107 - qcom,halt-regs 154 qcom,halt-regs = <&tcsr 0x19004>;
|
| D | qcom,sdm845-adsp-pil.yaml | 80 qcom,halt-regs: 84 three offsets within syscon for q6, modem and nc halt registers. 107 - qcom,halt-regs 153 qcom,halt-regs = <&tcsr_mutex_regs 0x22000>;
|
| D | qcom,sc7280-wpss-pil.yaml | 88 qcom,halt-regs: 92 three offsets within syscon for q6, modem and nc halt registers. 142 - qcom,halt-regs 195 qcom,halt-regs = <&tcsr_mutex 0x37000>;
|
| /Linux-v6.1/arch/alpha/kernel/ |
| D | head.S | 88 # It is handy, on occasion, to make halt actually just loop. 94 .globl halt 95 .ent halt 96 halt: label 99 .end halt
|
| /Linux-v6.1/Documentation/devicetree/bindings/bus/ |
| D | qcom,ssc-block-bus.yaml | 82 qcom,halt-regs: 84 description: describes how to locate the ssc AXI halt register 88 - description: offset for the ssc AXI halt register 103 - qcom,halt-regs 142 qcom,halt-regs = <&tcsr_mutex_regs 0x26000>;
|
| /Linux-v6.1/Documentation/devicetree/bindings/watchdog/ |
| D | atmel,sama5d4-wdt.yaml | 42 atmel,idle-halt: 52 atmel,dbg-halt: 73 atmel,dbg-halt; 74 atmel,idle-halt;
|
| D | atmel,at91sam9-wdt.yaml | 71 atmel,idle-halt: 82 atmel,dbg-halt: 123 atmel,dbg-halt; 124 atmel,idle-halt;
|
| /Linux-v6.1/arch/arm/mach-lpc32xx/ |
| D | pm.c | 15 * direct-run, and halt modes. When switching between halt and run modes, 17 * mode is not used in normal operation. Halt mode is used when the 31 * Halt mode: 55 * Enter halt mode - CPU and buses will stop
|
| /Linux-v6.1/drivers/net/usb/ |
| D | rndis_host.c | 302 struct rndis_halt *halt; in generic_rndis_bind() member 444 memset(u.halt, 0, sizeof *u.halt); in generic_rndis_bind() 445 u.halt->msg_type = cpu_to_le32(RNDIS_MSG_HALT); in generic_rndis_bind() 446 u.halt->msg_len = cpu_to_le32(sizeof *u.halt); in generic_rndis_bind() 447 (void) rndis_command(dev, (void *)u.halt, CONTROL_BUFFER_SIZE); in generic_rndis_bind() 475 struct rndis_halt *halt; in rndis_unbind() local 478 halt = kzalloc(CONTROL_BUFFER_SIZE, GFP_KERNEL); in rndis_unbind() 479 if (halt) { in rndis_unbind() 480 halt->msg_type = cpu_to_le32(RNDIS_MSG_HALT); in rndis_unbind() 481 halt->msg_len = cpu_to_le32(sizeof *halt); in rndis_unbind() [all …]
|
| /Linux-v6.1/tools/usb/ |
| 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"
|
| /Linux-v6.1/drivers/gpu/drm/msm/disp/dpu1/ |
| 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
|
| /Linux-v6.1/arch/alpha/boot/ |
| D | head.S | 98 .globl halt 99 .ent halt 100 halt: label 103 .end halt
|
| /Linux-v6.1/Documentation/translations/zh_CN/virt/ |
| D | guest-halt-polling.rst | 3 :Original: Documentation/virt/guest-halt-polling.rst 13 .. _cn_virt_guest-halt-polling: 16 客户机停机轮询机制(Guest halt polling)
|
| /Linux-v6.1/arch/mips/include/asm/dec/ |
| 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 */
|
| D | kn03.h | 26 #define KN03_CPU_INR_HALT 6 /* HALT button */ 49 #define KN03_IO_INR_PBNC 1 /* ~HALT button debouncer */ 50 #define KN03_IO_INR_PBNO 0 /* HALT button debouncer */
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/silvermont/ |
| D | pipeline.json | 165 …halt state. The core enters the halt state when it is running the HLT instruction. This event is a… 174 …unts the number of core cycles while the core is not in a halt state. The core enters the halt sta… 182 … the number of reference cycles that the core is not in a halt state. The core enters the halt sta… 190 …halt state. The core enters the halt state when it is running the HLT instruction. This event is a…
|
| /Linux-v6.1/drivers/staging/media/ipu3/ |
| D | ipu3-mmu.c | 94 * imgu_mmu_set_halt - set CIO gate halt bit 96 * @halt: Desired state of the gate bit. 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() 111 dev_err(mmu->dev, "failed to %s CIO gate halt\n", in imgu_mmu_set_halt() 112 halt ? "set" : "clear"); in imgu_mmu_set_halt()
|
| /Linux-v6.1/Documentation/devicetree/bindings/input/ |
| D | azoteq,iqs7222.yaml | 302 azoteq,global-halt: 805 azoteq,global-halt; 814 azoteq,global-halt; 823 azoteq,global-halt; 832 azoteq,global-halt; 841 azoteq,global-halt; 851 azoteq,global-halt; 860 azoteq,global-halt; 873 azoteq,global-halt; 886 azoteq,global-halt; [all …]
|
| /Linux-v6.1/drivers/spi/ |
| D | spi-slave-system-control.c | 5 * halt, and suspend. 18 * # halt='\x38\x76' 20 * # spidev_test -D /dev/spidev2.0 -p $suspend # or $reboot, $poweroff, $halt
|
| /Linux-v6.1/drivers/cpuidle/governors/ |
| D | haltpoll.c | 39 /* allow shrinking guest halt poll */ 65 /* Halt if no event occurred on poll window */ in haltpoll_select() 75 /* Last state was halt: poll */ in haltpoll_select()
|