Searched refs:halted (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/drivers/usb/isp1760/
H A Disp1760-udc.h47 bool halted; member in struct:isp1760_ep
H A Disp1760-udc.c504 ep->halted = halt;
537 if (ep->halted)
619 * keep the endpoint halted.
821 uep->halted = false;
955 if ((uep->addr & USB_DIR_IN) && !uep->halted && empty)
/linux-master/arch/m68k/q40/
H A Dconfig.c102 static int halted; variable
107 if (halted)
119 halted = 1;
130 halted = 1;
/linux-master/drivers/usb/usbip/
H A Dvudc_transfer.c106 ep2->halted = 1;
140 ep2->halted = 0;
163 buf[0] = ep2->halted;
363 if (ep->halted && !ep->setup_stage) {
371 ep->halted = 0;
H A Dvudc.h33 unsigned halted:1; member in struct:vep
H A Dvudc_dev.c253 ep->halted = ep->wedged = 0;
387 ep->halted = ep->wedged = 0;
392 ep->halted = 1;
/linux-master/drivers/usb/gadget/udc/
H A Dsnps_udc_core.c345 ep->halted = 0;
965 unsigned halted; variable
974 halted = ep->halted;
975 ep->halted = 1;
990 ep->halted = halted;
1239 ep->halted = 1;
1254 unsigned halted; local
1265 halted
1788 int halted = 0; local
[all...]
H A Dpch_udc.c280 * @halted: endpoint halted?
294 halted:1; member in struct:pch_udc_ep
1427 unsigned halted = ep->halted; variable
1439 ep->halted = 1;
1445 ep->halted = halted;
1456 ep->halted = 1;
1660 ep->halted
[all...]
H A Ddummy_hcd.c88 unsigned halted:1; member in struct:dummy_ep
630 ep->halted = ep->wedged = 0;
800 ep->halted = ep->wedged = 0;
805 ep->halted = 1;
1056 ep->halted = ep->wedged = ep->already_seen =
1684 ep2->halted = 1;
1733 ep2->halted = 0;
1756 buf[0] = ep2->halted;
1873 if (ep->halted && !ep->setup_stage) {
1875 dev_dbg(dummy_dev(dum_hcd), "ep %s halted, ur
[all...]
H A Dmax3420_udc.c162 int halted; member in struct:max3420_ep
363 ep->halted = 1;
368 ep->halted = 0;
559 if (ep->halted)
1163 ep->halted = 0;
H A Damd5536udc.h521 unsigned halted; member in struct:udc_ep
H A Dbcm63xx_udc.c236 * @halted: 1 if the EP is stalled; 0 otherwise.
244 unsigned halted:1; member in struct:bcm63xx_ep
960 bep->halted = 0;
1055 bep->halted = 0;
1259 bep->halted = value;
H A Dgr_udc.c133 seq_printf(seq, " halted: %d\n", !!(epctrl & GR_EPCTRL_EH));
983 int halted; local
997 halted = gr_read32(&ep->regs->epctrl) & GR_EPCTRL_EH;
998 return gr_ep0_respond_u16(dev, halted ? 0x0001 : 0);
/linux-master/arch/mips/kernel/
H A Dsmp-cps.c600 unsigned halted; local
606 halted = read_tc_c0_tchalt();
608 } while (!(halted & TCHALT_H));
/linux-master/arch/arm/mach-tegra/
H A Dsleep-tegra20.S337 halted: label
341 b halted
H A Dsleep-tegra30.S770 halted: label
777 b halted
/linux-master/drivers/mmc/host/
H A Dcqhci.h244 bool halted; member in struct:cqhci_host
/linux-master/drivers/remoteproc/
H A Dti_k3_r5_remoteproc.c494 * cores. The cores themselves are only halted in the .stop() ops, and the
600 * code, so only Core0 needs to be halted. The function uses the same logic
813 * the cores are halted before the .prepare() step.
1115 u32 ctrl = 0, cfg = 0, stat = 0, halted = 0; local
1161 halted = ctrl & PROC_BOOT_CTRL_FLAG_R5_CORE_HALT;
1169 if (c_state && !ret && !halted) {
1189 halted ? "halted" : "unhalted");
/linux-master/drivers/usb/dwc2/
H A Dgadget.c1705 reply = cpu_to_le16(ep->halted ? 1 : 0);
1782 bool halted; local
1834 halted = ep->halted;
1848 * halted, and the halt was cleared by CLEAR_FEATURE
1851 if (!set && halted) {
3871 if (hs_ep->halted) {
4110 hs_ep->halted = 0;
4454 hs_ep->halted = value;
H A Dcore.h91 * @halted: Set if the endpoint has been halted.
142 unsigned int halted:1; member in struct:dwc2_hsotg_ep
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-gadget.c174 u32 halted; local
180 halted = readl(&pdev->op_regs->status) & STS_HALT;
181 if (!halted)
259 * Reset a halted controller.
279 dev_err(pdev->dev, "Controller not halted, aborting reset.\n");
1802 /* Make sure the Device Controller is halted. */
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm212 // Host trap may occur while wave is halted.
220 // Wave is halted but neither host trap nor SAVECTX is raised.
229 // Any concurrent SAVECTX will be handled upon re-entry once halted.
H A Dcwsr_trap_handler_gfx10.asm222 // Host trap may occur while wave is halted.
230 // Wave is halted but neither host trap nor SAVECTX is raised.
239 // Any concurrent SAVECTX will be handled upon re-entry once halted.
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c3250 bool halted = false; local
3254 halted = !qed_mcp_halt(p_hwfn, p_ptt);
3255 if (!halted)
3300 if (halted && qed_mcp_resume(p_hwfn, p_ptt))
4192 int halted = 0; local
4219 halted = !qed_mcp_halt(p_hwfn, p_ptt);
4220 if (!halted)
4245 if (halted && qed_mcp_resume(p_hwfn, p_ptt))
/linux-master/drivers/usb/host/
H A Dxhci.c112 u32 halted; local
117 halted = readl(&xhci->op_regs->status) & STS_HALT;
118 if (!halted)
179 /* clear state flags. Including dying, halted or removing */
188 * Reset a halted HC.
208 xhci_warn(xhci, "Host controller not halted, aborting reset.\n");
268 * controller is supposed to be halted. The controller ends up with
535 * Start the HC after it was halted.
1727 "HC halted, freeing TD manually.");
1753 /* TD can already be on cancelled list if ep halted o
[all...]

Completed in 339 milliseconds

12