/Linux-v4.19/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
|
D | process.c | 102 halt(); in common_shutdown_1() 162 halt(); in common_shutdown_1()
|
/Linux-v4.19/drivers/net/usb/ |
D | rndis_host.c | 314 struct rndis_halt *halt; in generic_rndis_bind() member 459 memset(u.halt, 0, sizeof *u.halt); in generic_rndis_bind() 460 u.halt->msg_type = cpu_to_le32(RNDIS_MSG_HALT); in generic_rndis_bind() 461 u.halt->msg_len = cpu_to_le32(sizeof *u.halt); in generic_rndis_bind() 462 (void) rndis_command(dev, (void *)u.halt, CONTROL_BUFFER_SIZE); in generic_rndis_bind() 480 struct rndis_halt *halt; in rndis_unbind() local 483 halt = kzalloc(CONTROL_BUFFER_SIZE, GFP_KERNEL); in rndis_unbind() 484 if (halt) { in rndis_unbind() 485 halt->msg_type = cpu_to_le32(RNDIS_MSG_HALT); in rndis_unbind() 486 halt->msg_len = cpu_to_le32(sizeof *halt); in rndis_unbind() [all …]
|
/Linux-v4.19/arch/alpha/boot/ |
D | head.S | 98 .globl halt 99 .ent halt 100 halt: label 103 .end halt
|
/Linux-v4.19/Documentation/devicetree/bindings/watchdog/ |
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;
|
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;
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | halt-polling.txt | 1 The KVM halt polling system 4 The KVM halt polling system provides a feature within KVM whereby the latency 16 invoked. Thus halt polling is especially useful on workloads with very short 17 wakeup periods where the time spent halt polling is minimised and the time 20 The generic halt polling code is implemented in: 32 as the halt polling interval, is increased and decreased based on the perceived 44 During polling if a wakeup source is received within the halt polling interval, 70 [0] total block time: the time between when the halt polling function is 90 halt_poll_ns_grow | The value by which the halt | 2 95 halt_poll_ns_shrink | The value by which the halt | 0
|
D | 00-INDEX | 14 halt-polling.txt 15 - notes on halt-polling
|
/Linux-v4.19/arch/sh/kernel/ |
D | reboot.c | 72 .halt = native_machine_halt, 95 machine_ops.halt(); in machine_halt()
|
/Linux-v4.19/arch/powerpc/platforms/85xx/ |
D | sgy_cts1000.c | 124 ppc_md.halt = gpio_halt_cb; in gpio_halt_probe() 141 ppc_md.halt = NULL; in gpio_halt_remove()
|
/Linux-v4.19/arch/sh/include/asm/ |
D | reboot.h | 11 void (*halt)(void); member
|
/Linux-v4.19/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,q6v5.txt | 84 - qcom,halt-regs: 89 halt registers. 131 qcom,halt-regs = <&tcsr_mutex_block 0x1180 0x1200 0x1280>;
|
/Linux-v4.19/arch/x86/include/asm/ |
D | reboot.h | 11 void (*halt)(void); member
|
D | irqflags.h | 106 static inline __cpuidle void halt(void) in halt() function
|
/Linux-v4.19/arch/xtensa/kernel/ |
D | platform.c | 33 _F(void, halt, (void), { while(1); });
|
/Linux-v4.19/arch/powerpc/platforms/embedded6xx/ |
D | gamecube.c | 78 .halt = gamecube_halt, in define_machine()
|
D | linkstation.c | 160 .halt = linkstation_halt, in define_machine()
|
/Linux-v4.19/arch/x86/kernel/ |
D | reboot.c | 735 .halt = native_machine_halt, 763 machine_ops.halt(); in machine_halt() 803 halt(); in crash_nmi_callback()
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | renesas_usb3.c | 318 bool halt; member 1473 if (usb3_ep->halt || usb3_ep->started) in usb3_start_pipen() 1589 if (usb3_ep->halt) in usb3_std_req_get_status() 1638 static int usb3_set_halt_p0(struct renesas_usb3_ep *usb3_ep, bool halt) in usb3_set_halt_p0() argument 1645 usb3_ep->halt = halt; in usb3_set_halt_p0() 1646 if (halt) in usb3_set_halt_p0() 1654 static int usb3_set_halt_pn(struct renesas_usb3_ep *usb3_ep, bool halt, in usb3_set_halt_pn() argument 1662 usb3_ep->halt = halt; in usb3_set_halt_pn() 1663 if (halt) { in usb3_set_halt_pn() 1676 static int usb3_set_halt(struct renesas_usb3_ep *usb3_ep, bool halt, in usb3_set_halt() argument [all …]
|
/Linux-v4.19/arch/powerpc/platforms/maple/ |
D | setup.c | 175 ppc_md.halt = rtas_halt; in maple_use_rtas_reboot_and_halt_if_present() 310 .halt = maple_halt, in define_machine()
|
/Linux-v4.19/arch/mips/fw/arc/ |
D | misc.c | 28 ARC_CALL0(halt); in ArcHalt()
|
/Linux-v4.19/drivers/block/rsxx/ |
D | core.c | 305 if (unlikely(card->halt) || in rsxx_enable_ier() 325 if (unlikely(card->halt) || in rsxx_enable_ier_and_isr() 482 if (unlikely(card->halt)) in card_event_handler() 599 card->halt = 1; in rsxx_eeh_failure() 813 card->halt = 0; in rsxx_pci_probe() 1025 card->halt = 1; in rsxx_pci_remove()
|
D | dev.c | 164 if (unlikely(card->halt)) in rsxx_make_request() 186 if (!unlikely(card->halt)) in rsxx_make_request()
|
/Linux-v4.19/arch/x86/xen/ |
D | irq.c | 126 .halt = xen_halt,
|
/Linux-v4.19/tools/usb/ |
D | hcd-tests.sh | 233 halt)
|