Searched refs:halt (Results 26 - 50 of 84) sorted by relevance

1234

/linux-master/arch/alpha/include/asm/
H A Dpal.h9 extern void halt(void) __attribute__((noreturn));
10 #define __halt() __asm__ __volatile__ ("call_pal %0 #halt" : : "i" (PAL_halt))
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-dpi-defs.h777 uint64_t halt:1; member in struct:cvmx_dpi_sli_prtx_cfg::cvmx_dpi_sli_prtx_cfg_s
801 uint64_t halt:1;
808 uint64_t halt:1; member in struct:cvmx_dpi_sli_prtx_cfg::cvmx_dpi_sli_prtx_cfg_cn63xx
834 uint64_t halt:1;
/linux-master/arch/alpha/kernel/
H A Dsys_alcor.c223 halt();
H A Dprocess.c96 /* Secondaries halt here. */
102 halt();
126 /* Wait for the secondaries to halt. */
154 the hwrpb bits above, we can't reliably halt the
162 halt();
/linux-master/drivers/cpufreq/
H A Dlonghaul.c146 /* Change frequency on next halt or sleep */
150 halt();
187 halt();
200 /* Change frequency on next halt or sleep */
205 halt();
224 halt();
/linux-master/drivers/usb/gadget/udc/
H A Drenesas_usb3.c323 bool halt; member in struct:renesas_usb3_ep
1555 if (usb3_ep->halt || usb3_ep->started)
1673 if (usb3_ep->halt)
1722 static int usb3_set_halt_p0(struct renesas_usb3_ep *usb3_ep, bool halt) argument
1729 usb3_ep->halt = halt;
1730 if (halt)
1738 static int usb3_set_halt_pn(struct renesas_usb3_ep *usb3_ep, bool halt, argument
1746 usb3_ep->halt = halt;
1760 usb3_set_halt(struct renesas_usb3_ep *usb3_ep, bool halt, bool is_clear_feature) argument
[all...]
H A Dgr_udc.c699 * Halts, halts and wedges, or clears halt for an endpoint.
703 static int gr_ep_halt_wedge(struct gr_ep *ep, int halt, int wedge, int fromhost) argument
714 /* Never actually halt ep0, and therefore never clear halt for ep0 */
716 if (halt && !fromhost) {
717 /* ep0 halt from gadget - generate protocol stall */
725 dev_dbg(ep->dev->dev, "EP: %s halt %s\n",
726 (halt ? (wedge ? "wedge" : "set") : "clear"), ep->ep.name);
729 if (halt) {
1058 /* Restore from ep0 halt */
1744 gr_set_halt_wedge(struct usb_ep *_ep, int halt, int wedge) argument
1770 gr_set_halt(struct usb_ep *_ep, int halt) argument
[all...]
/linux-master/arch/alpha/lib/
H A Ddivide.S50 #define halt .long 0 define
H A Dev6-divide.S60 #define halt .long 0 define
/linux-master/arch/powerpc/platforms/52xx/
H A Defika.c226 .halt = rtas_halt,
/linux-master/drivers/usb/isp1760/
H A Disp1760-udc.c456 static int __isp1760_udc_set_halt(struct isp1760_ep *ep, bool halt) argument
460 dev_dbg(udc->isp->dev, "%s: %s halt on ep%02x\n", __func__,
461 halt ? "set" : "clear", ep->addr);
471 if (halt)
479 if (halt)
483 } else if (!halt) {
504 ep->halted = halt;
618 * the halt feature. Pretend success in that case, but
696 * SET_CONFIGURATION (and SET_INTERFACE) must reset the halt
699 * reenable endpoints, clearing the halt featur
[all...]
/linux-master/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c723 static int __usbhsg_ep_set_halt_wedge(struct usb_ep *ep, int halt, int wedge) argument
733 dev_dbg(dev, "set halt %d (pipe %d)\n",
734 halt, usbhs_pipe_number(pipe));
751 if (halt)
756 if (halt && wedge)
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h142 # will halt here.
/linux-master/arch/powerpc/platforms/ps3/
H A Dsetup.c301 .halt = ps3_halt,
/linux-master/drivers/usb/gadget/udc/aspeed-vhub/
H A Depn.c521 static int ast_vhub_set_halt_and_wedge(struct usb_ep* u_ep, bool halt, argument
528 EPDBG(ep, "Set halt (%d) & wedge (%d)\n", halt, wedge);
540 if (halt && ep->epn.is_in && !list_empty(&ep->queue)) {
544 ep->epn.stalled = halt;
/linux-master/arch/powerpc/platforms/cell/
H A Dsetup.c265 .halt = rtas_halt,
/linux-master/arch/x86/kernel/
H A Dparavirt.c187 .irq.halt = native_halt,
/linux-master/arch/powerpc/include/asm/
H A Dmachdep.h63 void __noreturn (*halt)(void); member in struct:machdep_calls
/linux-master/arch/x86/include/asm/
H A Dparavirt.h178 static inline void halt(void) function
180 PVOP_VCALL0(irq.halt);
/linux-master/drivers/dma/idxd/
H A Dirq.c404 goto halt;
486 halt:
/linux-master/arch/powerpc/kernel/
H A Dsetup-common.c177 if (ppc_md.halt)
178 ppc_md.halt();
/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c494 ppc_md.halt = pnv_halt;
/linux-master/drivers/usb/gadget/legacy/
H A Draw_gadget.c974 unsigned long value, bool set, bool halt)
1014 "fail, can't halt/wedge ISO endpoint\n");
1019 if (set && halt) {
1024 } else if (!set && halt) {
1029 } else if (set && !halt) {
973 raw_ioctl_ep_set_clear_halt_wedge(struct raw_dev *dev, unsigned long value, bool set, bool halt) argument
/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S65 flag 1 ; Unexpected event, halt
/linux-master/arch/x86/mm/
H A Dextable.c437 halt();

Completed in 222 milliseconds

1234