/linux-4.4.14/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 | 139 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.4.14/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-4.4.14/arch/x86/kernel/ |
D | kvm.c | 97 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.4.14/drivers/usb/gadget/udc/ |
D | amd5536udc.c | 396 ep->halted = 0; in udc_ep_enable() 1021 unsigned halted; in complete_req() local 1030 halted = ep->halted; in complete_req() 1031 ep->halted = 1; in complete_req() 1046 ep->halted = halted; in complete_req() 1295 ep->halted = 1; in empty_req_queue() 1309 unsigned halted; in udc_dequeue() local 1320 halted = ep->halted; in udc_dequeue() 1321 ep->halted = 1; in udc_dequeue() 1352 ep->halted = halted; in udc_dequeue() [all …]
|
D | s3c2410_udc.h | 29 unsigned halted : 1; member
|
D | s3c2410_udc.c | 255 unsigned halted = ep->halted; in s3c2410_udc_done() local 264 ep->halted = 1; in s3c2410_udc_done() 266 ep->halted = halted; in s3c2410_udc_done() 1055 ep->halted = 0; in s3c2410_udc_ep_enable() 1126 ep->halted = 1; in s3c2410_udc_ep_disable() 1240 if (list_empty(&ep->queue) && !ep->halted) { in s3c2410_udc_queue() 1382 ep->halted = value ? 1 : 0; in s3c2410_udc_set_halt() 1609 ep->halted = 0; in s3c2410_udc_reinit()
|
D | pch_udc.c | 301 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 …]
|
D | dummy_hcd.c | 89 unsigned halted:1; member 620 ep->halted = ep->wedged = 0; in dummy_enable() 791 ep->halted = ep->wedged = 0; in dummy_set_halt_and_wedge() 796 ep->halted = 1; in dummy_set_halt_and_wedge() 1011 ep->halted = ep->wedged = ep->already_seen = in init_dummy_udc_hw() 1630 ep2->halted = 1; in handle_control_request() 1679 ep2->halted = 0; in handle_control_request() 1702 buf[0] = ep2->halted; in handle_control_request() 1815 if (ep->halted && !ep->setup_stage) { in dummy_timer() 1850 ep->halted = 0; in dummy_timer()
|
D | amd5536udc.h | 514 unsigned halted; member
|
D | bcm63xx_udc.c | 248 unsigned halted:1; member 971 bep->halted = 0; in bcm63xx_init_udc_hw() 1066 bep->halted = 0; in bcm63xx_ep_enable() 1273 bep->halted = value; in bcm63xx_udc_set_halt()
|
D | gr_udc.c | 1004 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.4.14/arch/mips/kernel/ |
D | smp-cps.c | 399 unsigned halted; in wait_for_sibling_halt() local 405 halted = read_tc_c0_tchalt(); in wait_for_sibling_halt() 407 } while (!(halted & TCHALT_H)); in wait_for_sibling_halt()
|
/linux-4.4.14/drivers/usb/isp1760/ |
D | isp1760-udc.h | 46 bool halted; member
|
D | isp1760-udc.c | 444 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() 888 if ((uep->addr & USB_DIR_IN) && !uep->halted && empty) in isp1760_ep_queue()
|
/linux-4.4.14/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 | 85 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.4.14/drivers/lguest/ |
D | interrupts_and_traps.c | 233 if (cpu->halted) { in try_deliver_interrupt() 237 cpu->halted = 0; in try_deliver_interrupt()
|
D | hypercalls.c | 118 cpu->halted = 1; in do_hcall()
|
D | core.c | 267 if (cpu->halted) { in run_guest()
|
D | lg.h | 76 int halted; member
|
/linux-4.4.14/arch/arm/mach-tegra/ |
D | sleep-tegra20.S | 483 halted: label 487 b halted
|
D | sleep-tegra30.S | 693 halted: label 699 b halted
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | gadget.c | 1002 reply = cpu_to_le16(ep->halted ? 1 : 0); in dwc2_hsotg_process_req_status() 1051 bool halted; in dwc2_hsotg_process_req_feature() local 1095 halted = ep->halted; in dwc2_hsotg_process_req_feature() 1111 if (!set && halted) { in dwc2_hsotg_process_req_feature() 2719 hs_ep->halted = 0; in dwc2_hsotg_ep_enable() 3040 hs_ep->halted = value; in dwc2_hsotg_ep_sethalt()
|
D | core.h | 165 unsigned int halted:1; member
|
/linux-4.4.14/drivers/staging/emxx_udc/ |
D | emxx_udc.h | 558 unsigned halted:1; member
|
D | emxx_udc.c | 1357 ep->halted = TRUE; in _nbu2ss_set_endpoint_stall() 1383 if (ep->halted) { in _nbu2ss_set_endpoint_stall() 1384 ep->halted = FALSE; in _nbu2ss_set_endpoint_stall() 2595 ep->halted = FALSE; in nbu2ss_ep_enable()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-list.txt | 50 clocks not halted) and 0xC1 (micro-ops retired). Both events map to
|
/linux-4.4.14/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-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-mic.txt | 75 "halted" - Shutdown because of a halt command.
|
/linux-4.4.14/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
|
D | api.txt | 1057 - KVM_MP_STATE_OPERATING: the vcpu is operating (running or halted)
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-raid.txt | 179 frozen - The current action has been halted.
|
/linux-4.4.14/Documentation/networking/ |
D | spider_net.txt | 163 halted processing. Notice that descrs 0 through 254 are all marked
|
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_host.h | 549 bool halted; member
|
/linux-4.4.14/Documentation/scsi/ |
D | arcmsr_spec.txt | 90 ** (re-start if background is halted)
|
/linux-4.4.14/arch/x86/kvm/ |
D | x86.c | 6412 vcpu->arch.apf.halted = true; in vcpu_enter_guest() 6643 vcpu->arch.apf.halted = false; in vcpu_block() 6657 !vcpu->arch.apf.halted); in kvm_vcpu_running() 7351 vcpu->arch.apf.halted = false; in kvm_vcpu_reset() 8196 vcpu->arch.apf.halted = false; in kvm_arch_async_page_present()
|
/linux-4.4.14/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
|
D | aic79xx.reg | 2943 * Indicates the true stop location of transfers halted prior
|
D | aic79xx.seq | 224 * wait until any select-out activity has halted, and
|
/linux-4.4.14/Documentation/blockdev/ |
D | README.DAC960 | 361 halted.
|