Home
last modified time | relevance | path

Searched refs:halt (Results 1 - 25 of 166) sorted by relevance

1234567

/kernel/linux/linux-5.10/arch/alpha/kernel/
H 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
/kernel/linux/linux-6.6/arch/alpha/kernel/
H 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
/kernel/linux/linux-5.10/arch/alpha/boot/
H A Dhead.S98 .globl halt
99 .ent halt
100 halt: label
103 .end halt
/kernel/linux/linux-6.6/arch/alpha/boot/
H A Dhead.S98 .globl halt
99 .ent halt
100 halt: label
103 .end halt
/kernel/linux/linux-5.10/drivers/net/usb/
H A Drndis_host.c303 struct rndis_halt *halt; in generic_rndis_bind() member
448 memset(u.halt, 0, sizeof *u.halt); in generic_rndis_bind()
449 u.halt->msg_type = cpu_to_le32(RNDIS_MSG_HALT); in generic_rndis_bind()
450 u.halt->msg_len = cpu_to_le32(sizeof *u.halt); in generic_rndis_bind()
451 (void) rndis_command(dev, (void *)u.halt, CONTROL_BUFFER_SIZE); in generic_rndis_bind()
469 struct rndis_halt *halt; in rndis_unbind() local
472 halt = kzalloc(CONTROL_BUFFER_SIZE, GFP_KERNEL); in rndis_unbind()
473 if (halt) { in rndis_unbind()
[all...]
/kernel/linux/linux-6.6/drivers/net/usb/
H A Drndis_host.c303 struct rndis_halt *halt; in generic_rndis_bind() member
445 memset(u.halt, 0, sizeof *u.halt); in generic_rndis_bind()
446 u.halt->msg_type = cpu_to_le32(RNDIS_MSG_HALT); in generic_rndis_bind()
447 u.halt->msg_len = cpu_to_le32(sizeof *u.halt); in generic_rndis_bind()
448 (void) rndis_command(dev, (void *)u.halt, CONTROL_BUFFER_SIZE); in generic_rndis_bind()
476 struct rndis_halt *halt; in rndis_unbind() local
479 halt = kzalloc(CONTROL_BUFFER_SIZE, GFP_KERNEL); in rndis_unbind()
480 if (halt) { in rndis_unbind()
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dreboot.c66 .halt = native_machine_halt,
89 machine_ops.halt(); in machine_halt()
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dreboot.c65 .halt = native_machine_halt,
88 machine_ops.halt(); in machine_halt()
/kernel/linux/linux-6.6/drivers/soc/ti/
H A Dwkup_m3_ipc.c168 m3_ipc_state->halt = (1 << IPC_DBG_HALT_SHIFT); in wkup_m3_set_halt_late()
170 m3_ipc_state->halt = 0; in wkup_m3_set_halt_late()
188 if (option == &m3_ipc_state->halt) { in option_set()
210 &m3_ipc->halt, in wkup_m3_ipc_dbg_init()
477 m3_ipc->halt, 4); in wkup_m3_prepare_low_power()
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c25 .compatible = "sgy,gpio-halt",
52 printk(KERN_INFO "gpio-halt: triggering GPIO.\n"); in gpio_halt_cb()
64 printk(KERN_INFO "gpio-halt: shutdown due to power button IRQ.\n"); in gpio_halt_irq()
95 err = gpio_request(gpio, "gpio-halt"); in gpio_halt_probe()
97 printk(KERN_ERR "gpio-halt: error requesting GPIO %d.\n", in gpio_halt_probe()
110 IRQF_TRIGGER_FALLING, "gpio-halt", halt_node); in gpio_halt_probe()
112 printk(KERN_ERR "gpio-halt: error requesting IRQ %d for " in gpio_halt_probe()
119 /* Register our halt function */ in gpio_halt_probe()
120 ppc_md.halt = gpio_halt_cb; in gpio_halt_probe()
123 printk(KERN_INFO "gpio-halt in gpio_halt_probe()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c10 #define pr_fmt(fmt) "gpio-halt: " fmt
29 .compatible = "sgy,gpio-halt",
69 NULL, 0, GPIOD_OUT_LOW, "gpio-halt"); in __gpio_halt_probe()
72 dev_err(&pdev->dev, "failed to request halt GPIO: %d\n", err); in __gpio_halt_probe()
80 "gpio-halt", pdev); in __gpio_halt_probe()
89 /* Register our halt function */ in __gpio_halt_probe()
90 ppc_md.halt = gpio_halt_cb; in __gpio_halt_probe()
93 dev_info(&pdev->dev, "registered halt GPIO, irq: %d\n", halt_irq); in __gpio_halt_probe()
122 ppc_md.halt = NULL; in gpio_halt_remove()
144 .name = "gpio-halt",
[all...]
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H A Dtrace.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")
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H 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")
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-trace.h98 TP_PROTO(struct cdns2_endpoint *ep_priv, u8 halt, u8 flush),
99 TP_ARGS(ep_priv, halt, flush),
102 __field(u8, halt)
107 __entry->halt = halt;
111 __get_str(name), __entry->halt ? "set" : "cleared")
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dreboot.h11 void (*halt)(void); member
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dreboot.h11 void (*halt)(void); member
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dreboot.h11 void (*halt)(void); member
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3-mmu.c94 * 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()
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3-mmu.c94 * 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()
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dplatform.c32 _F(void, halt, (void), { while(1); });
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfxhub.h40 void (*halt)(struct amdgpu_device *adev); member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dreboot.h11 void (*halt)(void); member
H A Dirqflags.h93 static __always_inline void halt(void) in halt() function
/kernel/linux/linux-6.6/arch/powerpc/platforms/embedded6xx/
H A Dgamecube.c70 .halt = gamecube_halt, in define_machine()
/kernel/linux/linux-6.6/include/linux/
H A Dwkup_m3_ipc.h31 u32 halt; member

Completed in 11 milliseconds

1234567