Home
last modified time | relevance | path

Searched refs:halted (Results 1 – 25 of 39) sorted by relevance

12

/linux-6.12.1/arch/m68k/q40/
Dconfig.c102 static int halted; variable
107 if (halted) in q40_heartbeat()
119 halted = 1; in q40_reset()
130 halted = 1; in q40_halt()
/linux-6.12.1/drivers/usb/gadget/udc/
Dsnps_udc_core.c345 ep->halted = 0; in udc_ep_enable()
965 unsigned halted; in complete_req() local
974 halted = ep->halted; in complete_req()
975 ep->halted = 1; in complete_req()
990 ep->halted = halted; in complete_req()
1239 ep->halted = 1; in empty_req_queue()
1254 unsigned halted; in udc_dequeue() local
1265 halted = ep->halted; in udc_dequeue()
1266 ep->halted = 1; in udc_dequeue()
1297 ep->halted = halted; in udc_dequeue()
[all …]
Dpch_udc.c294 halted:1; member
1427 unsigned halted = ep->halted; in complete_req() local
1439 ep->halted = 1; in complete_req()
1445 ep->halted = halted; in complete_req()
1456 ep->halted = 1; in empty_req_queue()
1660 ep->halted = 0; in pch_udc_pcd_ep_enable()
1691 ep->halted = 1; in pch_udc_pcd_ep_disable()
1817 if (list_empty(&ep->queue) && !ep->halted) { in pch_udc_pcd_queue()
2323 dev->ep[UDC_EP0IN_IDX].halted = 0; in pch_udc_svc_control_out()
2324 dev->ep[UDC_EP0OUT_IDX].halted = 0; in pch_udc_svc_control_out()
[all …]
Ddummy_hcd.c90 unsigned halted:1; member
633 ep->halted = ep->wedged = 0; in dummy_enable()
803 ep->halted = ep->wedged = 0; in dummy_set_halt_and_wedge()
808 ep->halted = 1; in dummy_set_halt_and_wedge()
1059 ep->halted = ep->wedged = ep->already_seen = in init_dummy_udc_hw()
1691 ep2->halted = 1; in handle_control_request()
1740 ep2->halted = 0; in handle_control_request()
1763 buf[0] = ep2->halted; in handle_control_request()
1879 if (ep->halted && !ep->setup_stage) { in dummy_timer()
1914 ep->halted = 0; in dummy_timer()
Dmax3420_udc.c162 int halted; member
363 ep->halted = 1; in spi_max3420_stall()
368 ep->halted = 0; in spi_max3420_stall()
559 if (ep->halted) in max3420_getstatus()
1163 ep->halted = 0; in max3420_eps_init()
Damd5536udc.h521 unsigned halted; member
Dbcm63xx_udc.c244 unsigned halted:1; member
960 bep->halted = 0; in bcm63xx_init_udc_hw()
1055 bep->halted = 0; in bcm63xx_ep_enable()
1259 bep->halted = value; in bcm63xx_udc_set_halt()
Dgr_udc.c983 int halted; in gr_endpoint_request() local
997 halted = gr_read32(&ep->regs->epctrl) & GR_EPCTRL_EH; in gr_endpoint_request()
998 return gr_ep0_respond_u16(dev, halted ? 0x0001 : 0); in gr_endpoint_request()
/linux-6.12.1/drivers/usb/usbip/
Dvudc_transfer.c106 ep2->halted = 1; in handle_control_request()
140 ep2->halted = 0; in handle_control_request()
163 buf[0] = ep2->halted; in handle_control_request()
363 if (ep->halted && !ep->setup_stage) { in v_timer()
371 ep->halted = 0; in v_timer()
Dvudc_dev.c253 ep->halted = ep->wedged = 0; in vep_enable()
387 ep->halted = ep->wedged = 0; in vep_set_halt_and_wedge()
392 ep->halted = 1; in vep_set_halt_and_wedge()
Dvudc.h33 unsigned halted:1; member
/linux-6.12.1/drivers/usb/isp1760/
Disp1760-udc.h47 bool halted; member
Disp1760-udc.c504 ep->halted = halt; in __isp1760_udc_set_halt()
537 if (ep->halted) in isp1760_udc_get_status()
821 uep->halted = false; in isp1760_ep_enable()
955 if ((uep->addr & USB_DIR_IN) && !uep->halted && empty) in isp1760_ep_queue()
/linux-6.12.1/arch/mips/kernel/
Dsmp-cps.c603 unsigned halted; in wait_for_sibling_halt() local
609 halted = read_tc_c0_tchalt(); in wait_for_sibling_halt()
611 } while (!(halted & TCHALT_H)); in wait_for_sibling_halt()
/linux-6.12.1/drivers/usb/host/
Dxhci-dbgcap.c674 handle_ep_halt_changes(struct xhci_dbc *dbc, struct dbc_ep *dep, bool halted) in handle_ep_halt_changes() argument
676 if (halted) { in handle_ep_halt_changes()
678 dep->halted = 1; in handle_ep_halt_changes()
680 } else if (dep->halted) { in handle_ep_halt_changes()
682 dep->halted = 0; in handle_ep_halt_changes()
769 dep->halted = 1; in dbc_handle_xfer_event()
Dxhci-dbgcap.h92 unsigned int halted:1; member
/linux-6.12.1/arch/arm/mach-tegra/
Dsleep-tegra20.S337 halted: label
341 b halted
Dsleep-tegra30.S770 halted: label
777 b halted
/linux-6.12.1/drivers/remoteproc/
Dti_k3_r5_remoteproc.c1119 u32 ctrl = 0, cfg = 0, stat = 0, halted = 0; in k3_r5_rproc_configure_mode() local
1172 halted = ctrl & PROC_BOOT_CTRL_FLAG_R5_CORE_HALT; in k3_r5_rproc_configure_mode()
1180 if (c_state && !reset_ctrl_status && !halted) { in k3_r5_rproc_configure_mode()
1200 halted ? "halted" : "unhalted"); in k3_r5_rproc_configure_mode()
/linux-6.12.1/drivers/mmc/host/
Dcqhci.h244 bool halted; member
/linux-6.12.1/drivers/usb/dwc2/
Dgadget.c1705 reply = cpu_to_le16(ep->halted ? 1 : 0); in dwc2_hsotg_process_req_status()
1782 bool halted; in dwc2_hsotg_process_req_feature() local
1834 halted = ep->halted; in dwc2_hsotg_process_req_feature()
1851 if (!set && halted) { in dwc2_hsotg_process_req_feature()
3874 if (hs_ep->halted) { in dwc2_hsotg_irq()
4113 hs_ep->halted = 0; in dwc2_hsotg_ep_enable()
4457 hs_ep->halted = value; in dwc2_hsotg_ep_sethalt()
Dcore.h142 unsigned int halted:1; member
/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-gadget.c174 u32 halted; in cdnsp_quiesce() local
180 halted = readl(&pdev->op_regs->status) & STS_HALT; in cdnsp_quiesce()
181 if (!halted) in cdnsp_quiesce()
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-class-mic86 "halted" Shutdown because of a halt command.
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c3250 bool halted = false; in qed_grc_dump_mcp() local
3254 halted = !qed_mcp_halt(p_hwfn, p_ptt); in qed_grc_dump_mcp()
3255 if (!halted) in qed_grc_dump_mcp()
3300 if (halted && qed_mcp_resume(p_hwfn, p_ptt)) in qed_grc_dump_mcp()
4192 int halted = 0; in qed_mcp_trace_dump() local
4219 halted = !qed_mcp_halt(p_hwfn, p_ptt); in qed_mcp_trace_dump()
4220 if (!halted) in qed_mcp_trace_dump()
4245 if (halted && qed_mcp_resume(p_hwfn, p_ptt)) in qed_mcp_trace_dump()

12