Home
last modified time | relevance | path

Searched refs:halt (Results 1 – 25 of 115) sorted by relevance

12345

/Linux-v4.19/arch/alpha/kernel/
Dhead.S88 # It is handy, on occasion, to make halt actually just loop.
94 .globl halt
95 .ent halt
96 halt: label
99 .end halt
Dprocess.c102 halt(); in common_shutdown_1()
162 halt(); in common_shutdown_1()
/Linux-v4.19/drivers/net/usb/
Drndis_host.c314 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/
Dhead.S98 .globl halt
99 .ent halt
100 halt: label
103 .end halt
/Linux-v4.19/Documentation/devicetree/bindings/watchdog/
Datmel-sama5d4-wdt.txt15 - 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;
Datmel-wdt.txt28 - 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/
Dhalt-polling.txt1 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
D00-INDEX14 halt-polling.txt
15 - notes on halt-polling
/Linux-v4.19/arch/sh/kernel/
Dreboot.c72 .halt = native_machine_halt,
95 machine_ops.halt(); in machine_halt()
/Linux-v4.19/arch/powerpc/platforms/85xx/
Dsgy_cts1000.c124 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/
Dreboot.h11 void (*halt)(void); member
/Linux-v4.19/Documentation/devicetree/bindings/remoteproc/
Dqcom,q6v5.txt84 - qcom,halt-regs:
89 halt registers.
131 qcom,halt-regs = <&tcsr_mutex_block 0x1180 0x1200 0x1280>;
/Linux-v4.19/arch/x86/include/asm/
Dreboot.h11 void (*halt)(void); member
Dirqflags.h106 static inline __cpuidle void halt(void) in halt() function
/Linux-v4.19/arch/xtensa/kernel/
Dplatform.c33 _F(void, halt, (void), { while(1); });
/Linux-v4.19/arch/powerpc/platforms/embedded6xx/
Dgamecube.c78 .halt = gamecube_halt, in define_machine()
Dlinkstation.c160 .halt = linkstation_halt, in define_machine()
/Linux-v4.19/arch/x86/kernel/
Dreboot.c735 .halt = native_machine_halt,
763 machine_ops.halt(); in machine_halt()
803 halt(); in crash_nmi_callback()
/Linux-v4.19/drivers/usb/gadget/udc/
Drenesas_usb3.c318 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/
Dsetup.c175 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/
Dmisc.c28 ARC_CALL0(halt); in ArcHalt()
/Linux-v4.19/drivers/block/rsxx/
Dcore.c305 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()
Ddev.c164 if (unlikely(card->halt)) in rsxx_make_request()
186 if (!unlikely(card->halt)) in rsxx_make_request()
/Linux-v4.19/arch/x86/xen/
Dirq.c126 .halt = xen_halt,
/Linux-v4.19/tools/usb/
Dhcd-tests.sh233 halt)

12345