Home
last modified time | relevance | path

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

12

/linux/arch/m68k/q40/
H A Dconfig.c100 static int halted; variable
105 if (halted) in q40_heartbeat()
117 halted = 1; in q40_reset()
128 halted = 1; in q40_halt()
/linux/drivers/usb/gadget/udc/
H A 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 …]
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()
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 …]
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()
1881 if (ep->halted && !ep->setup_stage) { in dummy_timer()
1916 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/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/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/arch/mips/kernel/
H A Dsmp-cps.c840 unsigned halted; in wait_for_sibling_halt() local
846 halted = read_tc_c0_tchalt(); in wait_for_sibling_halt()
848 } while (!(halted & TCHALT_H)); in wait_for_sibling_halt()
/linux/drivers/usb/host/
H A Dxhci-dbgcap.c733 handle_ep_halt_changes(struct xhci_dbc *dbc, struct dbc_ep *dep, bool halted) in handle_ep_halt_changes() argument
735 if (halted) { in handle_ep_halt_changes()
737 dep->halted = 1; in handle_ep_halt_changes()
739 } else if (dep->halted) { in handle_ep_halt_changes()
741 dep->halted = 0; in handle_ep_halt_changes()
828 dep->halted = 1; in dbc_handle_xfer_event()
H A Dxhci.c105 u32 halted; in xhci_quiesce() local
110 halted = readl(&xhci->op_regs->status) & STS_HALT; in xhci_quiesce()
111 if (!halted) in xhci_quiesce()
/linux/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/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()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c196 u32 halted; in cdnsp_quiesce() local
202 halted = readl(&pdev->op_regs->status) & STS_HALT; in cdnsp_quiesce()
203 if (!halted) in cdnsp_quiesce()
/linux/Documentation/ABI/testing/
H A Dsysfs-class-mic86 "halted" Shutdown because of a halt command.
/linux/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()
/linux/Documentation/virt/kvm/x86/
H A Dtimekeeping.rst99 low, the count is halted. If the output is low when the gate is lowered, the
433 other processors. In such cases, the TSC on halted CPUs could advance faster
434 than that of non-halted processors. AMD Turion processors are known to have
/linux/Documentation/scsi/
H A Darcmsr_spec.rst163 (re-start if background is halted)
/linux/tools/perf/Documentation/
H A Dperf-list.txt95 works with event types 0x76 (cpu-cycles, CPU clocks not halted) and 0xC1

12