Home
last modified time | relevance | path

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

/linux-4.1.27/arch/alpha/kernel/
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
Dprocess.c98 halt(); in common_shutdown_1()
158 halt(); in common_shutdown_1()
Dsys_miata.c261 halt(); in miata_kill_arch()
Dsys_alcor.c222 halt(); in alcor_kill_arch()
Dsmp.c554 halt(); in handle_ipi()
/linux-4.1.27/drivers/net/usb/
Drndis_host.c313 struct rndis_halt *halt; in generic_rndis_bind() member
454 memset(u.halt, 0, sizeof *u.halt); in generic_rndis_bind()
455 u.halt->msg_type = cpu_to_le32(RNDIS_MSG_HALT); in generic_rndis_bind()
456 u.halt->msg_len = cpu_to_le32(sizeof *u.halt); in generic_rndis_bind()
457 (void) rndis_command(dev, (void *)u.halt, CONTROL_BUFFER_SIZE); in generic_rndis_bind()
475 struct rndis_halt *halt; in rndis_unbind() local
478 halt = kzalloc(CONTROL_BUFFER_SIZE, GFP_KERNEL); in rndis_unbind()
479 if (halt) { in rndis_unbind()
480 halt->msg_type = cpu_to_le32(RNDIS_MSG_HALT); in rndis_unbind()
481 halt->msg_len = cpu_to_le32(sizeof *halt); in rndis_unbind()
[all …]
/linux-4.1.27/arch/alpha/boot/
Dhead.S97 .globl halt
98 .ent halt
99 halt: label
102 .end halt
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/
Datmel-wdt.txt27 - atmel,idle-halt : Should be present if you want to stop the watchdog when
34 - atmel,dbg-halt : Should be present if you want to stop the watchdog when
45 atmel,dbg-halt;
46 atmel,idle-halt;
/linux-4.1.27/arch/sh/kernel/
Dreboot.c71 .halt = native_machine_halt,
94 machine_ops.halt(); in machine_halt()
/linux-4.1.27/arch/powerpc/platforms/85xx/
Dsgy_cts1000.c122 ppc_md.halt = gpio_halt_cb; in gpio_halt_probe()
139 ppc_md.halt = NULL; in gpio_halt_remove()
Dcorenet_generic.c186 ppc_md.halt = fsl_hv_halt; in corenet_generic_probe()
/linux-4.1.27/arch/sh/include/asm/
Dreboot.h10 void (*halt)(void); member
/linux-4.1.27/arch/x86/include/asm/
Dreboot.h10 void (*halt)(void); member
Dirqflags.h98 static inline void halt(void) in halt() function
Dkvm_emulate.h200 void (*halt)(struct x86_emulate_ctxt *ctxt); member
Dparavirt.h114 static inline void halt(void) in halt() function
116 PVOP_VCALL0(pv_irq_ops.halt); in halt()
Dparavirt_types.h213 void (*halt)(void); member
/linux-4.1.27/arch/xtensa/kernel/
Dplatform.c33 _F(void, halt, (void), { while(1); });
/linux-4.1.27/arch/x86/kernel/
Dreboot.c683 .halt = native_machine_halt,
711 machine_ops.halt(); in machine_halt()
749 halt(); in crash_nmi_callback()
Dprocess.c368 halt(); in stop_this_cpu()
Dparavirt.c337 .halt = native_halt,
Dtboot.c251 halt(); in tboot_shutdown()
Dkvm.c791 halt(); in kvm_lock_spinning()
/linux-4.1.27/arch/powerpc/platforms/embedded6xx/
Dgamecube.c85 .halt = gamecube_halt, in define_machine()
Dlinkstation.c164 .halt = linkstation_halt, in define_machine()
Dwii.c231 .halt = wii_halt, in define_machine()
/linux-4.1.27/arch/mips/fw/arc/
Dmisc.c28 ARC_CALL0(halt); in ArcHalt()
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-upload.txt24 - Issue the FWapi command to halt the encoder's firmware.
26 - Issue the FWapi command to halt the decoder's firmware.
/linux-4.1.27/arch/powerpc/platforms/maple/
Dsetup.c173 ppc_md.halt = rtas_halt; in maple_use_rtas_reboot_and_halt_if_present()
329 .halt = maple_halt, in define_machine()
/linux-4.1.27/arch/powerpc/platforms/cell/
Dqpace_setup.c141 .halt = rtas_halt, in define_machine()
Dsetup.c276 .halt = rtas_halt, in define_machine()
/linux-4.1.27/arch/x86/xen/
Dirq.c124 .halt = xen_halt,
Denlighten.c1325 .halt = xen_machine_halt,
/linux-4.1.27/drivers/block/rsxx/
Dcore.c309 if (unlikely(card->halt) || in rsxx_enable_ier()
329 if (unlikely(card->halt) || in rsxx_enable_ier_and_isr()
486 if (unlikely(card->halt)) in card_event_handler()
603 card->halt = 1; in rsxx_eeh_failure()
826 card->halt = 0; in rsxx_pci_probe()
1039 card->halt = 1; in rsxx_pci_remove()
Ddev.c159 if (unlikely(card->halt)) { in rsxx_make_request()
185 if (!unlikely(card->halt)) in rsxx_make_request()
Drsxx_priv.h123 unsigned int halt; member
Ddma.c406 if (unlikely(ctrl->card->halt) || in rsxx_issue_dmas()
519 if (unlikely(ctrl->card->halt) || in rsxx_dma_done()
Dcregs.c173 if (unlikely(card->halt)) in creg_queue_cmd()
/linux-4.1.27/tools/usb/
Dhcd-tests.sh232 halt)
/linux-4.1.27/drivers/cpufreq/
Dlonghaul.c150 halt(); in do_longhaul1()
187 halt(); in do_powersaver()
205 halt(); in do_powersaver()
224 halt(); in do_powersaver()
/linux-4.1.27/Documentation/ABI/testing/
Dconfigfs-usb-gadget-mass-storage7 stall - Set to permit function to halt bulk endpoints.
Dsysfs-class-mic.txt80 "halted" - Shutdown because of a halt command.
/linux-4.1.27/drivers/usb/gadget/udc/
Dgr_udc.c724 static int gr_ep_halt_wedge(struct gr_ep *ep, int halt, int wedge, int fromhost) in gr_ep_halt_wedge() argument
737 if (halt && !fromhost) { in gr_ep_halt_wedge()
747 (halt ? (wedge ? "wedge" : "set") : "clear"), ep->ep.name); in gr_ep_halt_wedge()
750 if (halt) { in gr_ep_halt_wedge()
1763 static int gr_set_halt_wedge(struct usb_ep *_ep, int halt, int wedge) in gr_set_halt_wedge() argument
1775 if (halt && ep->is_in && !list_empty(&ep->queue)) { in gr_set_halt_wedge()
1780 ret = gr_ep_halt_wedge(ep, halt, wedge, 0); in gr_set_halt_wedge()
1789 static int gr_set_halt(struct usb_ep *_ep, int halt) in gr_set_halt() argument
1791 return gr_set_halt_wedge(_ep, halt, 0); in gr_set_halt()
Dmv_u3d_core.c954 static int mv_u3d_ep_set_halt_wedge(struct usb_ep *_ep, int halt, int wedge) in mv_u3d_ep_set_halt_wedge() argument
977 if (halt && (mv_u3d_ep_dir(ep) == MV_U3D_EP_DIR_IN) in mv_u3d_ep_set_halt_wedge()
984 mv_u3d_ep_set_stall(u3d, ep->ep_num, mv_u3d_ep_dir(ep), halt); in mv_u3d_ep_set_halt_wedge()
985 if (halt && wedge) in mv_u3d_ep_set_halt_wedge()
987 else if (!halt) in mv_u3d_ep_set_halt_wedge()
997 static int mv_u3d_ep_set_halt(struct usb_ep *_ep, int halt) in mv_u3d_ep_set_halt() argument
999 return mv_u3d_ep_set_halt_wedge(_ep, halt, 0); in mv_u3d_ep_set_halt()
Dmv_udc_core.c901 static int mv_ep_set_halt_wedge(struct usb_ep *_ep, int halt, int wedge) in mv_ep_set_halt_wedge() argument
924 if (halt && (ep_dir(ep) == EP_DIR_IN) && !list_empty(&ep->queue)) { in mv_ep_set_halt_wedge()
930 ep_set_stall(udc, ep->ep_num, ep_dir(ep), halt); in mv_ep_set_halt_wedge()
931 if (halt && wedge) in mv_ep_set_halt_wedge()
933 else if (!halt) in mv_ep_set_halt_wedge()
945 static int mv_ep_set_halt(struct usb_ep *_ep, int halt) in mv_ep_set_halt() argument
947 return mv_ep_set_halt_wedge(_ep, halt, 0); in mv_ep_set_halt()
Dudc-xilinx.c1602 u32 halt; in xudc_getstatus() local
1618 halt = epcfgreg & XUSB_EP_CFG_STALL_MASK; in xudc_getstatus()
1626 if (halt) in xudc_getstatus()
Damd5536udc.c1305 udc_set_halt(struct usb_ep *usbep, int halt) in udc_set_halt() argument
1315 pr_debug("set_halt %s: halt=%d\n", usbep->name, halt); in udc_set_halt()
1325 if (halt) { in udc_set_halt()
Dpch_udc.c1985 static int pch_udc_pcd_set_halt(struct usb_ep *usbep, int halt) in pch_udc_pcd_set_halt() argument
2002 if (halt) { in pch_udc_pcd_set_halt()
/linux-4.1.27/arch/alpha/lib/
Ddivide.S48 #define halt .long 0 macro
Dev6-divide.S58 #define halt .long 0 macro
/linux-4.1.27/drivers/usb/isp1760/
Disp1760-udc.c401 static int __isp1760_udc_set_halt(struct isp1760_ep *ep, bool halt) in __isp1760_udc_set_halt() argument
406 halt ? "set" : "clear", ep->addr); in __isp1760_udc_set_halt()
415 isp1760_udc_write(udc, DC_CTRLFUNC, halt ? DC_STALL : 0); in __isp1760_udc_set_halt()
420 isp1760_udc_write(udc, DC_CTRLFUNC, halt ? DC_STALL : 0); in __isp1760_udc_set_halt()
421 } else if (!halt) { in __isp1760_udc_set_halt()
444 ep->halted = halt; in __isp1760_udc_set_halt()
/linux-4.1.27/drivers/usb/renesas_usbhs/
Dmod_gadget.c695 static int __usbhsg_ep_set_halt_wedge(struct usb_ep *ep, int halt, int wedge) in __usbhsg_ep_set_halt_wedge() argument
707 halt, usbhs_pipe_number(pipe)); in __usbhsg_ep_set_halt_wedge()
712 if (halt) in __usbhsg_ep_set_halt_wedge()
717 if (halt && wedge) in __usbhsg_ep_set_halt_wedge()
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-dpi-defs.h935 uint64_t halt:1; member
959 uint64_t halt:1;
967 uint64_t halt:1; member
993 uint64_t halt:1;
/linux-4.1.27/arch/alpha/include/asm/
Dpal.h8 extern void halt(void) __attribute__((noreturn));
/linux-4.1.27/arch/powerpc/platforms/52xx/
Defika.c230 .halt = rtas_halt, in define_machine()
/linux-4.1.27/arch/powerpc/kernel/
Dsetup-common.c160 if (ppc_md.halt) in machine_halt()
161 ppc_md.halt(); in machine_halt()
/linux-4.1.27/arch/powerpc/platforms/ps3/
Dsetup.c277 .halt = ps3_halt, in define_machine()
/linux-4.1.27/Documentation/filesystems/
Djfs.txt31 errors=panic Panic and halt the machine if an error occurs.
Docfs2.txt45 errors=panic Panic and halt the machine if an error occurs.
Dext3.txt108 errors=panic Panic and halt the machine if an error occurs.
Dnilfs2.txt56 errors=panic Panic and halt the machine if an error occurs.
Dext2.txt31 errors=panic Panic and halt the machine if an error occurs.
Dspufs.txt336 0x04 SPU was stopped by halt.
Dext4.txt226 errors=panic Panic and halt the machine if an error occurs.
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h131 # will halt here.
/linux-4.1.27/kernel/time/
Dtimeconst.bc105 halt
/linux-4.1.27/Documentation/networking/
Dspider_net.txt48 interrupt, and halt processing.
57 The OS will then note that the current tail is "empty", and halt
70 "empty", and it will halt processing.
Dixgbe.txt110 threshold. When rx is enabled, the transmit unit will halt for the time delay
/linux-4.1.27/arch/powerpc/include/asm/
Dmachdep.h141 void (*halt)(void); member
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dsetup.c273 ppc_md.halt = pnv_halt; in pnv_setup_machdep_opal()
/linux-4.1.27/drivers/net/hyperv/
Drndis_filter.c913 struct rndis_halt_request *halt; in rndis_filter_halt_device() local
925 halt = &request->request_msg.msg.halt_req; in rndis_filter_halt_device()
926 halt->req_id = atomic_inc_return(&dev->new_req_id); in rndis_filter_halt_device()
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dsetup.c650 .halt = pmac_halt, in define_machine()
/linux-4.1.27/arch/powerpc/platforms/chrp/
Dsetup.c602 .halt = rtas_halt, in define_machine()
/linux-4.1.27/arch/mips/include/asm/
Dsgiarcs.h192 LONG halt; /* Halt the machine. */ member
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dsetup.c855 .halt = rtas_halt, in define_machine()
/linux-4.1.27/drivers/usb/gadget/function/
Df_fs.c689 int halt; in ffs_epfile_io() local
713 halt = (!io_data->read == !epfile->in); in ffs_epfile_io()
714 if (halt && epfile->isoc) { in ffs_epfile_io()
720 if (!halt) { in ffs_epfile_io()
766 } else if (halt) { in ffs_epfile_io()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dar9003_mci.c201 static void ar9003_mci_send_coex_halt_bt_gpm(struct ath_hw *ah, bool halt, in ar9003_mci_send_coex_halt_bt_gpm() argument
210 if (halt) { in ar9003_mci_send_coex_halt_bt_gpm()
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_mb.c163 int reset, int halt, in csio_mb_reset() argument
174 cmdp->halt_pkd = htonl(halt); in csio_mb_reset()
/linux-4.1.27/Documentation/frv/
Dkernel-ABI.txt65 will cause the CPU to halt unless the CPU is told to jump into
/linux-4.1.27/Documentation/s390/
Dcds.txt410 a halt subchannel (HSCH) I/O command. For those purposes the ccw_device_halt()
418 cdev : ccw_device the halt operation is requested for
DDebugging390.txt1087 shutdown -h now or halt.
1489 or the halt subchannels
/linux-4.1.27/Documentation/usb/
Dmass-storage.txt134 Specifies whether the gadget is allowed to halt bulk endpoints.
Dgadget-testing.txt254 stall - Set to permit function to halt bulk endpoints.
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dkernel.fuc344 // halt watchdog timer temporarily
/linux-4.1.27/tools/testing/ktest/
Dktest.pl2477 sub halt { subroutine
4376 halt;
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt78 10.2 halt and reboot
513 When you're done using it, run halt, and the kernel will bring itself
2247 o halt or reboot the machine
2305 o halt
2345 10.2. halt and reboot
2352 (mconsole) halt
2421 With UML, this is usually not desired, so if a halt would be better,
2431 and change the command to halt.
/linux-4.1.27/arch/arm/boot/dts/
Dat91sam9n12.dtsi896 atmel,dbg-halt;
Dat91sam9263.dtsi907 atmel,dbg-halt;
Dat91sam9260.dtsi978 atmel,dbg-halt;
Dat91sam9x5.dtsi1132 atmel,dbg-halt;
Dat91sam9g45.dtsi1118 atmel,dbg-halt;
Dsama5d3.dtsi1284 atmel,dbg-halt;
/linux-4.1.27/Documentation/video4linux/
Dvideobuf105 halt. Yes, this is the voice of experience. Note also that videobuf may
/linux-4.1.27/drivers/usb/host/
Doxu210hp-hcd.c1058 goto halt; in qh_completions()
1097 halt: in qh_completions()
/linux-4.1.27/Documentation/PCI/
Dpci-error-recovery.txt19 corruption; for example, to halt system memory corruption due to DMA's
/linux-4.1.27/arch/powerpc/xmon/
Dxmon.c1019 ppc_md.halt(); in bootcmds()
/linux-4.1.27/drivers/s390/net/
Dqeth_core_main.c1633 static int qeth_clear_halt_card(struct qeth_card *card, int halt) in qeth_clear_halt_card() argument
1639 if (halt) in qeth_clear_halt_card()
/linux-4.1.27/Documentation/
Dkernel-parameters.txt1366 Format: idle=poll, idle=halt, idle=nomwait
1371 idle=halt: Halt is forced to be used for CPU idle.
3915 vmhalt= [KNL,S390] Perform z/VM CP command after system halt.
/linux-4.1.27/arch/x86/kvm/
Demulate.c5024 ctxt->ops->halt(ctxt); in x86_emulate_insn()
Dx86.c5054 .halt = emulator_halt,