/linux/arch/m68k/q40/ |
H A D | config.c | 102 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 D | vudc_transfer.c | 106 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 D | vudc_dev.c | 253 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 D | vudc.h | 33 unsigned halted:1; member
|
/linux/drivers/usb/gadget/udc/ |
H A D | pch_udc.c | 294 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 D | max3420_udc.c | 162 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 D | amd5536udc.h | 521 unsigned halted; member
|
/linux/drivers/usb/isp1760/ |
H A D | isp1760-udc.h | 47 bool halted; member
|
H A D | isp1760-udc.c | 504 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 D | sleep-tegra20.S | 337 halted: label 341 b halted
|
H A D | sleep-tegra30.S | 770 halted: label 777 b halted
|
/linux/drivers/usb/host/ |
H A D | xhci-dbgcap.h | 92 unsigned int halted:1; member
|
H A D | xhci.c | 114 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 D | cdnsp-gadget.c | 175 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 D | sysfs-class-mic | 86 "halted" Shutdown because of a halt command.
|
/linux/Documentation/virt/kvm/x86/ |
H A D | timekeeping.rst | 99 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 D | spider_net.rst | 165 halted processing. Notice that descrs 0 through 254 are all marked
|
/linux/Documentation/scsi/ |
H A D | arcmsr_spec.rst | 163 (re-start if background is halted)
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-raid.rst | 294 - The current action has been halted.
|
/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | 993 bool halted; member
|
/linux/Documentation/driver-api/media/drivers/ |
H A D | cx2341x-devel.rst | 1561 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 D | x86.c | 10782 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 D | aic7xxx.seq | 1075 * data must be "fixed up" once the transfer is halted. 1079 * If we halted on the last segment, the residual is
|
H A D | aic79xx.reg | 2943 * Indicates the true stop location of transfers halted prior
|
/linux/Documentation/arch/sparc/oradax/ |
H A D | dax-hv-api.txt | 1055 …Command kill indicates that the CCB execution was halted or prevented by use of the ccb_kill API c…
|