/linux-3.4.99/drivers/usb/misc/ |
D | usb_u132.h | 75 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));
|
D | ftdi-elan.c | 136 int halted; member 144 int repeat_number, int halted, int skipped, int actual, 845 int halted = target->halted; in ftdi_elan_do_callback() local 858 error_count, condition_code, repeat_number, halted, skipped, in ftdi_elan_do_callback() 1116 target->halted = (ftdi->response[0] >> 3) & in ftdi_elan_respond_engine() 1500 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_setup() argument 1544 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_setup() argument 1557 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_input() argument 1609 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_input() argument 1622 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_empty() argument [all …]
|
/linux-3.4.99/arch/x86/kernel/ |
D | kvm.c | 81 bool halted; member 128 n.halted = idle || preempt_count() > 1; in kvm_async_pf_task_wait() 134 if (!n.halted) in kvm_async_pf_task_wait() 139 if (!n.halted) { in kvm_async_pf_task_wait() 151 if (!n.halted) in kvm_async_pf_task_wait() 161 if (n->halted) in apf_task_wake_one()
|
/linux-3.4.99/arch/m68k/q40/ |
D | config.c | 110 static int halted; variable 115 if (halted) in q40_heartbeat() 127 halted = 1; in q40_reset() 138 halted = 1; in q40_halt()
|
/linux-3.4.99/drivers/usb/gadget/ |
D | amd5536udc.c | 338 ep->halted = 0; in udc_ep_enable() 823 unsigned halted; in complete_req() local 832 halted = ep->halted; in complete_req() 833 ep->halted = 1; in complete_req() 848 ep->halted = halted; in complete_req() 1242 ep->halted = 1; in empty_req_queue() 1256 unsigned halted; in udc_dequeue() local 1267 halted = ep->halted; in udc_dequeue() 1268 ep->halted = 1; in udc_dequeue() 1299 ep->halted = halted; in udc_dequeue() [all …]
|
D | s3c2410_udc.h | 30 unsigned halted : 1; member
|
D | s3c2410_udc.c | 262 unsigned halted = ep->halted; in s3c2410_udc_done() local 271 ep->halted = 1; in s3c2410_udc_done() 273 ep->halted = halted; in s3c2410_udc_done() 1079 ep->halted = 0; in s3c2410_udc_ep_enable() 1151 ep->halted = 1; in s3c2410_udc_ep_disable() 1265 if (list_empty(&ep->queue) && !ep->halted) { in s3c2410_udc_queue() 1407 ep->halted = value ? 1 : 0; in s3c2410_udc_set_halt() 1634 ep->halted = 0; in s3c2410_udc_reinit()
|
D | pch_udc.c | 302 halted:1; member 1446 unsigned halted = ep->halted; in complete_req() local 1484 ep->halted = 1; in complete_req() 1490 ep->halted = halted; in complete_req() 1501 ep->halted = 1; in empty_req_queue() 1709 ep->halted = 0; in pch_udc_pcd_ep_enable() 1742 ep->halted = 1; in pch_udc_pcd_ep_disable() 1902 if (list_empty(&ep->queue) && !ep->halted) { in pch_udc_pcd_queue() 2399 dev->ep[UDC_EP0IN_IDX].halted = 0; in pch_udc_svc_control_out() 2400 dev->ep[UDC_EP0OUT_IDX].halted = 0; in pch_udc_svc_control_out() [all …]
|
D | dummy_hcd.c | 85 unsigned halted:1; member 551 ep->halted = ep->wedged = 0; in dummy_enable() 726 ep->halted = ep->wedged = 0; in dummy_set_halt_and_wedge() 731 ep->halted = 1; in dummy_set_halt_and_wedge() 956 ep->halted = ep->wedged = ep->already_seen = in init_dummy_udc_hw() 1572 ep2->halted = 1; in handle_control_request() 1621 ep2->halted = 0; in handle_control_request() 1644 buf[0] = ep2->halted; in handle_control_request() 1757 if (ep->halted && !ep->setup_stage) { in dummy_timer() 1792 ep->halted = 0; in dummy_timer()
|
D | amd5536udc.h | 516 unsigned halted; member
|
D | s3c-hsotg.c | 121 unsigned int halted:1; member 1027 reply = cpu_to_le16(ep->halted ? 1 : 0); in s3c_hsotg_process_req_status()
|
/linux-3.4.99/drivers/usb/host/ |
D | u132-hcd.c | 581 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 …]
|
D | xhci.c | 78 u32 halted; in xhci_quiesce() local 83 halted = xhci_readl(xhci, &xhci->op_regs->status) & STS_HALT; in xhci_quiesce() 84 if (!halted) in xhci_quiesce()
|
/linux-3.4.99/drivers/lguest/ |
D | interrupts_and_traps.c | 202 if (cpu->halted) { in try_deliver_interrupt() 206 cpu->halted = 0; in try_deliver_interrupt()
|
D | hypercalls.c | 118 cpu->halted = 1; in do_hcall()
|
D | core.c | 266 if (cpu->halted) { in run_guest()
|
D | lg.h | 74 int halted; member
|
/linux-3.4.99/Documentation/video4linux/cx2341x/ |
D | fw-decoder-api.txt | 168 The firmware is halted and no further API calls are serviced until
|
D | fw-encoder-api.txt | 358 The firmware is halted and no further API calls are serviced until the
|
/linux-3.4.99/Documentation/virtual/kvm/ |
D | timekeeping.txt | 92 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
|
/linux-3.4.99/arch/x86/include/asm/ |
D | kvm_host.h | 471 bool halted; member
|
/linux-3.4.99/arch/x86/kvm/ |
D | x86.c | 5213 vcpu->arch.apf.halted = true; in vcpu_enter_guest() 5364 !vcpu->arch.apf.halted) in __vcpu_run() 5377 vcpu->arch.apf.halted = false; in __vcpu_run() 5963 vcpu->arch.apf.halted = false; in kvm_arch_vcpu_reset() 6358 !vcpu->arch.apf.halted) in kvm_arch_vcpu_runnable() 6547 vcpu->arch.apf.halted = false; in kvm_arch_async_page_present()
|
/linux-3.4.99/Documentation/networking/ |
D | spider_net.txt | 163 halted processing. Notice that descrs 0 through 254 are all marked
|
/linux-3.4.99/Documentation/scsi/ |
D | arcmsr_spec.txt | 90 ** (re-start if background is halted)
|
/linux-3.4.99/drivers/scsi/aic7xxx/ |
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
|