Home
last modified time | relevance | path

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

12

/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/gadget/udc/
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
639 ep->halted = ep->wedged = 0; in dummy_enable()
809 ep->halted = ep->wedged = 0; in dummy_set_halt_and_wedge()
814 ep->halted = 1; in dummy_set_halt_and_wedge()
1064 ep->halted = ep->wedged = ep->already_seen = in init_dummy_udc_hw()
1702 ep2->halted = 1; in handle_control_request()
1751 ep2->halted = 0; in handle_control_request()
1774 buf[0] = ep2->halted; in handle_control_request()
1891 if (ep->halted && !ep->setup_stage) { in dummy_timer()
1926 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/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.c743 handle_ep_halt_changes(struct xhci_dbc *dbc, struct dbc_ep *dep, bool halted) in handle_ep_halt_changes()
745 if (halted) { in handle_ep_halt_changes()
746 dev_info(dbc->dev, "DbC Endpoint halted\n"); in handle_ep_halt_changes()
747 dep->halted = 1; in handle_ep_halt_changes()
749 } else if (dep->halted) {
751 dep->halted = 0; in dbc_handle_port_status()
837 dep->halted = 1; in dbc_handle_xfer_event()
733 handle_ep_halt_changes(struct xhci_dbc * dbc,struct dbc_ep * dep,bool halted) handle_ep_halt_changes() argument
H A Dxhci.c166 /* clear state flags. Including dying, halted or removing */ in xhci_start()
175 * Reset a halted HC. in xhci_start()
196 xhci_warn(xhci, "Host controller not halted, aborting reset.\n"); in xhci_reset()
254 * controller is supposed to be halted. The controller ends up with in xhci_zero_64b_regs()
615 * Start the HC after it was halted. in xhci_run_finished()
1813 "HC halted, freeing TD manually."); in xhci_urb_dequeue()
1839 /* TD can already be on cancelled list if ep halted on it */ in xhci_urb_dequeue()
3300 * The reset endpoint command may only be issued to endpoints in the halted
3302 * of an endpoint that isn't in the halted state this function will issue a
4111 /* If the host is halted du in xhci_free_dev()
105 u32 halted; xhci_quiesce() local
[all...]
/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.c204 u32 halted; in cdnsp_quiesce()
210 halted = readl(&pdev->op_regs->status) & STS_HALT;
211 if (!halted)
289 * Reset a halted controller. in cdnsp_reset()
309 dev_err(pdev->dev, "Controller not halted, aborting reset.\n"); in cdnsp_reset()
1868 /* Make sure the Device Controller is halted. */ in cdnsp_gen_setup()
196 u32 halted; cdnsp_quiesce() local
/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
/linux/arch/x86/include/asm/
H A Dkvm_host.h1056 bool halted;
1033 bool halted; global() member
/linux/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst1561 The firmware is halted and no further API calls are serviced until the
2512 The firmware is halted and no further API calls are serviced until

12