Searched refs:halt (Results 1 - 200 of 361) sorted by relevance

12

/linux-4.4.14/arch/alpha/boot/
H A Dhead.S97 .globl halt
98 .ent halt
99 halt: label
102 .end halt
/linux-4.4.14/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c29 .compatible = "sgy,gpio-halt",
56 printk(KERN_INFO "gpio-halt: triggering GPIO.\n"); gpio_halt_cb()
66 printk(KERN_INFO "gpio-halt: shutdown due to power button IRQ.\n"); gpio_halt_irq()
97 err = gpio_request(gpio, "gpio-halt"); gpio_halt_probe()
99 printk(KERN_ERR "gpio-halt: error requesting GPIO %d.\n", gpio_halt_probe()
112 IRQF_TRIGGER_FALLING, "gpio-halt", halt_node); gpio_halt_probe()
114 printk(KERN_ERR "gpio-halt: error requesting IRQ %d for " gpio_halt_probe()
121 /* Register our halt function */ gpio_halt_probe()
122 ppc_md.halt = gpio_halt_cb; gpio_halt_probe()
125 printk(KERN_INFO "gpio-halt: registered GPIO %d (%d trigger, %d" gpio_halt_probe()
139 ppc_md.halt = NULL; gpio_halt_remove()
163 .name = "gpio-halt",
172 MODULE_DESCRIPTION("Driver to support GPIO triggered system halt for Servergy CTS-1000 Systems.");
H A Dcorenet_generic.c192 ppc_md.halt = fsl_hv_halt; corenet_generic_probe()
/linux-4.4.14/drivers/clk/qcom/
H A Dclk-branch.h26 * @halt_reg: halt register
28 * @halt_check: type of halt checking to perform
40 #define BRANCH_HALT 0 /* pol: 1 = halt */
42 #define BRANCH_HALT_ENABLE 1 /* pol: 0 = halt */
H A Dclk-branch.c80 /* Skip checking halt bit if the clock is in hardware gated mode */ clk_branch_wait()
/linux-4.4.14/arch/sh/include/asm/
H A Dreboot.h10 void (*halt)(void); member in struct:machine_ops
/linux-4.4.14/arch/alpha/kernel/
H A Dhead.S87 # It is handy, on occasion, to make halt actually just loop.
93 .globl halt
94 .ent halt
95 halt: label
98 .end halt
H A Dprocess.c92 /* Secondaries halt here. */ common_shutdown_1()
98 halt(); common_shutdown_1()
122 /* Wait for the secondaries to halt. */ common_shutdown_1()
150 the hwrpb bits above, we can't reliably halt the common_shutdown_1()
158 halt(); common_shutdown_1()
H A Dirq_alpha.c242 .name = "halt-switch"
H A Dsys_alcor.c222 halt(); alcor_kill_arch()
H A Dsys_miata.c261 halt(); miata_kill_arch()
H A Dsmp.c554 halt(); handle_ipi()
/linux-4.4.14/include/linux/platform_data/
H A Dpixcir_i2c_ts.h14 * halt: datasheet says sleep but this is more like halt as the chip
/linux-4.4.14/arch/x86/include/asm/
H A Dreboot.h10 void (*halt)(void); member in struct:machine_ops
H A Dirqflags.h98 static inline void halt(void) halt() function
H A Dparavirt.h120 static inline void halt(void) halt() function
122 PVOP_VCALL0(pv_irq_ops.halt); halt()
H A Dkvm_emulate.h212 void (*halt)(struct x86_emulate_ctxt *ctxt); member in struct:x86_emulate_ops
/linux-4.4.14/arch/sparc/kernel/
H A Dreboot.c1 /* reboot.c: reboot/shutdown/halt/poweroff handling
/linux-4.4.14/arch/sh/kernel/
H A Dreboot.c71 .halt = native_machine_halt,
94 machine_ops.halt(); machine_halt()
/linux-4.4.14/arch/cris/kernel/
H A Dprocess.c52 * possible. This halt has nothing to do with the idle halt.
H A Dtraps.c187 * doggy, then halt instead of reboot.
/linux-4.4.14/arch/sparc/prom/
H A Dmp.c3 * these on a UP or else you will halt and catch fire. ;)
H A Dmisc_64.c143 /* if nothing else helps, we just halt */ prom_halt_power_off()
/linux-4.4.14/arch/xtensa/kernel/
H A Dplatform.c33 _F(void, halt, (void), { while(1); });
/linux-4.4.14/arch/mips/fw/arc/
H A Dmisc.c28 ARC_CALL0(halt); ArcHalt()
/linux-4.4.14/arch/m68k/coldfire/
H A Dvectors.c29 asm("halt"); dbginterrupt_c()
/linux-4.4.14/sound/soc/txx9/
H A Dtxx9aclc.h20 #define ACCTL_AUDOEHLT 0x00010000 /* AUDO error halt
22 #define ACCTL_AUDIEHLT 0x00100000 /* AUDI error halt
/linux-4.4.14/tools/usb/
H A Dhcd-tests.sh8 # - halt: needs bulk sink+src, tests halt set/clear from host
19 #TYPES='control out in halt'
232 halt)
235 # firmware can halt them from the device, don't worry much if
238 echo "test 13: $COUNT halt set/clear"
/linux-4.4.14/drivers/net/usb/
H A Drndis_host.c313 struct rndis_halt *halt; generic_rndis_bind() member in union:__anon7961
454 memset(u.halt, 0, sizeof *u.halt); generic_rndis_bind()
455 u.halt->msg_type = cpu_to_le32(RNDIS_MSG_HALT); generic_rndis_bind()
456 u.halt->msg_len = cpu_to_le32(sizeof *u.halt); generic_rndis_bind()
457 (void) rndis_command(dev, (void *)u.halt, CONTROL_BUFFER_SIZE); generic_rndis_bind()
475 struct rndis_halt *halt; rndis_unbind() local
478 halt = kzalloc(CONTROL_BUFFER_SIZE, GFP_KERNEL); rndis_unbind()
479 if (halt) { rndis_unbind()
480 halt->msg_type = cpu_to_le32(RNDIS_MSG_HALT); rndis_unbind()
481 halt->msg_len = cpu_to_le32(sizeof *halt); rndis_unbind()
482 (void) rndis_command(dev, (void *)halt, CONTROL_BUFFER_SIZE); rndis_unbind()
483 kfree(halt); rndis_unbind()
/linux-4.4.14/arch/arm/mach-lpc32xx/
H A Dpm.c17 * direct-run, and halt modes. When switching between halt and run modes,
57 * Enter halt mode - CPU and buses will stop
/linux-4.4.14/arch/alpha/include/asm/
H A Dpal.h8 extern void halt(void) __attribute__((noreturn));
9 #define __halt() __asm__ __volatile__ ("call_pal %0 #halt" : : "i" (PAL_halt))
/linux-4.4.14/drivers/s390/char/
H A Dsclp_quiesce.c51 /* Undo machine restart/halt/power_off modification on resume */ sclp_quiesce_pm_event()
/linux-4.4.14/arch/xtensa/include/asm/
H A Dplatform.h38 * platform_halt is called to stop the system and halt.
/linux-4.4.14/include/linux/
H A Dreboot.h10 #define SYS_HALT 0x0002 /* Notify of system halt */
H A Dsdla.h177 #define SDLA_S502A_HALT 0x08 /* halt the CPU */
H A Disdnif.h156 #define ISDN_STAT_STOP 259 /* Signal halt of protocol-code */
/linux-4.4.14/arch/powerpc/platforms/embedded6xx/
H A Dgamecube.c85 .halt = gamecube_halt, define_machine()
H A Dlinkstation.c164 .halt = linkstation_halt, define_machine()
H A Dwii.c231 .halt = wii_halt, define_machine()
/linux-4.4.14/arch/m68k/include/asm/
H A Dmcfpit.h41 #define MCFPIT_PCSR_HALTED 0x0020 /* Clock run in halt mode */
H A Dmcfwdebug.h28 #define MCFDEBUG_TDR_TRC_HALT 0x40000000 /* Processor halt on BP */
74 #define MCFDEBUG_CSR_UHE 0x00000400 /* User mode halt enable */
/linux-4.4.14/arch/microblaze/kernel/
H A Dreset.c97 pr_notice("Machine halt...\n"); machine_halt()
/linux-4.4.14/arch/arm/mach-rockchip/
H A Dsleep.S33 /* olny cpu0 can continue to run, the others is halt here */
/linux-4.4.14/drivers/usb/isp1760/
H A Disp1760-udc.c401 static int __isp1760_udc_set_halt(struct isp1760_ep *ep, bool halt) __isp1760_udc_set_halt() argument
405 dev_dbg(udc->isp->dev, "%s: %s halt on ep%02x\n", __func__, __isp1760_udc_set_halt()
406 halt ? "set" : "clear", ep->addr); __isp1760_udc_set_halt()
415 isp1760_udc_write(udc, DC_CTRLFUNC, halt ? DC_STALL : 0); __isp1760_udc_set_halt()
420 isp1760_udc_write(udc, DC_CTRLFUNC, halt ? DC_STALL : 0); __isp1760_udc_set_halt()
421 } else if (!halt) { __isp1760_udc_set_halt()
444 ep->halted = halt; __isp1760_udc_set_halt()
555 * the halt feature. Pretend success in that case, but isp1760_ep0_setup_standard()
633 * SET_CONFIGURATION (and SET_INTERFACE) must reset the halt isp1760_ep0_setup_standard()
636 * reenable endpoints, clearing the halt feature. isp1760_ep0_setup_standard()
945 * stage and that the gadget isn't trying to clear the halt __isp1760_ep_set_halt()
961 /* Refuse to halt IN endpoints with active transfers. */ __isp1760_ep_set_halt()
997 dev_dbg(uep->udc->isp->dev, "%s: %s halt on ep%02x\n", __func__, isp1760_ep_set_halt()
/linux-4.4.14/drivers/usb/host/
H A Dxhci-ext-caps.h22 /* Up to 16 ms to halt an HC */
76 /* command register values to disable interrupts and halt the HC */
H A Dohci-q.c657 /* maybe avoid ED halt on final TD short read */ td_submit_urb()
839 /* clear ed halt; this is the td that caused it, but keep it inactive ed_halted()
957 /* Non-iso endpoints can halt on error; un-halt, update_done_list()
959 * No other TD could have caused the halt. update_done_list()
H A Dpci-quirks.c795 * halt EHCI & disable its interrupts in any case quirk_usb_disable_ehci()
1050 /* Send the halt and disable interrupts command */ quirk_usb_handoff_xhci()
1055 /* Wait for the HC to halt - poll every 125 usec (one microframe). */ quirk_usb_handoff_xhci()
1061 "xHCI HW did not halt within %d usec status = 0x%x\n", quirk_usb_handoff_xhci()
H A Dehci-q.c218 /* CERR nonzero + halt --> stall */ qtd_copy_status()
418 /* cancel everything if we halt, suspend, etc */ qh_completions()
453 * queue processing won't halt. but with two or more qtds (for qh_completions()
465 /* As part of low/full-speed endpoint-halt processing qh_completions()
987 /* clear halt and/or toggle; and maybe recover from silicon quirk */ qh_link_async()
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Ds_bri.c119 outpp(p, 0x00); /* clear int, halt cpu */ stop_bri_hardware()
157 outpp(p, 0x00); /* clear int, halt cpu */ disable_bri_interrupt()
/linux-4.4.14/drivers/watchdog/
H A Dsama5d4_wdt.c143 if (of_property_read_bool(np, "atmel,idle-halt")) of_sama5d4_wdt_init()
146 if (of_property_read_bool(np, "atmel,dbg-halt")) of_sama5d4_wdt_init()
H A Dat91sam9_wdt.c314 if (of_property_read_bool(np, "atmel,idle-halt")) of_at91wdt_init()
317 if (of_property_read_bool(np, "atmel,dbg-halt")) of_at91wdt_init()
H A Dbcm2835_wdt.c42 * Partiton 63 is a special partition used by the firmware to indicate halt.
/linux-4.4.14/arch/x86/kernel/
H A Dprocess.c332 halt(); stop_this_cpu()
361 mark_tsc_unstable("TSC halt in AMD C1E"); amd_e400_idle()
474 } else if (!strcmp(str, "halt")) { idle_setup()
476 * When the boot option of idle=halt is added, halt is idle_setup()
H A Dkvm.c160 * We cannot reschedule. So halt. kvm_async_pf_task_wait()
605 * halt until it's our turn and kicked. Note that we do safe halt kvm_wait()
610 halt(); kvm_wait()
819 * halt until it's our turn and kicked. Note that we do safe halt kvm_lock_spinning()
824 halt(); kvm_lock_spinning()
H A Dreboot.c476 * VMX and halt. emergency_vmx_disable_all()
683 .halt = native_machine_halt,
711 machine_ops.halt(); machine_halt()
749 halt(); crash_nmi_callback()
764 * This function can be used to halt all other CPUs on crash
H A Dverify_cpu.S30 * appropriately. Either display a message or halt.
H A Dparavirt.c339 .halt = native_halt,
H A Dtboot.c251 halt(); tboot_shutdown()
/linux-4.4.14/drivers/usb/dwc2/
H A Dhcd_intr.c396 * holds the reason for the halt.
787 * interrupt for the appropriate queue is enabled so that the halt request can
831 * halt to be queued when the periodic schedule is dwc2_halt_channel()
874 * Always halt and release the host channel to make it available for dwc2_complete_non_periodic_xfer()
886 * halt the channel. (In DMA mode, this call simply releases dwc2_complete_non_periodic_xfer()
1579 * Force a channel halt. Don't call dwc2_halt_channel because that won't dwc2_hc_ahberr_intr()
1580 * write to the HCCHARn register in DMA mode to force the halt. dwc2_hc_ahberr_intr()
1703 * For debug only. It checks that a valid halt status is set and that
1707 * Return: true if halt status is ok, false otherwise
1722 * never happen. Ignore the halt if it does occur. dwc2_halt_status_ok()
1741 "%s: no halt status, channel %d, ignoring interrupt\n", dwc2_halt_status_ok()
1748 * when the halt interrupt occurs. Halt the channel again if it does dwc2_halt_status_ok()
1754 "%s: hcchar.chdis set unexpectedly, hcchar 0x%08x, trying to halt again\n", dwc2_halt_status_ok()
1803 * channel was forced to halt because there's no way to dwc2_hc_chhltd_intr_dma()
1872 * halt on a NAK to allow rewinding the buffer pointer. dwc2_hc_chhltd_intr_dma()
1882 * halt on ACK. dwc2_hc_chhltd_intr_dma()
1928 * requests a halt. This occurs during handling other host channel interrupts
H A Dcore.c1383 * dwc2_hc_halt() - Attempts to halt a host channel
1386 * @chan: Host channel to halt
1396 * register of the specified channel to intiate the halt. If there is no free
1404 * queue before submitting the halt request.
1434 * Make sure no other interrupts besides halt are currently dwc2_hc_halt()
1441 * Make sure the halt status is set to URB_DEQUEUE or AHB_ERR dwc2_hc_halt()
1451 * started yet. In DMA mode, the transfer may halt if dwc2_hc_halt()
1453 * requires driver intervention. Don't want to halt dwc2_hc_halt()
1457 * dequeued. Don't want to halt a channel that hasn't dwc2_hc_halt()
1465 * A halt has already been issued for this channel. This might dwc2_hc_halt()
1494 /* Check for space in the request queue to issue the halt */ dwc2_hc_halt()
/linux-4.4.14/kernel/locking/
H A Dqspinlock_paravirt.h10 * Implement paravirt qspinlocks; the general idea is to halt the vcpus instead
160 * Wait for node->locked to become true, halt the vcpu after a short spin.
245 * Wait for l->locked to become clear; halt the vcpu after a short spin.
/linux-4.4.14/arch/mips/kernel/
H A Dsmp-cps.c371 * There is an online VPE within the core. Just halt for_each_online_cpu()
431 * In the non-MT halt case (ie. infinite loop) the CPU is doing nothing cps_cpu_die()
454 * for its TC to halt. cps_cpu_die()
H A Dvpe-mt.c205 /* halt it for now */ vpe_stop()
245 /* halt the TC */ vpe_free()
473 /* halt the TC */ vpe_module_init()
H A Dcps-vec.S445 /* Clear the TC halt bit */
473 /* This VPE should be offline, halt the TC */
/linux-4.4.14/drivers/usb/gadget/udc/
H A Ds3c-hsudc.c492 /** s3c_hsudc_set_halt - Set or clear a endpoint halt.
493 * @_ep: Endpoint on which halt has to be set or cleared.
494 * @value: 1 for setting halt on endpoint, 0 to clear halt.
496 * Set or clear endpoint halt. If halt is set, the endpoint is stopped.
497 * If halt is cleared, for in-endpoints, if there are any pending
539 /** s3c_hsudc_set_wedge - Sets the halt feature with the clear requests ignored
542 * Sets the halt feature with the clear requests ignored.
H A Dgr_udc.c720 * Halts, halts and wedges, or clears halt for an endpoint.
724 static int gr_ep_halt_wedge(struct gr_ep *ep, int halt, int wedge, int fromhost) gr_ep_halt_wedge() argument
735 /* Never actually halt ep0, and therefore never clear halt for ep0 */ gr_ep_halt_wedge()
737 if (halt && !fromhost) { gr_ep_halt_wedge()
738 /* ep0 halt from gadget - generate protocol stall */ gr_ep_halt_wedge()
746 dev_dbg(ep->dev->dev, "EP: %s halt %s\n", gr_ep_halt_wedge()
747 (halt ? (wedge ? "wedge" : "set") : "clear"), ep->ep.name); gr_ep_halt_wedge()
750 if (halt) { gr_ep_halt_wedge()
1079 /* Restore from ep0 halt */
1763 static int gr_set_halt_wedge(struct usb_ep *_ep, int halt, int wedge) gr_set_halt_wedge() argument
1775 if (halt && ep->is_in && !list_empty(&ep->queue)) { gr_set_halt_wedge()
1780 ret = gr_ep_halt_wedge(ep, halt, wedge, 0); gr_set_halt_wedge()
1789 static int gr_set_halt(struct usb_ep *_ep, int halt) gr_set_halt() argument
1791 return gr_set_halt_wedge(_ep, halt, 0); gr_set_halt()
H A Dmv_udc_core.c328 /* clear active and halt bit, in case set from a previous error */ queue_dtd()
771 /* clear active and halt bit, in case set from a previous error */ mv_prime_ep()
901 static int mv_ep_set_halt_wedge(struct usb_ep *_ep, int halt, int wedge) mv_ep_set_halt_wedge() argument
921 * Attempt to halt IN ep will fail if any transfer requests mv_ep_set_halt_wedge()
924 if (halt && (ep_dir(ep) == EP_DIR_IN) && !list_empty(&ep->queue)) { mv_ep_set_halt_wedge()
930 ep_set_stall(udc, ep->ep_num, ep_dir(ep), halt); mv_ep_set_halt_wedge()
931 if (halt && wedge) mv_ep_set_halt_wedge()
933 else if (!halt) mv_ep_set_halt_wedge()
945 static int mv_ep_set_halt(struct usb_ep *_ep, int halt) mv_ep_set_halt() argument
947 return mv_ep_set_halt_wedge(_ep, halt, 0); mv_ep_set_halt()
H A Dmv_u3d_core.c954 static int mv_u3d_ep_set_halt_wedge(struct usb_ep *_ep, int halt, int wedge) mv_u3d_ep_set_halt_wedge() argument
974 * Attempt to halt IN ep will fail if any transfer requests mv_u3d_ep_set_halt_wedge()
977 if (halt && (mv_u3d_ep_dir(ep) == MV_U3D_EP_DIR_IN) mv_u3d_ep_set_halt_wedge()
984 mv_u3d_ep_set_stall(u3d, ep->ep_num, mv_u3d_ep_dir(ep), halt); mv_u3d_ep_set_halt_wedge()
985 if (halt && wedge) mv_u3d_ep_set_halt_wedge()
987 else if (!halt) mv_u3d_ep_set_halt_wedge()
997 static int mv_u3d_ep_set_halt(struct usb_ep *_ep, int halt) mv_u3d_ep_set_halt() argument
999 return mv_u3d_ep_set_halt_wedge(_ep, halt, 0); mv_u3d_ep_set_halt()
H A Dpxa25x_udc.c206 * (resetting endpoint halt and toggle), SET_INTERFACE is unusable except
208 * drivers that don't halt endpoints (not reset by set_interface). that also
258 /* ... reset halt state too, if we could ... */ pxa25x_ep_enable()
798 /* this path (reset toggle+halt) is needed to implement pxa25x_ep_set_halt()
803 DMSG("only host can clear %s halt\n", _ep->name); pxa25x_ep_set_halt()
836 DBG(DBG_VERBOSE, "%s halt\n", _ep->name); pxa25x_ep_set_halt()
869 /* toggle and halt bits stay unchanged */ pxa25x_ep_fifo_flush()
1509 * - ep reset doesn't include halt(?). handle_ep0()
H A Damd5536udc.c1358 /* Halt or clear halt of endpoint */
1360 udc_set_halt(struct usb_ep *usbep, int halt) udc_set_halt() argument
1370 pr_debug("set_halt %s: halt=%d\n", usbep->name, halt); udc_set_halt()
1379 /* halt or clear halt */ udc_set_halt()
1380 if (halt) { udc_set_halt()
1818 /* Handle halt state, used in stall poll timer */ udc_handle_halt_state()
1833 * So we clear halt on CLEAR_FEATURE. udc_handle_halt_state()
2744 /* halt ep0in */ udc_control_in_isr()
H A Dfsl_qe_udc.c1809 * modify the endpoint halt feature
1811 * @value: 1--set halt 0--clear halt
1828 /* Attempt to halt IN ep will fail if any transfer requests qe_ep_set_halt()
1846 /* set data toggle to DATA0 on clear halt */ qe_ep_set_halt()
1850 dev_vdbg(udc->dev, "%s %s halt stat %d\n", ep->ep.name, qe_ep_set_halt()
H A Dgoku_udc.c859 VDBG(ep->dev, "%s clear halt\n", ep->ep.name); goku_clear_halt()
912 VDBG(ep->dev, "%s set halt\n", ep->ep.name); goku_set_halt()
964 * endpoint halt feature. For OUT, we _could_ just read goku_fifo_flush()
1460 * won't even enter the fifo until the halt is cleared. ep0_setup()
H A Dbcm63xx_udc.c291 * @ep0_req_shutdown: Driver is shutting down; requesting ep0 to halt activity.
450 * halt/stall conditions.
1260 * @ep: Endpoint to halt.
1261 * @value: Zero to clear halt; nonzero to set halt.
H A Dudc-xilinx.c765 dev_dbg(udc->dev, "requests pending can't halt\n"); xudc_ep_set_halt()
770 dev_dbg(udc->dev, "HW buffers busy can't halt\n"); xudc_ep_set_halt()
1611 u32 halt; xudc_getstatus() local
1627 halt = epcfgreg & XUSB_EP_CFG_STALL_MASK; xudc_getstatus()
1635 if (halt) xudc_getstatus()
H A Domap_udc.c1067 /* otherwise, all active non-ISO endpoints can halt */ omap_ep_set_halt()
1108 VDBG("%s %s halt stat %d\n", ep->ep.name, omap_ep_set_halt()
1563 /* clear endpoint halt */ ep0_irq()
1589 VDBG("%s halt cleared by host\n", ep->name); ep0_irq()
1592 /* set endpoint halt */ ep0_irq()
1612 /* can't halt if fifo isn't empty... */ ep0_irq()
1691 * (causing a protocol stall, not a real halt). A ep0_irq()
H A Dfsl_udc_core.c714 /* Clear active and halt bit */ fsl_prime_ep()
1001 * modify the endpoint halt feature
1003 * @value: 1--set halt 0--clear halt
1026 /* Attempt to halt IN ep will fail if any transfer requests fsl_ep_set_halt()
1045 VDBG(" %s %s halt stat %d", ep->ep.name, fsl_ep_set_halt()
H A Dpch_udc.c1976 * pch_udc_pcd_set_halt() - This function Sets or clear the endpoint halt
1979 * @halt: Specifies whether to set or clear the feature
1985 static int pch_udc_pcd_set_halt(struct usb_ep *usbep, int halt) pch_udc_pcd_set_halt() argument
2002 if (halt) { pch_udc_pcd_set_halt()
2022 * halt feature
2024 * @halt: Specifies whether to set or clear the feature
H A Dnet2272.c1006 wedged ? "wedge" : "halt"); net2272_set_halt_and_wedge()
1892 dev_vdbg(dev->dev, "%s wedged, halt not cleared\n", net2272_handle_stat0_irqs()
1895 dev_vdbg(dev->dev, "%s clear halt\n", ep->ep.name); net2272_handle_stat0_irqs()
1920 dev_vdbg(dev->dev, "%s set halt\n", ep->ep.name); net2272_handle_stat0_irqs()
/linux-4.4.14/drivers/rtc/
H A Drtc-m41t94.c65 /* clear halt update bit */ m41t94_read_time()
H A Drtc-m41t93.c114 1. halt bit (HT) is set: the clock is running but update of readout m41t93_get_time()
/linux-4.4.14/arch/x86/xen/
H A Dirq.c124 .halt = xen_halt,
/linux-4.4.14/include/uapi/linux/usb/
H A Dgadgetfs.h83 /* resets endpoint halt+toggle; used to implement set_interface.
H A Dfunctionfs.h260 /* resets endpoint halt+toggle; used to implement set_interface.
/linux-4.4.14/kernel/
H A Dreboot.c237 * kernel_halt - halt the system
239 * Shutdown everything and perform a clean system halt.
309 * halt when pm_power_off is not set do it the easy way. SYSCALL_DEFINE4()
331 panic("cannot halt"); SYSCALL_DEFINE4()
H A Dpanic.c65 * panic - halt the system
/linux-4.4.14/include/uapi/linux/
H A Delfcore.h40 short pr_why; /* XXX Reason for process halt */
H A Dsysctl.h143 KERN_SPARC_SCONS_PWROFF=64, /* int: serial console power-off halt */
/linux-4.4.14/arch/powerpc/platforms/cell/
H A Dqpace_setup.c141 .halt = rtas_halt, define_machine()
H A Dsetup.c276 .halt = rtas_halt, define_machine()
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
H A Dspu_restore_crt0.S103 * from the application, e.g. illegal instruciton, halt,
/linux-4.4.14/arch/score/kernel/
H A Dprocess.c38 /* If or when software machine-halt is implemented, add code here. */ machine_halt()
/linux-4.4.14/arch/mips/loongson64/lemote-2f/
H A Dreset.c44 * you can type halt command and then reboot, seems the hardware reset fl2f_reboot()
/linux-4.4.14/arch/m68k/68360/
H A Dconfig.c87 /* pquicc->timer_tgcr |= 0x4444; */ /* halt timers when FREEZE (ie bdm freeze) */ hw_timer_init()
/linux-4.4.14/drivers/block/rsxx/
H A Ddev.c164 if (unlikely(card->halt)) { rsxx_make_request()
190 if (!unlikely(card->halt)) rsxx_make_request()
H A Dcore.c309 if (unlikely(card->halt) || rsxx_enable_ier()
329 if (unlikely(card->halt) || rsxx_enable_ier_and_isr()
486 if (unlikely(card->halt)) card_event_handler()
603 card->halt = 1; rsxx_eeh_failure()
826 card->halt = 0; rsxx_pci_probe()
1039 card->halt = 1; rsxx_pci_remove()
H A Drsxx_priv.h123 unsigned int halt; member in struct:rsxx_cardinfo
/linux-4.4.14/arch/openrisc/kernel/
H A Dprocess.c63 * possible. This halt has nothing to do with the idle halt.
/linux-4.4.14/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c705 static int __usbhsg_ep_set_halt_wedge(struct usb_ep *ep, int halt, int wedge) __usbhsg_ep_set_halt_wedge() argument
716 dev_dbg(dev, "set halt %d (pipe %d)\n", __usbhsg_ep_set_halt_wedge()
717 halt, usbhs_pipe_number(pipe)); __usbhsg_ep_set_halt_wedge()
722 if (halt) __usbhsg_ep_set_halt_wedge()
727 if (halt && wedge) __usbhsg_ep_set_halt_wedge()
/linux-4.4.14/drivers/s390/cio/
H A Ddevice_fsm.c128 * Cancel running i/o. This is called repeatedly since halt/clear are
132 * -EBUSY if an interrupt is expected (either from halt/clear or from a
157 cdev->private->iretry = 3; /* 3 halt retries. */ ccw_device_cancel_halt_clear()
160 /* Stage 2: halt io. */ ccw_device_cancel_halt_clear()
167 /* halt io unsuccessful. */ ccw_device_cancel_halt_clear()
864 * Check if a halt or clear has been issued in the meanwhile. If yes, ccw_device_w4sense()
865 * only deliver the halt/clear interrupt to the device driver as if it ccw_device_w4sense()
H A Dccwreq.c178 /* Check for halt/clear interrupt. */ ccwreq_status()
/linux-4.4.14/drivers/usb/misc/
H A Dusbtest.c472 /* FIXME if endpoint halted, clear halt (and log) */ simple_io()
597 /* FIXME if endpoint halted, clear halt (and log) */ perform_sglist()
776 * halt or toggle). toggle testing is impractical without support from hcds.
1022 * it's not like bulk/intr; no halt clearing.
1253 case 8: /* clear endpoint halt (MAY STALL) */ test_ctrl_queue()
1256 /* wValue 0 == ep halt */ test_ctrl_queue()
1257 /* wIndex 0 == ep0 (shouldn't halt!) */ test_ctrl_queue()
1596 ERROR(tdev, "ep %02x couldn't get no-halt status, %d\n", verify_not_halted()
1618 ERROR(tdev, "ep %02x couldn't get halt status, %d\n", verify_halted()
1644 /* set halt (protocol test only), verify it worked */ test_halt()
1650 ERROR(tdev, "ep %02x couldn't set halt, %d\n", ep, retval); test_halt()
1657 /* clear halt anyways, else further tests will fail */ test_halt()
1660 ERROR(tdev, "ep %02x couldn't clear halt, %d\n", test_halt()
1666 /* clear halt (tests API + protocol), verify it worked */ test_halt()
1669 ERROR(tdev, "ep %02x couldn't clear halt, %d\n", ep, retval); test_halt()
2336 /* ep halt tests */ usbtest_ioctl()
/linux-4.4.14/drivers/staging/rtl8712/
H A Drtl871x_recv.h79 ; halt(passive) ;
/linux-4.4.14/drivers/staging/rtl8723au/include/
H A Drtw_pwrctrl.h118 /* NIC halt, re-init hw params */
H A Drtw_recv.h163 * recv_thread(passive) ; returnpkt(dispatch) ; halt(passive) ;
/linux-4.4.14/drivers/input/misc/
H A Dmax8925_onkey.c59 /* Enable hardreset to halt if system isn't shutdown on time */ max8925_onkey_handler()
/linux-4.4.14/arch/um/drivers/
H A Dmconsole_user.c23 { "halt", mconsole_halt, MCONSOLE_PROC },
/linux-4.4.14/arch/alpha/lib/
H A Ddivide.S48 #define halt .long 0 define
H A Dev6-divide.S58 #define halt .long 0 define
/linux-4.4.14/arch/cris/arch-v32/kernel/
H A Dprocess.c28 __asm__ volatile("halt"); default_idle()
/linux-4.4.14/arch/powerpc/platforms/52xx/
H A Defika.c230 .halt = rtas_halt, define_machine()
/linux-4.4.14/arch/powerpc/platforms/ps3/
H A Dsetup.c277 .halt = ps3_halt, define_machine()
/linux-4.4.14/arch/powerpc/sysdev/
H A Dfsl_soc.c240 * This function should be assigned to the pm_power_off and ppc_md.halt
/linux-4.4.14/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h131 # will halt here.
/linux-4.4.14/arch/mips/include/asm/octeon/
H A Dcvmx-dpi-defs.h935 uint64_t halt:1; member in struct:cvmx_dpi_sli_prtx_cfg::cvmx_dpi_sli_prtx_cfg_s
959 uint64_t halt:1;
967 uint64_t halt:1; member in struct:cvmx_dpi_sli_prtx_cfg::cvmx_dpi_sli_prtx_cfg_cn63xx
993 uint64_t halt:1;
/linux-4.4.14/arch/metag/include/asm/
H A Dprocessor.h197 /* Set these hooks to call SoC specific code to restart/halt/power off. */
/linux-4.4.14/arch/mips/ath79/
H A Dsetup.c26 #include <asm/reboot.h> /* for _machine_{restart,halt} */
/linux-4.4.14/arch/arm64/kvm/
H A Dhandle_exit.c66 * WFI: Simply call kvm_vcpu_block(), which will halt execution of
/linux-4.4.14/arch/arm/mach-tegra/
H A Dsleep.h61 /* returns the offset of the flow controller halt register for a cpu */
H A Dreset-handler.S258 /* Unconditionally halt this CPU */
/linux-4.4.14/arch/arm/kvm/
H A Dhandle_exit.c84 * WFI: Simply call kvm_vcpu_block(), which will halt execution of
/linux-4.4.14/include/linux/mfd/pcf50633/
H A Dcore.h186 PCF50633_INT3_CHGHALT = 0x02, /* Charger halt */
/linux-4.4.14/drivers/acpi/
H A Dacpi_pad.c81 /* TSC could halt in idle */ power_saving_mwait_init()
164 /* TSC could halt in idle, so notify users */ power_saving_thread()
/linux-4.4.14/arch/powerpc/platforms/maple/
H A Dsetup.c173 ppc_md.halt = rtas_halt; maple_use_rtas_reboot_and_halt_if_present()
329 .halt = maple_halt, define_machine()
/linux-4.4.14/drivers/cpufreq/
H A Dlonghaul.c146 /* Change frequency on next halt or sleep */ do_longhaul1()
150 halt(); do_longhaul1()
187 halt(); do_powersaver()
200 /* Change frequency on next halt or sleep */ do_powersaver()
205 halt(); do_powersaver()
224 halt(); do_powersaver()
/linux-4.4.14/drivers/usb/gadget/function/
H A Df_mass_storage.c86 * can_stall Set to permit function to halt bulk endpoints.
167 * halt on a bulk endpoint. However, under certain circumstances the
169 * will halt the endpoint and set a flag indicating that it should clear
170 * the halt in software during the next device reset. Hopefully this
172 * specification allows the bulk-out endpoint to halt when the host sends
390 DBG(fsg, "%s set halt\n", name); fsg_set_halt()
1431 VDBG(fsg, "delayed bulk-in endpoint halt\n"); halt_bulk_in_endpoint()
1569 * packet. If we are allowed to stall, halt the bulk-in finish_reply()
1572 * don't halt the endpoint. Presumably nobody will mind.) finish_reply()
1603 * clear the halt -- leading to problems later on. finish_reply()
2133 * We aren't required to halt the OUT endpoint; instead received_cbw()
2444 * In case we were forced against our will to halt a handle_exception()
2445 * bulk endpoint, clear the halt now. (The SuperH UDC handle_exception()
2812 * halt bulk endpoints correctly. If one of them is present, fsg_common_set_cdev()
H A Df_fs.c689 int halt; ffs_epfile_io() local
712 /* Do we halt? */ ffs_epfile_io()
713 halt = (!io_data->read == !epfile->in); ffs_epfile_io()
714 if (halt && epfile->isoc) { ffs_epfile_io()
720 if (!halt) { ffs_epfile_io()
766 } else if (halt) { ffs_epfile_io()
/linux-4.4.14/drivers/input/keyboard/
H A Dlm8323.c237 * Set the chip active time (idle time before it enters halt).
299 * Errata: We need to ensure that the chip never enters halt mode process_keys()
301 * we can enter halt again, so set the active time back to normal. process_keys()
/linux-4.4.14/drivers/usb/storage/
H A Dtransport.c225 * crash their internal firmware when the status is requested after a halt.
230 * MacOS nor Windows checks the status after clearing a halt.
291 usb_stor_dbg(us, "clearing endpoint halt for pipe 0x%x\n", interpret_urb_result()
389 * stalls during the transfer, the halt is automatically cleared.
1315 usb_stor_dbg(us, "Soft reset: clearing bulk-in endpoint halt\n"); usb_stor_reset_common()
1318 usb_stor_dbg(us, "Soft reset: clearing bulk-out endpoint halt\n"); usb_stor_reset_common()
H A Donetouch.c119 /* -EPIPE: should clear the halt */ usb_onetouch_irq()
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
H A Dboot.c486 /* halt embedded ARM CPU while loading firmware */ wl1251_boot()
533 wl1251_debug(DEBUG_BOOT, "halt boot_data 0x%x", boot_data); wl1251_boot()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A Dcsr.h315 * Host sets this to request permanent halt of uCode, same as
316 * sending CARD_STATE command with "halt" bit set.
/linux-4.4.14/arch/mips/dec/
H A Dsetup.c123 .name = "halt",
755 /* Free the halt interrupt unused on R4k systems. */ arch_init_irq()
/linux-4.4.14/drivers/usb/host/whci/
H A Dhcd.c100 100, "HC to halt"); whc_stop()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
H A Drtw_pwrctrl.h134 #define RT_RF_OFF_LEVL_HALT_NIC BIT(3) /* NIC halt, re-init hw param*/
H A Drtw_recv.h173 ; halt(passive) ;
/linux-4.4.14/drivers/scsi/mvsas/
H A Dmv_chips.h183 /* not to halt for different port op during wideport link change */ mvs_phy_hacks()
/linux-4.4.14/drivers/video/backlight/
H A Dili9320.c294 /* Power down all displays on reboot, poweroff or halt */ ili9320_shutdown()
H A Dltv350qv.c287 /* Power down all displays on reboot, poweroff or halt */ ltv350qv_shutdown()
H A Dtdo24m.c429 /* Power down all displays on reboot, poweroff or halt */ tdo24m_shutdown()
H A Dld9040.c789 /* Power down all displays on reboot, poweroff or halt. */ ld9040_shutdown()
H A Ds6e63m0.c834 /* Power down all displays on reboot, poweroff or halt. */ s6e63m0_shutdown()
/linux-4.4.14/drivers/hid/usbhid/
H A Dusbmouse.c76 /* -EPIPE: should clear the halt */ usb_mouse_irq()
H A Dusbkbd.c125 /* -EPIPE: should clear the halt */ usb_kbd_irq()
H A Dhid-core.c113 /* Workqueue routine to reset the device or clear a halt */ hid_reset()
122 dev_dbg(&usbhid->intf->dev, "clear halt\n"); hid_reset()
129 "clear-halt failed: %d\n", rc); hid_reset()
/linux-4.4.14/drivers/net/hyperv/
H A Drndis_filter.c914 struct rndis_halt_request *halt; rndis_filter_halt_device() local
919 /* Attempt to do a rndis device halt */ rndis_filter_halt_device()
926 halt = &request->request_msg.msg.halt_req; rndis_filter_halt_device()
927 halt->req_id = atomic_inc_return(&dev->new_req_id); rndis_filter_halt_device()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c419 /* halt sre */ qlcnic_pinit_from_rom()
425 /* halt epg */ qlcnic_pinit_from_rom()
428 /* halt timers */ qlcnic_pinit_from_rom()
435 /* halt pegs */ qlcnic_pinit_from_rom()
/linux-4.4.14/arch/unicore32/kernel/
H A Dtraps.c295 /* if that doesn't kill us, halt */ abort()
/linux-4.4.14/arch/arc/kernel/
H A Dentry-arcv2.S62 flag 1 ; Unexpected event, halt
H A Dsmp.c153 * -It was configured to halt-on-reset
H A Dentry-compact.S156 flag 1 ; Unexpected event, halt
/linux-4.4.14/arch/powerpc/include/asm/
H A Dprom.h112 #define OV_CESSATION_POLICY 0x40 /* halt if unsupported option present*/
H A Dmachdep.h115 void (*halt)(void); member in struct:machdep_calls
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dsetup.c266 ppc_md.halt = pnv_halt; pnv_setup_machdep_opal()
/linux-4.4.14/arch/sh/drivers/dma/
H A Ddma-sh.c214 * which will subsequently halt the transfer. sh_dmac_xfer_dma()
/linux-4.4.14/arch/mips/sibyte/swarm/
H A Drtc_m41t81.c51 #define M41T81REG_AHR_HT 0x40 /* halt update bit */
/linux-4.4.14/arch/nios2/kernel/
H A Dprocess.c53 pr_notice("Machine halt...\n"); machine_halt()
/linux-4.4.14/drivers/xen/
H A Dmanage.c217 { "halt", do_poweroff }, shutdown_handler()
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dpio.c977 * If the first step fails - wait for the halt to be asserted, return early.
998 * Step 1: Wait for the context to actually halt. sc_restart()
1000 * The error interrupt is asynchronous to actually setting halt sc_restart()
1051 * This is a superset of the halt. After the disable, the sc_restart()
1203 * we are re-enabling after a context halt. Now that the context sc_enable()
1204 * is disabled, the halt will not clear until after the PIO init sc_enable()
1298 * Start the software reaction to a context halt or SPC freeze:
/linux-4.4.14/include/linux/usb/
H A Dgadget.h429 * usb_ep_set_halt - sets the endpoint halt feature.
445 * Attempts to halt IN endpoints will fail (returning -EAGAIN) if any
455 * usb_ep_clear_halt - clears endpoint halt, and resets toggle
463 * the underlying hardware state reflecting endpoint halt and data toggle.
473 * usb_ep_set_wedge - sets the halt feature and ignores clear requests
477 * requests. If the gadget driver clears the halt status, it will
/linux-4.4.14/drivers/usb/core/
H A Dmessage.c935 * function should be used to clear halt ("stall") status.
966 * usb_clear_halt - tells device to clear endpoint halt/stall condition
971 * This is used to clear halt conditions for bulk and interrupt endpoints,
974 * to transmit or receive data until the halt status is cleared. Any URBs
976 * before clearing the halt condition, as described in sections 5.7.5
979 * Note that control and isochronous endpoints don't halt, although control
998 * this request for iso endpoints, which can't halt! usb_clear_halt()
1005 /* don't un-halt or force to DATA0 except on success */ usb_clear_halt()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-csr.h372 * Host sets this to request permanent halt of uCode, same as
373 * sending CARD_STATE command with "halt" bit set.
/linux-4.4.14/drivers/net/wan/
H A Dhd64570.c179 /* DMA disable - to halt state */ sca_init_port()
714 sca_out(0, DSR_RX(0), card); /* DMA disable - to halt state */ sca_init()
H A Dhd64572.c154 /* DMA disable - to halt state */ sca_init_port()
634 sca_out(0, DSR_RX(0), card); /* DMA disable - to halt state */ sca_init()
H A Dfarsync.h188 #define FST_HALTED 6 /* Processor flagged a halt */
/linux-4.4.14/drivers/dma/
H A Ddma-jz4780.c608 "channel halt (DCS=0x%x)\n", dcs); jz4780_dma_chan_irq()
647 /* Clear halt and address error status of all channels. */ jz4780_dma_irq_handler()
/linux-4.4.14/kernel/sched/
H A Dwait.c384 * permitted return codes. Nonzero return codes halt waiting and return.
528 * return codes halt waiting and return.
/linux-4.4.14/arch/powerpc/kernel/
H A Dsetup-common.c160 if (ppc_md.halt) machine_halt()
161 ppc_md.halt(); machine_halt()
/linux-4.4.14/drivers/usb/serial/
H A Dopticon.c141 /* clear the halt status of the endpoint */ opticon_open()
/linux-4.4.14/drivers/usb/chipidea/
H A Dudc.c167 * hw_ep_get_halt: return endpoint halt status
207 * hw_ep_set_halt: configures ep halt & resets data toggle after clear (execute
1432 * ep_set_halt: sets the endpoint halt feature
1442 * ep_set_wedge: sets the halt feature and ignores clear requests
/linux-4.4.14/drivers/lguest/
H A Dlg.h75 /* Did the Guest tell us to halt? */
/linux-4.4.14/drivers/ide/
H A Dide-gd.c121 /* On Alpha, halt(8) doesn't actually turn the machine off,
/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtv-firmware.c90 IVTV_DEBUG_INFO("Preparing for firmware halt.\n"); ivtv_halt_firmware()
/linux-4.4.14/drivers/misc/genwqe/
H A Dcard_debugfs.c81 genwqe_stop_traps(cd); /* halt the traps while dumping data */ curr_dbg_uidn_show()
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/
H A Dau1000_dma.h200 /* Poll the halt bit */ halt_dma()
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/
H A Dloongson.h23 /* machine-specific reboot/halt operation */
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c201 static void ar9003_mci_send_coex_halt_bt_gpm(struct ath_hw *ah, bool halt, ar9003_mci_send_coex_halt_bt_gpm() argument
210 if (halt) { ar9003_mci_send_coex_halt_bt_gpm()
212 /* Send next unhalt no matter halt sent or not */ ar9003_mci_send_coex_halt_bt_gpm()
/linux-4.4.14/drivers/usb/gadget/legacy/
H A Dinode.c59 * IN data or to read() OUT data. To halt the endpoint, a "wrong
585 /* halt any endpoint by doing a "wrong direction" i/o call */ ep_read_iter()
592 DBG (epdata->dev, "%s halt\n", epdata->name); ep_read_iter()
647 /* halt any endpoint by doing a "wrong direction" i/o call */ ep_write_iter()
654 DBG (epdata->dev, "%s halt\n", epdata->name); ep_write_iter()
/linux-4.4.14/drivers/net/fddi/skfp/h/
H A Dsupern_2.h894 #define PL_L_HLS (6<<5) /* halt line state */
900 #define PL_P_HLS (2<<8) /* halt line state */
917 #define PL_B_HLS (6) /* halt line state detected */
/linux-4.4.14/drivers/usb/gadget/udc/bdc/
H A Dbdc_core.c86 /* First halt the controller */ bdc_reset()
/linux-4.4.14/drivers/usb/musb/
H A Dmusb_gadget.c1348 * Set or clear the halt bit of an endpoint. A halted enpoint won't tx/rx any
1381 dev_dbg(musb->controller, "request in progress, cannot halt %s\n", musb_gadget_set_halt()
1390 dev_dbg(musb->controller, "FIFO busy, cannot halt %s\n", ep->name); musb_gadget_set_halt()
1436 * Sets the halt feature with the clear requests ignored
H A Dmusb_gadget_ep0.c55 * the gadget driver, or adjusting endpoint halt status.
1066 dev_dbg(musb->controller, "ep0 can't halt in state %d\n", musb->ep0_state); musb_g_ep0_halt()
/linux-4.4.14/drivers/staging/most/mostcore/
H A Dmostcore.h305 * This clears the enqueue halt flag and enqueues all MBOs currently
/linux-4.4.14/drivers/idle/
H A Di7300_idle.c286 /* Wait for a while for the channel to halt before releasing */ i7300_idle_ioat_exit()
/linux-4.4.14/drivers/media/pci/cx18/
H A Dcx18-firmware.c215 CX18_DEBUG_INFO("Preparing for firmware halt.\n"); cx18_halt_firmware()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgt215.c309 /* halt and idle execution engines */ gt215_clk_pre()
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/
H A Dreg.h167 1 halt eCPU
/linux-4.4.14/drivers/nfc/nfcmrvl/
H A Dfw_dnld.c126 /* failed, halt the chip to avoid power consumption */ fw_dnld_over()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_hotplug.c68 * the system to a halt.
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dcyrix.c151 /* Suspend on halt power saving and enable #SUSP pin */ geode_configure()
/linux-4.4.14/arch/xtensa/variants/dc233c/include/variant/
H A Dcore.h379 #define XCHAL_HAVE_HALT 0 /* halt architecture option */
/linux-4.4.14/arch/powerpc/platforms/chrp/
H A Dsetup.c602 .halt = rtas_halt, define_machine()
/linux-4.4.14/arch/powerpc/platforms/powermac/
H A Dsetup.c650 .halt = pmac_halt, define_machine()
/linux-4.4.14/arch/mips/include/asm/
H A Dsgiarcs.h192 LONG halt; /* Halt the machine. */ member in struct:linux_romvec
/linux-4.4.14/arch/mn10300/include/asm/
H A Dcpu-regs.h97 #define CPUM_HALT 0x0008 /* set to enter halt state */
/linux-4.4.14/arch/m32r/kernel/
H A Dsmp.c503 * Description: This routine halt CPU.
/linux-4.4.14/arch/arm/mach-pxa/
H A Dcorgi.c705 /* Green LED off tells the bootloader to halt */ corgi_poweroff()
/linux-4.4.14/arch/arm/include/asm/
H A Dmcpm.h113 * mcpm_wait_for_cpu_powerdown - wait for a specified CPU to halt, and
/linux-4.4.14/net/mac80211/
H A Dagg-rx.c87 /* check if this is a self generated aggregation halt */ ___ieee80211_stop_rx_ba_session()
/linux-4.4.14/sound/sh/
H A Daica.c206 /* aica_chn_halt - write to spu to halt playback */ aica_chn_halt()
/linux-4.4.14/drivers/tty/serial/
H A Dmax310x.c168 #define MAX310X_FLOWLVL_HALT_MASK (0x000f) /* Flow control halt level */
931 /* Flow control halt level 96, resume level 48 */ max310x_startup()

Completed in 8072 milliseconds

12