Home
last modified time | relevance | path

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

12

/linux/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/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 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
/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/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/host/
H A Dxhci-dbgcap.h92 unsigned int halted:1; member
H A Dxhci.c114 u32 halted; in xhci_quiesce() local
119 halted = readl(&xhci->op_regs->status) & STS_HALT; in xhci_quiesce()
120 if (!halted) in xhci_quiesce()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c175 u32 halted; in cdnsp_quiesce()
181 halted = readl(&pdev->op_regs->status) & STS_HALT; in cdnsp_quiesce()
182 if (!halted) in cdnsp_quiesce()
260 * Reset a halted controller.
280 dev_err(pdev->dev, "Controller not halted, aborting reset.\n"); in cdnsp_reset()
1803 /* Make sure the Device Controller is halted. */ in cdnsp_gen_setup()
174 u32 halted; cdnsp_quiesce() local
/linux/Documentation/ABI/testing/
H A Dsysfs-class-mic86 "halted" Shutdown because of a halt command.
/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/networking/device_drivers/ethernet/toshiba/
H A Dspider_net.rst165 halted processing. Notice that descrs 0 through 254 are all marked
/linux/Documentation/scsi/
H A Darcmsr_spec.rst163 (re-start if background is halted)
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-raid.rst294 - The current action has been halted.
/linux/arch/x86/include/asm/
H A Dkvm_host.h993 bool halted; 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
/linux/arch/x86/kvm/
H A Dx86.c10782 vcpu->arch.apf.halted = true; in vcpu_enter_guest()
11110 !vcpu->arch.apf.halted); in kvm_vcpu_running()
11228 vcpu->arch.apf.halted = false; in vcpu_block()
12442 vcpu->arch.apf.halted = false; in kvm_vcpu_reset()
13476 vcpu->arch.apf.halted = false; in kvm_arch_async_page_present()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.seq1075 * data must be "fixed up" once the transfer is halted.
1079 * If we halted on the last segment, the residual is
H A Daic79xx.reg2943 * Indicates the true stop location of transfers halted prior
/linux/Documentation/arch/sparc/oradax/
H A Ddax-hv-api.txt1055 …Command kill indicates that the CCB execution was halted or prevented by use of the ccb_kill API c…

12