/linux-4.4.14/arch/alpha/boot/ |
H A D | head.S | 97 .globl halt 98 .ent halt 99 halt: label 102 .end halt
|
/linux-4.4.14/arch/powerpc/platforms/85xx/ |
H A D | sgy_cts1000.c | 29 .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 D | corenet_generic.c | 192 ppc_md.halt = fsl_hv_halt; corenet_generic_probe()
|
/linux-4.4.14/drivers/clk/qcom/ |
H A D | clk-branch.h | 26 * @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 D | clk-branch.c | 80 /* 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 D | reboot.h | 10 void (*halt)(void); member in struct:machine_ops
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | head.S | 87 # 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 D | process.c | 92 /* 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 D | irq_alpha.c | 242 .name = "halt-switch"
|
H A D | sys_alcor.c | 222 halt(); alcor_kill_arch()
|
H A D | sys_miata.c | 261 halt(); miata_kill_arch()
|
H A D | smp.c | 554 halt(); handle_ipi()
|
/linux-4.4.14/include/linux/platform_data/ |
H A D | pixcir_i2c_ts.h | 14 * halt: datasheet says sleep but this is more like halt as the chip
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | reboot.h | 10 void (*halt)(void); member in struct:machine_ops
|
H A D | irqflags.h | 98 static inline void halt(void) halt() function
|
H A D | paravirt.h | 120 static inline void halt(void) halt() function 122 PVOP_VCALL0(pv_irq_ops.halt); halt()
|
H A D | kvm_emulate.h | 212 void (*halt)(struct x86_emulate_ctxt *ctxt); member in struct:x86_emulate_ops
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | reboot.c | 1 /* reboot.c: reboot/shutdown/halt/poweroff handling
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | reboot.c | 71 .halt = native_machine_halt, 94 machine_ops.halt(); machine_halt()
|
/linux-4.4.14/arch/cris/kernel/ |
H A D | process.c | 52 * possible. This halt has nothing to do with the idle halt.
|
H A D | traps.c | 187 * doggy, then halt instead of reboot.
|
/linux-4.4.14/arch/sparc/prom/ |
H A D | mp.c | 3 * these on a UP or else you will halt and catch fire. ;)
|
H A D | misc_64.c | 143 /* if nothing else helps, we just halt */ prom_halt_power_off()
|
/linux-4.4.14/arch/xtensa/kernel/ |
H A D | platform.c | 33 _F(void, halt, (void), { while(1); });
|
/linux-4.4.14/arch/mips/fw/arc/ |
H A D | misc.c | 28 ARC_CALL0(halt); ArcHalt()
|
/linux-4.4.14/arch/m68k/coldfire/ |
H A D | vectors.c | 29 asm("halt"); dbginterrupt_c()
|
/linux-4.4.14/sound/soc/txx9/ |
H A D | txx9aclc.h | 20 #define ACCTL_AUDOEHLT 0x00010000 /* AUDO error halt 22 #define ACCTL_AUDIEHLT 0x00100000 /* AUDI error halt
|
/linux-4.4.14/tools/usb/ |
H A D | hcd-tests.sh | 8 # - 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 D | rndis_host.c | 313 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 D | pm.c | 17 * 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 D | pal.h | 8 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 D | sclp_quiesce.c | 51 /* Undo machine restart/halt/power_off modification on resume */ sclp_quiesce_pm_event()
|
/linux-4.4.14/arch/xtensa/include/asm/ |
H A D | platform.h | 38 * platform_halt is called to stop the system and halt.
|
/linux-4.4.14/include/linux/ |
H A D | reboot.h | 10 #define SYS_HALT 0x0002 /* Notify of system halt */
|
H A D | sdla.h | 177 #define SDLA_S502A_HALT 0x08 /* halt the CPU */
|
H A D | isdnif.h | 156 #define ISDN_STAT_STOP 259 /* Signal halt of protocol-code */
|
/linux-4.4.14/arch/powerpc/platforms/embedded6xx/ |
H A D | gamecube.c | 85 .halt = gamecube_halt, define_machine()
|
H A D | linkstation.c | 164 .halt = linkstation_halt, define_machine()
|
H A D | wii.c | 231 .halt = wii_halt, define_machine()
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | mcfpit.h | 41 #define MCFPIT_PCSR_HALTED 0x0020 /* Clock run in halt mode */
|
H A D | mcfwdebug.h | 28 #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 D | reset.c | 97 pr_notice("Machine halt...\n"); machine_halt()
|
/linux-4.4.14/arch/arm/mach-rockchip/ |
H A D | sleep.S | 33 /* olny cpu0 can continue to run, the others is halt here */
|
/linux-4.4.14/drivers/usb/isp1760/ |
H A D | isp1760-udc.c | 401 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 D | xhci-ext-caps.h | 22 /* Up to 16 ms to halt an HC */ 76 /* command register values to disable interrupts and halt the HC */
|
H A D | ohci-q.c | 657 /* 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 D | pci-quirks.c | 795 * 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 D | ehci-q.c | 218 /* 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 D | s_bri.c | 119 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 D | sama5d4_wdt.c | 143 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 D | at91sam9_wdt.c | 314 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 D | bcm2835_wdt.c | 42 * Partiton 63 is a special partition used by the firmware to indicate halt.
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | process.c | 332 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 D | kvm.c | 160 * 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 D | reboot.c | 476 * 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 D | verify_cpu.S | 30 * appropriately. Either display a message or halt.
|
H A D | paravirt.c | 339 .halt = native_halt,
|
H A D | tboot.c | 251 halt(); tboot_shutdown()
|
/linux-4.4.14/drivers/usb/dwc2/ |
H A D | hcd_intr.c | 396 * 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 D | core.c | 1383 * 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 D | qspinlock_paravirt.h | 10 * 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 D | smp-cps.c | 371 * 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 D | vpe-mt.c | 205 /* halt it for now */ vpe_stop() 245 /* halt the TC */ vpe_free() 473 /* halt the TC */ vpe_module_init()
|
H A D | cps-vec.S | 445 /* Clear the TC halt bit */ 473 /* This VPE should be offline, halt the TC */
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
H A D | s3c-hsudc.c | 492 /** 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 D | gr_udc.c | 720 * 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 D | mv_udc_core.c | 328 /* 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 D | mv_u3d_core.c | 954 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 D | pxa25x_udc.c | 206 * (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 D | amd5536udc.c | 1358 /* 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 D | fsl_qe_udc.c | 1809 * 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 D | goku_udc.c | 859 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 D | bcm63xx_udc.c | 291 * @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 D | udc-xilinx.c | 765 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 D | omap_udc.c | 1067 /* 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 D | fsl_udc_core.c | 714 /* 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 D | pch_udc.c | 1976 * 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 D | net2272.c | 1006 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 D | rtc-m41t94.c | 65 /* clear halt update bit */ m41t94_read_time()
|
H A D | rtc-m41t93.c | 114 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 D | irq.c | 124 .halt = xen_halt,
|
/linux-4.4.14/include/uapi/linux/usb/ |
H A D | gadgetfs.h | 83 /* resets endpoint halt+toggle; used to implement set_interface.
|
H A D | functionfs.h | 260 /* resets endpoint halt+toggle; used to implement set_interface.
|
/linux-4.4.14/kernel/ |
H A D | reboot.c | 237 * 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 D | panic.c | 65 * panic - halt the system
|
/linux-4.4.14/include/uapi/linux/ |
H A D | elfcore.h | 40 short pr_why; /* XXX Reason for process halt */
|
H A D | sysctl.h | 143 KERN_SPARC_SCONS_PWROFF=64, /* int: serial console power-off halt */
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
H A D | qpace_setup.c | 141 .halt = rtas_halt, define_machine()
|
H A D | setup.c | 276 .halt = rtas_halt, define_machine()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
H A D | spu_restore_crt0.S | 103 * from the application, e.g. illegal instruciton, halt,
|
/linux-4.4.14/arch/score/kernel/ |
H A D | process.c | 38 /* If or when software machine-halt is implemented, add code here. */ machine_halt()
|
/linux-4.4.14/arch/mips/loongson64/lemote-2f/ |
H A D | reset.c | 44 * you can type halt command and then reboot, seems the hardware reset fl2f_reboot()
|
/linux-4.4.14/arch/m68k/68360/ |
H A D | config.c | 87 /* pquicc->timer_tgcr |= 0x4444; */ /* halt timers when FREEZE (ie bdm freeze) */ hw_timer_init()
|
/linux-4.4.14/drivers/block/rsxx/ |
H A D | dev.c | 164 if (unlikely(card->halt)) { rsxx_make_request() 190 if (!unlikely(card->halt)) rsxx_make_request()
|
H A D | core.c | 309 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 D | rsxx_priv.h | 123 unsigned int halt; member in struct:rsxx_cardinfo
|
/linux-4.4.14/arch/openrisc/kernel/ |
H A D | process.c | 63 * possible. This halt has nothing to do with the idle halt.
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
H A D | mod_gadget.c | 705 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 D | device_fsm.c | 128 * 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 D | ccwreq.c | 178 /* Check for halt/clear interrupt. */ ccwreq_status()
|
/linux-4.4.14/drivers/usb/misc/ |
H A D | usbtest.c | 472 /* 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 D | rtl871x_recv.h | 79 ; halt(passive) ;
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
H A D | rtw_pwrctrl.h | 118 /* NIC halt, re-init hw params */
|
H A D | rtw_recv.h | 163 * recv_thread(passive) ; returnpkt(dispatch) ; halt(passive) ;
|
/linux-4.4.14/drivers/input/misc/ |
H A D | max8925_onkey.c | 59 /* Enable hardreset to halt if system isn't shutdown on time */ max8925_onkey_handler()
|
/linux-4.4.14/arch/um/drivers/ |
H A D | mconsole_user.c | 23 { "halt", mconsole_halt, MCONSOLE_PROC },
|
/linux-4.4.14/arch/alpha/lib/ |
H A D | divide.S | 48 #define halt .long 0 define
|
H A D | ev6-divide.S | 58 #define halt .long 0 define
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
H A D | process.c | 28 __asm__ volatile("halt"); default_idle()
|
/linux-4.4.14/arch/powerpc/platforms/52xx/ |
H A D | efika.c | 230 .halt = rtas_halt, define_machine()
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
H A D | setup.c | 277 .halt = ps3_halt, define_machine()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
H A D | fsl_soc.c | 240 * 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 D | kernel-entry-init.h | 131 # will halt here.
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
H A D | cvmx-dpi-defs.h | 935 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 D | processor.h | 197 /* Set these hooks to call SoC specific code to restart/halt/power off. */
|
/linux-4.4.14/arch/mips/ath79/ |
H A D | setup.c | 26 #include <asm/reboot.h> /* for _machine_{restart,halt} */
|
/linux-4.4.14/arch/arm64/kvm/ |
H A D | handle_exit.c | 66 * WFI: Simply call kvm_vcpu_block(), which will halt execution of
|
/linux-4.4.14/arch/arm/mach-tegra/ |
H A D | sleep.h | 61 /* returns the offset of the flow controller halt register for a cpu */
|
H A D | reset-handler.S | 258 /* Unconditionally halt this CPU */
|
/linux-4.4.14/arch/arm/kvm/ |
H A D | handle_exit.c | 84 * WFI: Simply call kvm_vcpu_block(), which will halt execution of
|
/linux-4.4.14/include/linux/mfd/pcf50633/ |
H A D | core.h | 186 PCF50633_INT3_CHGHALT = 0x02, /* Charger halt */
|
/linux-4.4.14/drivers/acpi/ |
H A D | acpi_pad.c | 81 /* 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 D | setup.c | 173 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 D | longhaul.c | 146 /* 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 D | f_mass_storage.c | 86 * 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 D | f_fs.c | 689 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 D | lm8323.c | 237 * 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 D | transport.c | 225 * 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 D | onetouch.c | 119 /* -EPIPE: should clear the halt */ usb_onetouch_irq()
|
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
H A D | boot.c | 486 /* 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 D | csr.h | 315 * 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 D | setup.c | 123 .name = "halt", 755 /* Free the halt interrupt unused on R4k systems. */ arch_init_irq()
|
/linux-4.4.14/drivers/usb/host/whci/ |
H A D | hcd.c | 100 100, "HC to halt"); whc_stop()
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
H A D | rtw_pwrctrl.h | 134 #define RT_RF_OFF_LEVL_HALT_NIC BIT(3) /* NIC halt, re-init hw param*/
|
H A D | rtw_recv.h | 173 ; halt(passive) ;
|
/linux-4.4.14/drivers/scsi/mvsas/ |
H A D | mv_chips.h | 183 /* not to halt for different port op during wideport link change */ mvs_phy_hacks()
|
/linux-4.4.14/drivers/video/backlight/ |
H A D | ili9320.c | 294 /* Power down all displays on reboot, poweroff or halt */ ili9320_shutdown()
|
H A D | ltv350qv.c | 287 /* Power down all displays on reboot, poweroff or halt */ ltv350qv_shutdown()
|
H A D | tdo24m.c | 429 /* Power down all displays on reboot, poweroff or halt */ tdo24m_shutdown()
|
H A D | ld9040.c | 789 /* Power down all displays on reboot, poweroff or halt. */ ld9040_shutdown()
|
H A D | s6e63m0.c | 834 /* Power down all displays on reboot, poweroff or halt. */ s6e63m0_shutdown()
|
/linux-4.4.14/drivers/hid/usbhid/ |
H A D | usbmouse.c | 76 /* -EPIPE: should clear the halt */ usb_mouse_irq()
|
H A D | usbkbd.c | 125 /* -EPIPE: should clear the halt */ usb_kbd_irq()
|
H A D | hid-core.c | 113 /* 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 D | rndis_filter.c | 914 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 D | qlcnic_init.c | 419 /* 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 D | traps.c | 295 /* if that doesn't kill us, halt */ abort()
|
/linux-4.4.14/arch/arc/kernel/ |
H A D | entry-arcv2.S | 62 flag 1 ; Unexpected event, halt
|
H A D | smp.c | 153 * -It was configured to halt-on-reset
|
H A D | entry-compact.S | 156 flag 1 ; Unexpected event, halt
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | prom.h | 112 #define OV_CESSATION_POLICY 0x40 /* halt if unsupported option present*/
|
H A D | machdep.h | 115 void (*halt)(void); member in struct:machdep_calls
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
H A D | setup.c | 266 ppc_md.halt = pnv_halt; pnv_setup_machdep_opal()
|
/linux-4.4.14/arch/sh/drivers/dma/ |
H A D | dma-sh.c | 214 * which will subsequently halt the transfer. sh_dmac_xfer_dma()
|
/linux-4.4.14/arch/mips/sibyte/swarm/ |
H A D | rtc_m41t81.c | 51 #define M41T81REG_AHR_HT 0x40 /* halt update bit */
|
/linux-4.4.14/arch/nios2/kernel/ |
H A D | process.c | 53 pr_notice("Machine halt...\n"); machine_halt()
|
/linux-4.4.14/drivers/xen/ |
H A D | manage.c | 217 { "halt", do_poweroff }, shutdown_handler()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | pio.c | 977 * 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 D | gadget.h | 429 * 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 D | message.c | 935 * 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 D | iwl-csr.h | 372 * 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 D | hd64570.c | 179 /* 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 D | hd64572.c | 154 /* 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 D | farsync.h | 188 #define FST_HALTED 6 /* Processor flagged a halt */
|
/linux-4.4.14/drivers/dma/ |
H A D | dma-jz4780.c | 608 "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 D | wait.c | 384 * 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 D | setup-common.c | 160 if (ppc_md.halt) machine_halt() 161 ppc_md.halt(); machine_halt()
|
/linux-4.4.14/drivers/usb/serial/ |
H A D | opticon.c | 141 /* clear the halt status of the endpoint */ opticon_open()
|
/linux-4.4.14/drivers/usb/chipidea/ |
H A D | udc.c | 167 * 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 D | lg.h | 75 /* Did the Guest tell us to halt? */
|
/linux-4.4.14/drivers/ide/ |
H A D | ide-gd.c | 121 /* On Alpha, halt(8) doesn't actually turn the machine off,
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
H A D | ivtv-firmware.c | 90 IVTV_DEBUG_INFO("Preparing for firmware halt.\n"); ivtv_halt_firmware()
|
/linux-4.4.14/drivers/misc/genwqe/ |
H A D | card_debugfs.c | 81 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 D | au1000_dma.h | 200 /* Poll the halt bit */ halt_dma()
|
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/ |
H A D | loongson.h | 23 /* machine-specific reboot/halt operation */
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_mci.c | 201 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 D | inode.c | 59 * 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 D | supern_2.h | 894 #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 D | bdc_core.c | 86 /* First halt the controller */ bdc_reset()
|
/linux-4.4.14/drivers/usb/musb/ |
H A D | musb_gadget.c | 1348 * 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 D | musb_gadget_ep0.c | 55 * 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 D | mostcore.h | 305 * This clears the enqueue halt flag and enqueues all MBOs currently
|
/linux-4.4.14/drivers/idle/ |
H A D | i7300_idle.c | 286 /* 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 D | cx18-firmware.c | 215 CX18_DEBUG_INFO("Preparing for firmware halt.\n"); cx18_halt_firmware()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | gt215.c | 309 /* halt and idle execution engines */ gt215_clk_pre()
|
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/ |
H A D | reg.h | 167 1 halt eCPU
|
/linux-4.4.14/drivers/nfc/nfcmrvl/ |
H A D | fw_dnld.c | 126 /* failed, halt the chip to avoid power consumption */ fw_dnld_over()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | intel_hotplug.c | 68 * the system to a halt.
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
H A D | cyrix.c | 151 /* Suspend on halt power saving and enable #SUSP pin */ geode_configure()
|
/linux-4.4.14/arch/xtensa/variants/dc233c/include/variant/ |
H A D | core.h | 379 #define XCHAL_HAVE_HALT 0 /* halt architecture option */
|
/linux-4.4.14/arch/powerpc/platforms/chrp/ |
H A D | setup.c | 602 .halt = rtas_halt, define_machine()
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
H A D | setup.c | 650 .halt = pmac_halt, define_machine()
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | sgiarcs.h | 192 LONG halt; /* Halt the machine. */ member in struct:linux_romvec
|
/linux-4.4.14/arch/mn10300/include/asm/ |
H A D | cpu-regs.h | 97 #define CPUM_HALT 0x0008 /* set to enter halt state */
|
/linux-4.4.14/arch/m32r/kernel/ |
H A D | smp.c | 503 * Description: This routine halt CPU.
|
/linux-4.4.14/arch/arm/mach-pxa/ |
H A D | corgi.c | 705 /* Green LED off tells the bootloader to halt */ corgi_poweroff()
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | mcpm.h | 113 * mcpm_wait_for_cpu_powerdown - wait for a specified CPU to halt, and
|
/linux-4.4.14/net/mac80211/ |
H A D | agg-rx.c | 87 /* check if this is a self generated aggregation halt */ ___ieee80211_stop_rx_ba_session()
|
/linux-4.4.14/sound/sh/ |
H A D | aica.c | 206 /* aica_chn_halt - write to spu to halt playback */ aica_chn_halt()
|
/linux-4.4.14/drivers/tty/serial/ |
H A D | max310x.c | 168 #define MAX310X_FLOWLVL_HALT_MASK (0x000f) /* Flow control halt level */ 931 /* Flow control halt level 96, resume level 48 */ max310x_startup()
|