Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/misc/
Dusb_u132.h75 int halted, int skipped, int actual, int non_null));
80 int halted, int skipped, int actual, int non_null));
85 int halted, int skipped, int actual, int non_null));
90 int halted, int skipped, int actual, int non_null));
95 int halted, int skipped, int actual, int non_null));
Dftdi-elan.c139 int halted; member
147 int repeat_number, int halted, int skipped, int actual,
840 int halted = target->halted; in ftdi_elan_do_callback() local
853 error_count, condition_code, repeat_number, halted, skipped, in ftdi_elan_do_callback()
1107 target->halted = (ftdi->response[0] >> 3) & in ftdi_elan_respond_engine()
1491 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_setup() argument
1535 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_setup() argument
1548 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_input() argument
1600 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_input() argument
1613 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_empty() argument
[all …]
/linux-4.1.27/arch/m68k/q40/
Dconfig.c110 static int halted; variable
115 if (halted) in q40_heartbeat()
127 halted = 1; in q40_reset()
138 halted = 1; in q40_halt()
/linux-4.1.27/drivers/usb/gadget/udc/
Damd5536udc.c337 ep->halted = 0; in udc_ep_enable()
821 unsigned halted; in complete_req() local
830 halted = ep->halted; in complete_req()
831 ep->halted = 1; in complete_req()
846 ep->halted = halted; in complete_req()
1240 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 …]
Ds3c2410_udc.h29 unsigned halted : 1; member
Ds3c2410_udc.c257 unsigned halted = ep->halted; in s3c2410_udc_done() local
266 ep->halted = 1; in s3c2410_udc_done()
268 ep->halted = halted; in s3c2410_udc_done()
1057 ep->halted = 0; in s3c2410_udc_ep_enable()
1128 ep->halted = 1; in s3c2410_udc_ep_disable()
1242 if (list_empty(&ep->queue) && !ep->halted) { in s3c2410_udc_queue()
1384 ep->halted = value ? 1 : 0; in s3c2410_udc_set_halt()
1611 ep->halted = 0; in s3c2410_udc_reinit()
Dpch_udc.c301 halted:1; member
1452 unsigned halted = ep->halted; in complete_req() local
1490 ep->halted = 1; in complete_req()
1496 ep->halted = halted; in complete_req()
1507 ep->halted = 1; in empty_req_queue()
1715 ep->halted = 0; in pch_udc_pcd_ep_enable()
1748 ep->halted = 1; in pch_udc_pcd_ep_disable()
1907 if (list_empty(&ep->queue) && !ep->halted) { in pch_udc_pcd_queue()
2406 dev->ep[UDC_EP0IN_IDX].halted = 0; in pch_udc_svc_control_out()
2407 dev->ep[UDC_EP0OUT_IDX].halted = 0; in pch_udc_svc_control_out()
[all …]
Ddummy_hcd.c89 unsigned halted:1; member
556 ep->halted = ep->wedged = 0; in dummy_enable()
727 ep->halted = ep->wedged = 0; in dummy_set_halt_and_wedge()
732 ep->halted = 1; in dummy_set_halt_and_wedge()
946 ep->halted = ep->wedged = ep->already_seen = in init_dummy_udc_hw()
1551 ep2->halted = 1; in handle_control_request()
1600 ep2->halted = 0; in handle_control_request()
1623 buf[0] = ep2->halted; in handle_control_request()
1736 if (ep->halted && !ep->setup_stage) { in dummy_timer()
1771 ep->halted = 0; in dummy_timer()
Damd5536udc.h514 unsigned halted; member
Dbcm63xx_udc.c228 unsigned halted:1; member
950 bep->halted = 0; in bcm63xx_init_udc_hw()
1045 bep->halted = 0; in bcm63xx_ep_enable()
1252 bep->halted = value; in bcm63xx_udc_set_halt()
Dgr_udc.c1004 int halted; in gr_endpoint_request() local
1018 halted = gr_read32(&ep->regs->epctrl) & GR_EPCTRL_EH; in gr_endpoint_request()
1019 return gr_ep0_respond_u16(dev, halted ? 0x0001 : 0); in gr_endpoint_request()
/linux-4.1.27/arch/x86/kernel/
Dkvm.c97 bool halted; member
143 n.halted = is_idle_task(current) || preempt_count() > 1; in kvm_async_pf_task_wait()
149 if (!n.halted) in kvm_async_pf_task_wait()
154 if (!n.halted) { in kvm_async_pf_task_wait()
168 if (!n.halted) in kvm_async_pf_task_wait()
179 if (n->halted) in apf_task_wake_one()
/linux-4.1.27/arch/mips/kernel/
Dsmp-cps.c374 unsigned halted; in wait_for_sibling_halt() local
380 halted = read_tc_c0_tchalt(); in wait_for_sibling_halt()
382 } while (!(halted & TCHALT_H)); in wait_for_sibling_halt()
/linux-4.1.27/drivers/usb/isp1760/
Disp1760-udc.h46 bool halted; member
Disp1760-udc.c444 ep->halted = halt; in __isp1760_udc_set_halt()
477 if (ep->halted) in isp1760_udc_get_status()
758 uep->halted = false; in isp1760_ep_enable()
886 if ((uep->addr & USB_DIR_IN) && !uep->halted && empty) in isp1760_ep_queue()
/linux-4.1.27/drivers/usb/host/
Du132-hcd.c581 int halted, int skipped, int actual, int non_null)) in edset_input() argument
591 int halted, int skipped, int actual, int non_null)) in edset_setup() argument
601 int halted, int skipped, int actual, int non_null)) in edset_single() argument
611 int halted, int skipped, int actual, int non_null)) in edset_output() argument
624 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_interrupt_recv() argument
724 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_bulk_output_sent() argument
775 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_bulk_input_recv() argument
878 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_configure_empty_sent() argument
915 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_configure_input_recv() argument
987 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_configure_empty_recv() argument
[all …]
Dxhci.c85 u32 halted; in xhci_quiesce() local
90 halted = readl(&xhci->op_regs->status) & STS_HALT; in xhci_quiesce()
91 if (!halted) in xhci_quiesce()
/linux-4.1.27/drivers/lguest/
Dinterrupts_and_traps.c233 if (cpu->halted) { in try_deliver_interrupt()
237 cpu->halted = 0; in try_deliver_interrupt()
Dhypercalls.c118 cpu->halted = 1; in do_hcall()
Dcore.c267 if (cpu->halted) { in run_guest()
Dlg.h76 int halted; member
/linux-4.1.27/arch/arm/mach-tegra/
Dsleep-tegra20.S483 halted: label
487 b halted
Dsleep-tegra30.S693 halted: label
699 b halted
/linux-4.1.27/drivers/usb/dwc2/
Dcore.h149 unsigned int halted:1; member
Dgadget.c1001 reply = cpu_to_le16(ep->halted ? 1 : 0); in s3c_hsotg_process_req_status()
1050 bool halted; in s3c_hsotg_process_req_feature() local
1094 halted = ep->halted; in s3c_hsotg_process_req_feature()
1110 if (!set && halted) { in s3c_hsotg_process_req_feature()
2650 hs_ep->halted = 0; in s3c_hsotg_ep_enable()
2897 hs_ep->halted = value; in s3c_hsotg_ep_sethalt()
/linux-4.1.27/tools/perf/Documentation/
Dperf-list.txt49 clocks not halted) and 0xC1 (micro-ops retired). Both events map to
/linux-4.1.27/drivers/staging/emxx_udc/
Demxx_udc.h597 unsigned halted:1; member
Demxx_udc.c1367 ep->halted = TRUE; in _nbu2ss_set_endpoint_stall()
1393 if (ep->halted) { in _nbu2ss_set_endpoint_stall()
1394 ep->halted = FALSE; in _nbu2ss_set_endpoint_stall()
2645 ep->halted = FALSE; in nbu2ss_ep_enable()
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-decoder-api.txt168 The firmware is halted and no further API calls are serviced until
Dfw-encoder-api.txt358 The firmware is halted and no further API calls are serviced until the
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-mic.txt80 "halted" - Shutdown because of a halt command.
/linux-4.1.27/Documentation/device-mapper/
Ddm-raid.txt179 frozen - The current action has been halted.
/linux-4.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt92 low, the count is halted. If the output is low when the gate is lowered, the
415 other processors. In such cases, the TSC on halted CPUs could advance faster
416 than that of non-halted processors. AMD Turion processors are known to have
Dapi.txt1025 - KVM_MP_STATE_OPERATING: the vcpu is operating (running or halted)
/linux-4.1.27/Documentation/networking/
Dspider_net.txt163 halted processing. Notice that descrs 0 through 254 are all marked
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h510 bool halted; member
/linux-4.1.27/arch/x86/kvm/
Dx86.c6267 vcpu->arch.apf.halted = true; in vcpu_enter_guest()
6462 vcpu->arch.apf.halted = false; in vcpu_block()
6482 !vcpu->arch.apf.halted) in vcpu_run()
7170 vcpu->arch.apf.halted = false; in kvm_vcpu_reset()
7754 !vcpu->arch.apf.halted) in kvm_arch_vcpu_runnable()
7943 vcpu->arch.apf.halted = false; in kvm_arch_async_page_present()
/linux-4.1.27/Documentation/scsi/
Darcmsr_spec.txt90 ** (re-start if background is halted)
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx.seq1075 * data must be "fixed up" once the transfer is halted.
1079 * If we halted on the last segment, the residual is
Daic79xx.reg2943 * Indicates the true stop location of transfers halted prior
Daic79xx.seq224 * wait until any select-out activity has halted, and
/linux-4.1.27/Documentation/blockdev/
DREADME.DAC960361 halted.