Home
last modified time | relevance | path

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

123456

/linux/arch/alpha/kernel/
A 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
/linux/drivers/net/usb/
A Drndis_host.c302 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()
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()
475 (void) rndis_command(dev, (void *)halt, CONTROL_BUFFER_SIZE); in rndis_unbind()
[all …]
/linux/arch/alpha/boot/
A Dhead.S98 .globl halt
99 .ent halt
100 halt: label
103 .end halt
/linux/Documentation/virt/kvm/
A Dhalt-polling.rst4 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 | |
A Dindex.rst13 halt-polling
/linux/Documentation/translations/zh_CN/virt/
A Dguest-halt-polling.rst3 :Original: Documentation/virt/guest-halt-polling.rst
13 .. _cn_virt_guest-halt-polling:
16 客户机停机轮询机制(Guest halt polling)
A Dindex.rst24 guest-halt-polling
/linux/Documentation/devicetree/bindings/watchdog/
A Datmel,sama5d4-wdt.yaml39 atmel,idle-halt:
49 atmel,dbg-halt:
70 atmel,dbg-halt;
71 atmel,idle-halt;
A 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/arch/sh/kernel/
A Dreboot.c66 .halt = native_machine_halt,
89 machine_ops.halt(); in machine_halt()
/linux/arch/powerpc/platforms/85xx/
A Dsgy_cts1000.c120 ppc_md.halt = gpio_halt_cb; in gpio_halt_probe()
137 ppc_md.halt = NULL; in gpio_halt_remove()
/linux/drivers/staging/media/ipu3/
A Dipu3-mmu.c101 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()
/linux/drivers/usb/cdns3/
A Dcdns3-trace.h28 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")
/linux/Documentation/devicetree/bindings/remoteproc/
A Dqcom,hexagon-v56.txt72 - qcom,halt-regs:
76 by the offset within syscon for Hexagon halt register.
134 qcom,halt-regs = <&tcsr_mutex_regs 0x22000>;
/linux/arch/x86/kernel/
A Dreboot.c764 .halt = native_machine_halt,
792 machine_ops.halt(); in machine_halt()
832 halt(); in crash_nmi_callback()
/linux/drivers/usb/gadget/udc/
A Drenesas_usb3.c319 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()
1671 usb3_ep->halt = halt; in usb3_set_halt_p0()
1672 if (halt) in usb3_set_halt_p0()
1688 usb3_ep->halt = halt; in usb3_set_halt_pn()
1689 if (halt) { in usb3_set_halt_pn()
1707 if (halt && usb3_ep->started) in usb3_set_halt()
1711 ret = usb3_set_halt_pn(usb3_ep, halt, is_clear_feature); in usb3_set_halt()
1713 ret = usb3_set_halt_p0(usb3_ep, halt); in usb3_set_halt()
[all …]
/linux/arch/sh/include/asm/
A Dreboot.h11 void (*halt)(void); member
/linux/arch/powerpc/platforms/maple/
A Dsetup.c169 ppc_md.halt = rtas_halt; in maple_use_rtas_reboot_and_halt_if_present()
356 .halt = maple_halt, in define_machine()
/linux/Documentation/virt/
A Dindex.rst13 guest-halt-polling
/linux/arch/x86/include/asm/
A Dreboot.h11 void (*halt)(void); member
/linux/drivers/block/rsxx/
A Dcore.c293 if (unlikely(card->halt) || in rsxx_enable_ier()
313 if (unlikely(card->halt) || in rsxx_enable_ier_and_isr()
471 if (unlikely(card->halt)) in card_event_handler()
590 card->halt = 1; in rsxx_eeh_failure()
803 card->halt = 0; in rsxx_pci_probe()
1020 card->halt = 1; in rsxx_pci_remove()
/linux/arch/xtensa/kernel/
A Dplatform.c32 _F(void, halt, (void), { while(1); });
/linux/drivers/dma/idxd/
A Dirq.c67 goto halt; in process_misc_interrupts()
127 halt: in process_misc_interrupts()
/linux/arch/x86/xen/
A Dirq.c51 .halt = xen_halt,
/linux/arch/powerpc/platforms/embedded6xx/
A Dgamecube.c73 .halt = gamecube_halt, in define_machine()

Completed in 43 milliseconds

123456