Home
last modified time | relevance | path

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

12

/linux-6.15/arch/m68k/q40/
H A 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.15/drivers/usb/gadget/udc/
H A Dsnps_udc_core.c345 ep->halted = 0; in udc_ep_enable()
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()
1265 halted = ep->halted; in udc_dequeue()
1266 ep->halted = 1; in udc_dequeue()
1297 ep->halted = halted; in udc_dequeue()
1788 int halted = 0; in udc_pollstall_timer_function() local
1798 halted = 1; in udc_pollstall_timer_function()
[all …]
H A 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()
2323 dev->ep[UDC_EP0IN_IDX].halted = 0; in pch_udc_svc_control_out()
2584 dev->ep[i].halted = 0; in pch_udc_svc_intf_interrupt()
2617 dev->ep[i].halted = 0; in pch_udc_svc_cfg_interrupt()
[all …]
H A Ddummy_hcd.c91 unsigned halted:1; member
634 ep->halted = ep->wedged = 0; in dummy_enable()
804 ep->halted = ep->wedged = 0; in dummy_set_halt_and_wedge()
809 ep->halted = 1; in dummy_set_halt_and_wedge()
1060 ep->halted = ep->wedged = ep->already_seen = in init_dummy_udc_hw()
1692 ep2->halted = 1; in handle_control_request()
1741 ep2->halted = 0; in handle_control_request()
1764 buf[0] = ep2->halted; in handle_control_request()
1880 if (ep->halted && !ep->setup_stage) { in dummy_timer()
1915 ep->halted = 0; in dummy_timer()
H A 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()
H A Damd5536udc.h521 unsigned halted; member
H A 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()
H A 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.15/drivers/usb/usbip/
H A 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()
H A 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()
H A Dvudc.h33 unsigned halted:1; member
/linux-6.15/drivers/usb/isp1760/
H A Disp1760-udc.h47 bool halted; member
H A 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.15/arch/mips/kernel/
H A Dsmp-cps.c827 unsigned halted; in wait_for_sibling_halt() local
833 halted = read_tc_c0_tchalt(); in wait_for_sibling_halt()
835 } while (!(halted & TCHALT_H)); in wait_for_sibling_halt()
/linux-6.15/drivers/usb/host/
H A Dxhci-dbgcap.c675 handle_ep_halt_changes(struct xhci_dbc *dbc, struct dbc_ep *dep, bool halted) in handle_ep_halt_changes() argument
677 if (halted) { in handle_ep_halt_changes()
679 dep->halted = 1; in handle_ep_halt_changes()
681 } else if (dep->halted) { in handle_ep_halt_changes()
683 dep->halted = 0; in handle_ep_halt_changes()
770 dep->halted = 1; in dbc_handle_xfer_event()
H A Dxhci-dbgcap.h92 unsigned int halted:1; member
/linux-6.15/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-6.15/drivers/mmc/host/
H A Dcqhci.h244 bool halted; member
/linux-6.15/drivers/remoteproc/
H A Dti_k3_r5_remoteproc.c1103 u32 ctrl = 0, cfg = 0, stat = 0, halted = 0; in k3_r5_rproc_configure_mode() local
1156 halted = ctrl & PROC_BOOT_CTRL_FLAG_R5_CORE_HALT; in k3_r5_rproc_configure_mode()
1164 if (c_state && !reset_ctrl_status && !halted) { in k3_r5_rproc_configure_mode()
1184 halted ? "halted" : "unhalted"); in k3_r5_rproc_configure_mode()
/linux-6.15/drivers/usb/dwc2/
H A 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()
H A Dcore.h142 unsigned int halted:1; member
/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-gadget.c195 u32 halted; in cdnsp_quiesce() local
201 halted = readl(&pdev->op_regs->status) & STS_HALT; in cdnsp_quiesce()
202 if (!halted) in cdnsp_quiesce()
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-class-mic86 "halted" Shutdown because of a halt command.
/linux-6.15/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c3251 bool halted = false; in qed_grc_dump_mcp() local
3255 halted = !qed_mcp_halt(p_hwfn, p_ptt); in qed_grc_dump_mcp()
3256 if (!halted) in qed_grc_dump_mcp()
3301 if (halted && qed_mcp_resume(p_hwfn, p_ptt)) in qed_grc_dump_mcp()
4193 int halted = 0; in qed_mcp_trace_dump() local
4220 halted = !qed_mcp_halt(p_hwfn, p_ptt); in qed_mcp_trace_dump()
4221 if (!halted) in qed_mcp_trace_dump()
4246 if (halted && qed_mcp_resume(p_hwfn, p_ptt)) in qed_mcp_trace_dump()

12